dotfiles/alacritty/themes/darcula.toml

24 lines
401 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors.bright]
black = "0x282a35"
blue = "0xcaa9fa"
cyan = "0x9aedfe"
green = "0x5af78e"
magenta = "0xff92d0"
red = "0xff6e67"
white = "0xe6e6e6"
yellow = "0xf4f99d"
[colors.normal]
black = "0x000000"
blue = "0xcaa9fa"
cyan = "0x8be9fd"
green = "0x50fa7b"
magenta = "0xff79c6"
red = "0xff5555"
white = "0xbfbfbf"
yellow = "0xf1fa8c"
[colors.primary]
background = "0x282a36"
foreground = "0xf8f8f2"