.config/alacritty/alacritty.yml: Use Selenized colorscheme
This commit is contained in:
parent
5642c32de3
commit
a376d132b9
@ -183,39 +183,29 @@ font:
|
|||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
# Colors (Solarized Dark)
|
# Colors (Selenized dark)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
|
||||||
primary:
|
primary:
|
||||||
background: '0x002b36' # base03
|
background: '0x103c48'
|
||||||
foreground: '0x839496' # base0
|
foreground: '0xadbcbc'
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor:
|
|
||||||
text: '0x002b36' # base03
|
|
||||||
cursor: '0x839496' # base0
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
normal:
|
||||||
black: '0x073642' # base02
|
black: '0x184956'
|
||||||
red: '0xdc322f' # red
|
red: '0xfa5750'
|
||||||
green: '0x859900' # green
|
green: '0x75b938'
|
||||||
yellow: '0xb58900' # yellow
|
yellow: '0xdbb32d'
|
||||||
blue: '0x268bd2' # blue
|
blue: '0x4695f7'
|
||||||
magenta: '0xd33682' # magenta
|
magenta: '0xf275be'
|
||||||
cyan: '0x2aa198' # cyan
|
cyan: '0x41c7b9'
|
||||||
white: '0xeee8d5' # base2
|
white: '0x72898f'
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
bright:
|
||||||
black: '0x002b36' # base03
|
black: '0x2d5b69'
|
||||||
red: '0xcb4b16' # orange
|
red: '0xff665c'
|
||||||
green: '0x586e75' # base01
|
green: '0x84c747'
|
||||||
yellow: '0x657b83' # base00
|
yellow: '0xebc13d'
|
||||||
blue: '0x839496' # base0
|
blue: '0x58a3ff'
|
||||||
magenta: '0x6c71c4' # violet
|
magenta: '0xff84cd'
|
||||||
cyan: '0x93a1a1' # base1
|
cyan: '0x53d6c7'
|
||||||
white: '0xfdf6e3' # base3
|
white: '0xcad8d9'
|
||||||
|
|
||||||
# Dim colors
|
# Dim colors
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user