mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-10 10:11:11 +01:00
29 lines
530 B
TOML
29 lines
530 B
TOML
|
# Colors (Gruvbox Material Hard Light)
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#f9f5d7'
|
||
|
foreground = '#654735'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#654735'
|
||
|
red = '#c14a4a'
|
||
|
green = '#6c782e'
|
||
|
yellow = '#b47109'
|
||
|
blue = '#45707a'
|
||
|
magenta = '#945e80'
|
||
|
cyan = '#4c7a5d'
|
||
|
white = '#f2e5bc'
|
||
|
|
||
|
# Bright colors (same as normal colors)
|
||
|
[colors.bright]
|
||
|
black = '#654735'
|
||
|
red = '#c14a4a'
|
||
|
green = '#6c782e'
|
||
|
yellow = '#b47109'
|
||
|
blue = '#45707a'
|
||
|
magenta = '#945e80'
|
||
|
cyan = '#4c7a5d'
|
||
|
white = '#f2e5bc'
|