alacritty colors
This commit is contained in:
parent
915fd8e6dc
commit
374931758d
|
@ -124,40 +124,33 @@ font:
|
|||
|
||||
# Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2D2A2E'
|
||||
foreground: '0xfff1f3'
|
||||
|
||||
background: '#282c34'
|
||||
foreground: '#bbc2cf'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#82dbff'
|
||||
|
||||
cursor: '#528bff'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x2c2525'
|
||||
red: '0xfd6883'
|
||||
green: '0xadda78'
|
||||
yellow: '0xf9cc6c'
|
||||
blue: '0xf38d70'
|
||||
magenta: '0xa8a9eb'
|
||||
cyan: '0x85dacc'
|
||||
white: '0xfff1f3'
|
||||
|
||||
# Bright colors
|
||||
black: '#1c1f24'
|
||||
red: '#ff6c6b'
|
||||
green: '#98be65'
|
||||
yellow: '#da8548'
|
||||
blue: '#51afef'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#5699af'
|
||||
white: '#abb2bf'
|
||||
bright:
|
||||
black: '0x72696a'
|
||||
red: '0xfd6883'
|
||||
green: '0xadda78'
|
||||
yellow: '0xf9cc6c'
|
||||
blue: '0xf38d70'
|
||||
magenta: '0xa8a9eb'
|
||||
cyan: '0x85dacc'
|
||||
white: '0xfff1f3'
|
||||
black: '#5b6268'
|
||||
red: '#da8548'
|
||||
green: '#4db5bd'
|
||||
yellow: '#ecbe7b'
|
||||
blue: '#3071db' # This is 2257a0 in Doom Emacs but I lightened it.
|
||||
magenta: '#a9a1e1'
|
||||
cyan: '#46d9ff'
|
||||
white: '#dfdfdf'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue