mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
30 lines
528 B
TOML
30 lines
528 B
TOML
|
# Colors (Zenburn)
|
||
|
# Orginally designed by jnurmine for vim.
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#3A3A3A'
|
||
|
foreground = '#DCDCCC'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#1E2320'
|
||
|
red = '#D78787'
|
||
|
green = '#60B48A'
|
||
|
yellow = '#DFAF8F'
|
||
|
blue = '#506070'
|
||
|
magenta = '#DC8CC3'
|
||
|
cyan = '#8CD0D3'
|
||
|
white = '#DCDCCC'
|
||
|
|
||
|
# Bright colors
|
||
|
[colors.bright]
|
||
|
black = '#709080'
|
||
|
red = '#DCA3A3'
|
||
|
green = '#C3BF9F'
|
||
|
yellow = '#F0DFAF'
|
||
|
blue = '#94BFF3'
|
||
|
magenta = '#EC93D3'
|
||
|
cyan = '#93E0E3'
|
||
|
white = '#FFFFFF'
|