dotfiles/alacritty/themes/challenger_deep.toml

28 lines
456 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors.bright]
black = "0x565575"
blue = "0x91ddff"
cyan = "0xaaffe4"
green = "0x95ffa4"
magenta = "0xc991e1"
red = "0xff8080"
white = "0xcbe3e7"
yellow = "0xffe9aa"
[colors.cursor]
cursor = "0xfbfcfc"
text = "0xff271d"
[colors.normal]
black = "0x141228"
blue = "0x65b2ff"
cyan = "0x63f2f1"
green = "0x62d196"
magenta = "0x906cff"
red = "0xff5458"
white = "0xa6b3cc"
yellow = "0xffb378"
[colors.primary]
background = "0x1e1c31"
foreground = "0xcbe1e7"