mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
22 lines
390 B
TOML
22 lines
390 B
TOML
[colors]
|
|
[colors.primary]
|
|
background = "#FFFFFF"
|
|
foreground = "#000000"
|
|
[colors.normal]
|
|
black = "#000000"
|
|
red = "#990000"
|
|
green = "#00A600"
|
|
yellow = "#e1b600"
|
|
blue = "#0000B2"
|
|
magenta = "#B200B2"
|
|
cyan = "#00A6B2"
|
|
white = "#BFBFBF"
|
|
[colors.bright]
|
|
black = "#666666"
|
|
red = "#E50000"
|
|
green = "#00D900"
|
|
yellow = "#e1b600"
|
|
blue = "#0000FF"
|
|
magenta = "#E500E5"
|
|
cyan = "#00E5E5"
|
|
white = "#E5E5E5"
|