dotfiles/config/alacritty/theme.toml

22 lines
382 B
TOML

[colors.bright]
blue = "0xb399ff"
cyan = "0x99e6ff"
green = "0x89f5a4"
magenta = "0xe699ff"
red = "0xff809f"
white = "0xffffff"
yellow = "0xffffb3"
[colors.normal]
black = "0x000000"
blue = "0x794dff"
cyan = "0x33ccff"
green = "0x13ec49"
magenta = "0xcc33ff"
red = "0xff0040"
white = "0xffffff"
yellow = "0xffff4d"
[colors.primary]
background = "0x000000"
foreground = "0xffffff"