alacritty: colors, font
This commit is contained in:
parent
96f5ae8595
commit
75cc0326bd
1 changed files with 22 additions and 24 deletions
|
@ -2,40 +2,38 @@ scrolling:
|
||||||
history: 15000
|
history: 15000
|
||||||
|
|
||||||
font:
|
font:
|
||||||
offset:
|
|
||||||
y: 5
|
|
||||||
builtin_box_drawing: true
|
builtin_box_drawing: true
|
||||||
normal:
|
normal:
|
||||||
family: VascadiaMod
|
family: FantasqueSansM Nerd Font
|
||||||
size: 13
|
size: 15
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '0x282828'
|
foreground: '0x657b83'
|
||||||
foreground: '0xebdbb2'
|
background: '0xfdf6e3'
|
||||||
cursor:
|
cursor:
|
||||||
cursor: '0xfb4934'
|
cursor: '0xcb4b16'
|
||||||
selection:
|
selection:
|
||||||
text: CellForeground
|
text: CellForeground
|
||||||
background: '0x565656'
|
background: '0xeee8d5'
|
||||||
normal:
|
normal:
|
||||||
black: '0x282828'
|
black: '0x073642'
|
||||||
red: '0xcc241d'
|
red: '0xdc322f'
|
||||||
green: '0x98971a'
|
green: '0x859900'
|
||||||
yellow: '0xd79921'
|
yellow: '0xb58900'
|
||||||
blue: '0x458588'
|
blue: '0x268bd2'
|
||||||
magenta: '0xb16286'
|
magenta: '0xd33682'
|
||||||
cyan: '0x689d6a'
|
cyan: '0x2aa198'
|
||||||
white: '0xa89984'
|
white: '0xeee8d5'
|
||||||
bright:
|
bright:
|
||||||
black: '0x928374'
|
black: '0x002b36'
|
||||||
red: '0xfb4934'
|
red: '0xcb4b16'
|
||||||
green: '0xb8bb26'
|
green: '0x586e75'
|
||||||
yellow: '0xfabd2f'
|
yellow: '0x657b83'
|
||||||
blue: '0x83a598'
|
blue: '0x839496'
|
||||||
magenta: '0xd3869b'
|
magenta: '0x6c71c4'
|
||||||
cyan: '0x8ec07c'
|
cyan: '0x93a1a1'
|
||||||
white: '0xebdbb2'
|
white: '0xfdf6e3'
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
style:
|
style:
|
||||||
|
|
Loading…
Reference in a new issue