alacritty: colorscheme
This commit is contained in:
parent
5a44ea2b72
commit
2c4fdce982
2 changed files with 60 additions and 84 deletions
|
@ -1,50 +1,39 @@
|
||||||
# %APPDATA%\alacritty\alacritty.yml
|
# %APPDATA%\alacritty\alacritty.yml
|
||||||
font:
|
font:
|
||||||
size: 11.0
|
size: 11.0
|
||||||
window:
|
|
||||||
decorations: full # full: Borders and title bar/none: Neither borders nor title bar
|
|
||||||
# Colors (Gruvbox dark)
|
|
||||||
colors:
|
|
||||||
primary:
|
|
||||||
background: &gruvbox_dark_bg '#282828'
|
|
||||||
foreground: '#ebdbb2'
|
|
||||||
bright_foreground: '#fbf1c7'
|
|
||||||
dim_foreground: '#a89984'
|
|
||||||
cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
vi_mode_cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
selection:
|
|
||||||
text: CellBackground
|
|
||||||
background: CellForeground
|
|
||||||
bright:
|
|
||||||
black: '#928374'
|
|
||||||
red: '#fb4934'
|
|
||||||
green: '#b8bb26'
|
|
||||||
yellow: '#fabd2f'
|
|
||||||
blue: '#83a598'
|
|
||||||
magenta: '#d3869b'
|
|
||||||
cyan: '#8ec07c'
|
|
||||||
white: '#ebdbb2'
|
|
||||||
normal:
|
|
||||||
black: *gruvbox_dark_bg
|
|
||||||
red: '#cc241d'
|
|
||||||
green: '#98971a'
|
|
||||||
yellow: '#d79921'
|
|
||||||
blue: '#458588'
|
|
||||||
magenta: '#b16286'
|
|
||||||
cyan: '#689d6a'
|
|
||||||
white: '#a89984'
|
|
||||||
dim:
|
|
||||||
black: '#32302f'
|
|
||||||
red: '#9d0006'
|
|
||||||
green: '#79740e'
|
|
||||||
yellow: '#b57614'
|
|
||||||
blue: '#076678'
|
|
||||||
magenta: '#8f3f71'
|
|
||||||
cyan: '#427b58'
|
|
||||||
white: '#928374'
|
|
||||||
shell:
|
shell:
|
||||||
program: "C:\\Windows\\System32\\wsl.exe"
|
program: "C:\\Windows\\System32\\wsl.exe"
|
||||||
|
window:
|
||||||
|
decorations: full
|
||||||
|
# full: Borders and title bar/none: Neither borders nor title bar
|
||||||
|
|
||||||
|
# Colors (Gruvbox dark)
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
# hard contrast: background = '0x1d2021'
|
||||||
|
background: '0x282828'
|
||||||
|
# soft contrast: background = '0x32302f'
|
||||||
|
foreground: '0xebdbb2'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0x282828'
|
||||||
|
red: '0xcc241d'
|
||||||
|
green: '0x98971a'
|
||||||
|
yellow: '0xd79921'
|
||||||
|
blue: '0x458588'
|
||||||
|
magenta: '0xb16286'
|
||||||
|
cyan: '0x689d6a'
|
||||||
|
white: '0xa89984'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x928374'
|
||||||
|
red: '0xfb4934'
|
||||||
|
green: '0xb8bb26'
|
||||||
|
yellow: '0xfabd2f'
|
||||||
|
blue: '0x83a598'
|
||||||
|
magenta: '0xd3869b'
|
||||||
|
cyan: '0x8ec07c'
|
||||||
|
white: '0xebdbb2'
|
||||||
|
|
|
@ -4,44 +4,31 @@ window:
|
||||||
decorations: none # full: Borders and title bar/none: Neither borders nor title bar
|
decorations: none # full: Borders and title bar/none: Neither borders nor title bar
|
||||||
# Colors (Gruvbox dark)
|
# Colors (Gruvbox dark)
|
||||||
colors:
|
colors:
|
||||||
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: &gruvbox_dark_bg '#282828'
|
# hard contrast: background = '0x1d2021'
|
||||||
foreground: '#ebdbb2'
|
background: '0x282828'
|
||||||
bright_foreground: '#fbf1c7'
|
# soft contrast: background = '0x32302f'
|
||||||
dim_foreground: '#a89984'
|
foreground: '0xebdbb2'
|
||||||
cursor:
|
|
||||||
text: CellBackground
|
# Normal colors
|
||||||
cursor: CellForeground
|
|
||||||
vi_mode_cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
selection:
|
|
||||||
text: CellBackground
|
|
||||||
background: CellForeground
|
|
||||||
bright:
|
|
||||||
black: '#928374'
|
|
||||||
red: '#fb4934'
|
|
||||||
green: '#b8bb26'
|
|
||||||
yellow: '#fabd2f'
|
|
||||||
blue: '#83a598'
|
|
||||||
magenta: '#d3869b'
|
|
||||||
cyan: '#8ec07c'
|
|
||||||
white: '#ebdbb2'
|
|
||||||
normal:
|
normal:
|
||||||
black: *gruvbox_dark_bg
|
black: '0x282828'
|
||||||
red: '#cc241d'
|
red: '0xcc241d'
|
||||||
green: '#98971a'
|
green: '0x98971a'
|
||||||
yellow: '#d79921'
|
yellow: '0xd79921'
|
||||||
blue: '#458588'
|
blue: '0x458588'
|
||||||
magenta: '#b16286'
|
magenta: '0xb16286'
|
||||||
cyan: '#689d6a'
|
cyan: '0x689d6a'
|
||||||
white: '#a89984'
|
white: '0xa89984'
|
||||||
dim:
|
|
||||||
black: '#32302f'
|
# Bright colors
|
||||||
red: '#9d0006'
|
bright:
|
||||||
green: '#79740e'
|
black: '0x928374'
|
||||||
yellow: '#b57614'
|
red: '0xfb4934'
|
||||||
blue: '#076678'
|
green: '0xb8bb26'
|
||||||
magenta: '#8f3f71'
|
yellow: '0xfabd2f'
|
||||||
cyan: '#427b58'
|
blue: '0x83a598'
|
||||||
white: '#928374'
|
magenta: '0xd3869b'
|
||||||
|
cyan: '0x8ec07c'
|
||||||
|
white: '0xebdbb2'
|
||||||
|
|
Loading…
Reference in a new issue