dotfiles/alacritty/themes/low_contrast.toml

28 lines
456 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors.bright]
black = "0x000000"
blue = "0x0000bb"
cyan = "0x00bbbb"
green = "0x00bb00"
magenta = "0xbb00bb"
red = "0xbb0000"
white = "0xbbbbbb"
yellow = "0xbbbb00"
[colors.cursor]
cursor = "0xffffff"
text = "0xaaaaaa"
[colors.normal]
black = "0x000000"
blue = "0x0000bb"
cyan = "0x00bbbb"
green = "0x00bb00"
magenta = "0xbb00bb"
red = "0xbb0000"
white = "0xbbbbbb"
yellow = "0xbbbb00"
[colors.primary]
background = "0x333333"
foreground = "0xdddddd"