You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
531 B
28 lines
531 B
# 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'
|
|
|