mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
29 lines
531 B
TOML
29 lines
531 B
TOML
|
# Colors (Gruvbox Material Medium Dark)
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#282828'
|
||
|
foreground = '#d4be98'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#3c3836'
|
||
|
red = '#ea6962'
|
||
|
green = '#a9b665'
|
||
|
yellow = '#d8a657'
|
||
|
blue = '#7daea3'
|
||
|
magenta = '#d3869b'
|
||
|
cyan = '#89b482'
|
||
|
white = '#d4be98'
|
||
|
|
||
|
# Bright colors (same as normal colors)
|
||
|
[colors.bright]
|
||
|
black = '#3c3836'
|
||
|
red = '#ea6962'
|
||
|
green = '#a9b665'
|
||
|
yellow = '#d8a657'
|
||
|
blue = '#7daea3'
|
||
|
magenta = '#d3869b'
|
||
|
cyan = '#89b482'
|
||
|
white = '#d4be98'
|