dotfiles/alacritty/themes/base16-github.toml

31 lines
508 B
TOML
Raw Normal View History

2023-12-30 13:25:06 -07:00
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "0x969896"
blue = "0xe8e8e8"
cyan = "0x333333"
green = "0xf5f5f5"
2024-04-23 18:39:27 -06:00
magenta = "0xa71d5d"
2023-12-30 13:25:06 -07:00
red = "0x0086b3"
2024-04-23 18:39:27 -06:00
white = "0x000000"
2023-12-30 13:25:06 -07:00
yellow = "0xc8c8fa"
[colors.cursor]
cursor = "0x333333"
text = "0xffffff"
[colors.normal]
black = "0xffffff"
blue = "0x795da3"
cyan = "0x183691"
green = "0x183691"
magenta = "0xa71d5d"
red = "0xed6a43"
white = "0x333333"
yellow = "0x795da3"
[colors.primary]
background = "0xffffff"
foreground = "0x333333"