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 = "#1A1A1A"
|
|
[colors.normal]
|
|
black = "#0b141a"
|
|
red = "#ff4053"
|
|
green = "#11ab00"
|
|
yellow = "#bf8c00"
|
|
blue = "#0099ff"
|
|
magenta = "#9854ff"
|
|
cyan = "#00a5ab"
|
|
white = "#ffffff"
|
|
[colors.bright]
|
|
black = "#0b141a"
|
|
red = "#ff4053"
|
|
green = "#11ab00"
|
|
yellow = "#bf8c00"
|
|
blue = "#0099ff"
|
|
magenta = "#9854ff"
|
|
cyan = "#00a5ab"
|
|
white = "#ffffff"
|