dotfiles/dot_config/alacritty/alacritty.toml.light

31 lines
563 B
Plaintext
Raw Normal View History

2024-03-04 15:49:40 -05:00
import = ["~/.config/alacritty/alacritty.toml.common"]
[window]
opacity = 0.94
[colors]
primary.background = "#ffffff"
primary.foreground = "#000000"
cursor = { text = "#ffffff", cursor = "#aa08aa" }
draw_bold_text_with_bright_colors = true
[colors.normal]
black = "#000000"
red = "#cc0606"
green = "#008000"
2024-03-04 15:49:40 -05:00
yellow = "#969600"
2024-03-30 13:59:18 -04:00
blue = "#6080b6"
2024-03-04 15:49:40 -05:00
magenta = "#cc20cc"
2024-03-30 13:59:18 -04:00
cyan = "#20a0a0"
2024-04-29 08:04:26 -04:00
white = "#cccccc"
2024-03-04 15:49:40 -05:00
[colors.bright]
black = "#333333"
red = "#dd1010"
green = "#08a008"
2024-03-30 13:59:18 -04:00
yellow = "#b0b010"
blue = "#6080be"
2024-03-04 15:49:40 -05:00
magenta = "#ff60ff"
cyan = "#00b1b1"
2024-03-04 15:49:40 -05:00
white = "#ffffff"