mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
24 lines
383 B
TOML
24 lines
383 B
TOML
|
[colors.primary]
|
||
|
background = "#272822"
|
||
|
foreground = "#f8f8f2"
|
||
|
|
||
|
[colors.normal]
|
||
|
black = "#272822"
|
||
|
red = "#f92672"
|
||
|
green = "#a6e22e"
|
||
|
yellow = "#f4bf75"
|
||
|
blue = "#66d9ef"
|
||
|
magenta = "#ae81ff"
|
||
|
cyan = "#a1efe4"
|
||
|
white = "#f8f8f2"
|
||
|
|
||
|
[colors.bright]
|
||
|
black = "#75715e"
|
||
|
red = "#f92672"
|
||
|
green = "#a6e22e"
|
||
|
yellow = "#f4bf75"
|
||
|
blue = "#66d9ef"
|
||
|
magenta = "#ae81ff"
|
||
|
cyan = "#a1efe4"
|
||
|
white = "#f9f8f5"
|