push alacritty changes
This commit is contained in:
parent
0f5bbd78ad
commit
67fd1b3cf4
1 changed files with 112 additions and 141 deletions
|
@ -1,5 +1,3 @@
|
||||||
import:
|
|
||||||
- /home/riley/.config/alacritty/dracula.yml
|
|
||||||
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
||||||
|
|
||||||
# Import additional configuration files
|
# Import additional configuration files
|
||||||
|
@ -16,16 +14,11 @@ import:
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty itself.
|
# set by alacritty itself.
|
||||||
#env:
|
env:
|
||||||
# TERM variable
|
WINIT_X11_SCALE_FACTOR: '1.0'
|
||||||
#
|
|
||||||
# This value is used to set the `$TERM` environment variable for
|
|
||||||
# each instance of Alacritty. If it is not present, alacritty will
|
|
||||||
# check the local terminfo database and use `alacritty` if it is
|
|
||||||
# available, otherwise `xterm-256color` is used.
|
|
||||||
#TERM: alacritty
|
|
||||||
|
|
||||||
window:
|
window:
|
||||||
|
opacity: 0.95
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
#
|
#
|
||||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
||||||
|
@ -178,142 +171,120 @@ window:
|
||||||
#draw_bold_text_with_bright_colors: false
|
#draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
# Colors (Tomorrow Night)
|
# Colors (Tomorrow Night)
|
||||||
#colors:
|
schemes:
|
||||||
# Default colors
|
dracula: &dracula
|
||||||
#primary:
|
colors:
|
||||||
# background: '#1d1f21'
|
primary:
|
||||||
# foreground: '#c5c8c6'
|
background: '0x282a36'
|
||||||
|
foreground: '0xf8f8f2'
|
||||||
|
cursor:
|
||||||
|
text: CellBackground
|
||||||
|
cursor: CellForeground
|
||||||
|
vi_mode_cursor:
|
||||||
|
text: CellBackground
|
||||||
|
cursor: CellForeground
|
||||||
|
search:
|
||||||
|
matches:
|
||||||
|
foreground: '0x44475a'
|
||||||
|
background: '0x50fa7b'
|
||||||
|
focused_match:
|
||||||
|
foreground: '0x44475a'
|
||||||
|
background: '0xffb86c'
|
||||||
|
bar:
|
||||||
|
background: '0x282a36'
|
||||||
|
foreground: '0xf8f8f2'
|
||||||
|
line_indicator:
|
||||||
|
foreground: None
|
||||||
|
background: None
|
||||||
|
selection:
|
||||||
|
text: CellForeground
|
||||||
|
background: '0x44475a'
|
||||||
|
normal:
|
||||||
|
black: '0x000000'
|
||||||
|
red: '0xff5555'
|
||||||
|
green: '0x50fa7b'
|
||||||
|
yellow: '0xf1fa8c'
|
||||||
|
blue: '0xbd93f9'
|
||||||
|
magenta: '0xff79c6'
|
||||||
|
cyan: '0x8be9fd'
|
||||||
|
white: '0xbfbfbf'
|
||||||
|
bright:
|
||||||
|
black: '0x4d4d4d'
|
||||||
|
red: '0xff6e67'
|
||||||
|
green: '0x5af78e'
|
||||||
|
yellow: '0xf4f99d'
|
||||||
|
blue: '0xcaa9fa'
|
||||||
|
magenta: '0xff92d0'
|
||||||
|
cyan: '0x9aedfe'
|
||||||
|
white: '0xe6e6e6'
|
||||||
|
dim:
|
||||||
|
black: '0x14151b'
|
||||||
|
red: '0xff2222'
|
||||||
|
green: '0x1ef956'
|
||||||
|
yellow: '0xebf85b'
|
||||||
|
blue: '0x4d5b86'
|
||||||
|
magenta: '0xff46b0'
|
||||||
|
cyan: '0x59dffc'
|
||||||
|
white: '0xe6e6d1'
|
||||||
|
# Tokyo Night theme, based on both:
|
||||||
|
# https://github.com/ghifarit53/tokyonight-vim
|
||||||
|
# https://github.com/enkia/tokyo-night-vscode-theme
|
||||||
|
tokyo-night: &tokyo-night
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '0x1a1b26'
|
||||||
|
foreground: '0xa9b1d6'
|
||||||
|
|
||||||
# Bright and dim foreground colors
|
# Normal colors
|
||||||
#
|
normal:
|
||||||
# The dimmed foreground color is calculated automatically if it is not
|
black: '0x32344a'
|
||||||
# present. If the bright foreground color is not set, or
|
red: '0xf7768e'
|
||||||
# `draw_bold_text_with_bright_colors` is `false`, the normal foreground
|
green: '0x9ece6a'
|
||||||
# color will be used.
|
yellow: '0xe0af68'
|
||||||
#dim_foreground: '#828482'
|
blue: '0x7aa2f7'
|
||||||
#bright_foreground: '#eaeaea'
|
magenta: '0xad8ee6'
|
||||||
|
cyan: '0x449dab'
|
||||||
|
white: '0x787c99'
|
||||||
|
|
||||||
# Cursor colors
|
# Bright colors
|
||||||
#
|
bright:
|
||||||
# Colors which should be used to draw the terminal cursor.
|
black: '0x444b6a'
|
||||||
#
|
red: '0xff7a93'
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
green: '0xb9f27c'
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
yellow: '0xff9e64'
|
||||||
#cursor:
|
blue: '0x7da6ff'
|
||||||
# text: CellBackground
|
magenta: '0xbb9af7'
|
||||||
# cursor: CellForeground
|
cyan: '0x0db9d7'
|
||||||
|
white: '0xacb0d0'
|
||||||
|
|
||||||
# Vi mode cursor colors
|
tokyo-night-storm: &tokyo-night-storm
|
||||||
#
|
# Default colors
|
||||||
# Colors for the cursor when the vi mode is active.
|
primary:
|
||||||
#
|
background: '0x24283b'
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
foreground: '0xa9b1d6'
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
|
||||||
#vi_mode_cursor:
|
|
||||||
# text: CellBackground
|
|
||||||
# cursor: CellForeground
|
|
||||||
|
|
||||||
# Search colors
|
# Normal colors
|
||||||
#
|
normal:
|
||||||
# Colors used for the search bar and match highlighting.
|
black: '0x32344a'
|
||||||
#search:
|
red: '0xf7768e'
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
green: '0x9ece6a'
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
yellow: '0xe0af68'
|
||||||
#matches:
|
blue: '0x7aa2f7'
|
||||||
# foreground: '#000000'
|
magenta: '0xad8ee6'
|
||||||
# background: '#ffffff'
|
cyan: '0x449dab'
|
||||||
#focused_match:
|
white: '0x9699a8'
|
||||||
# foreground: '#ffffff'
|
|
||||||
# background: '#000000'
|
|
||||||
|
|
||||||
#bar:
|
|
||||||
# background: '#c5c8c6'
|
|
||||||
# foreground: '#1d1f21'
|
|
||||||
|
|
||||||
# Keyboard regex hints
|
|
||||||
#hints:
|
|
||||||
# First character in the hint label
|
|
||||||
#
|
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
|
||||||
#start:
|
|
||||||
# foreground: '#1d1f21'
|
|
||||||
# background: '#e9ff5e'
|
|
||||||
|
|
||||||
# All characters after the first one in the hint label
|
|
||||||
#
|
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
|
||||||
#end:
|
|
||||||
# foreground: '#e9ff5e'
|
|
||||||
# background: '#1d1f21'
|
|
||||||
|
|
||||||
# Line indicator
|
|
||||||
#
|
|
||||||
# Color used for the indicator displaying the position in history during
|
|
||||||
# search and vi mode.
|
|
||||||
#
|
|
||||||
# By default, these will use the opposing primary color.
|
|
||||||
#line_indicator:
|
|
||||||
# foreground: None
|
|
||||||
# background: None
|
|
||||||
|
|
||||||
# Selection colors
|
|
||||||
#
|
|
||||||
# Colors which should be used to draw the selection area.
|
|
||||||
#
|
|
||||||
# Allowed values are CellForeground/CellBackground, which reference the
|
|
||||||
# affected cell, or hexadecimal colors like #ff00ff.
|
|
||||||
#selection:
|
|
||||||
# text: CellBackground
|
|
||||||
# background: CellForeground
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
#normal:
|
|
||||||
# black: '#1d1f21'
|
|
||||||
# red: '#cc6666'
|
|
||||||
# green: '#b5bd68'
|
|
||||||
# yellow: '#f0c674'
|
|
||||||
# blue: '#81a2be'
|
|
||||||
# magenta: '#b294bb'
|
|
||||||
# cyan: '#8abeb7'
|
|
||||||
# white: '#c5c8c6'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
#bright:
|
|
||||||
# black: '#666666'
|
|
||||||
# red: '#d54e53'
|
|
||||||
# green: '#b9ca4a'
|
|
||||||
# yellow: '#e7c547'
|
|
||||||
# blue: '#7aa6da'
|
|
||||||
# magenta: '#c397d8'
|
|
||||||
# cyan: '#70c0b1'
|
|
||||||
# white: '#eaeaea'
|
|
||||||
|
|
||||||
# Dim colors
|
|
||||||
#
|
|
||||||
# If the dim colors are not set, they will be calculated automatically based
|
|
||||||
# on the `normal` colors.
|
|
||||||
#dim:
|
|
||||||
# black: '#131415'
|
|
||||||
# red: '#864343'
|
|
||||||
# green: '#777c44'
|
|
||||||
# yellow: '#9e824c'
|
|
||||||
# blue: '#556a7d'
|
|
||||||
# magenta: '#75617b'
|
|
||||||
# cyan: '#5b7d78'
|
|
||||||
# white: '#828482'
|
|
||||||
|
|
||||||
# Indexed Colors
|
|
||||||
#
|
|
||||||
# The indexed colors include all colors from 16 to 256.
|
|
||||||
# When these are not set, they're filled with sensible defaults.
|
|
||||||
#
|
|
||||||
# Example:
|
|
||||||
# `- { index: 16, color: '#ff00ff' }`
|
|
||||||
#
|
|
||||||
#indexed_colors: []
|
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x444b6a'
|
||||||
|
red: '0xff7a93'
|
||||||
|
green: '0xb9f27c'
|
||||||
|
yellow: '0xff9e64'
|
||||||
|
blue: '0x7da6ff'
|
||||||
|
magenta: '0xbb9af7'
|
||||||
|
cyan: '0x0db9d7'
|
||||||
|
white: '0xacb0d0'
|
||||||
|
colors: *tokyo-night-storm
|
||||||
# Bell
|
# Bell
|
||||||
#
|
#
|
||||||
# The bell is rung every time the BEL control character is received.
|
# The bell is rung every time the BEL control character is received.
|
||||||
|
|
Loading…
Reference in a new issue