mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
29 lines
501 B
TOML
29 lines
501 B
TOML
|
# Colors (Konsole's Dark Pastels)
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#2C2C2C'
|
||
|
foreground = '#DCDCCC'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#3F3F3F'
|
||
|
red = '#705050'
|
||
|
green = '#60B48A'
|
||
|
yellow = '#DFAF8F'
|
||
|
blue = '#9AB8D7'
|
||
|
magenta = '#DC8CC3'
|
||
|
cyan = '#8CD0D3'
|
||
|
white = '#DCDCCC'
|
||
|
|
||
|
# Bright colors
|
||
|
[colors.bright]
|
||
|
black = '#709080'
|
||
|
red = '#DCA3A3'
|
||
|
green = '#72D5A3'
|
||
|
yellow = '#F0DFAF'
|
||
|
blue = '#94BFF3'
|
||
|
magenta = '#EC93D3'
|
||
|
cyan = '#93E0E3'
|
||
|
white = '#FFFFFF'
|