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 = "#101421"
|
|
foreground = "#fffbf6"
|
|
[colors.normal]
|
|
black = "#2e2e2e"
|
|
red = "#eb4129"
|
|
green = "#abe047"
|
|
yellow = "#f6c744"
|
|
blue = "#47a0f3"
|
|
magenta = "#7b5cb0"
|
|
cyan = "#64dbed"
|
|
white = "#e5e9f0"
|
|
[colors.bright]
|
|
black = "#565656"
|
|
red = "#ec5357"
|
|
green = "#c0e17d"
|
|
yellow = "#f9da6a"
|
|
blue = "#49a4f8"
|
|
magenta = "#a47de9"
|
|
cyan = "#99faf2"
|
|
white = "#ffffff"
|