mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-10 10:11:11 +01:00
30 lines
462 B
TOML
30 lines
462 B
TOML
|
# Colors (Nordic)
|
||
|
|
||
|
[colors.primary]
|
||
|
background = '#242933'
|
||
|
foreground = '#BBBDAF'
|
||
|
|
||
|
[colors.normal]
|
||
|
black = '#191C1D'
|
||
|
red = '#BD6062'
|
||
|
green = '#A3D6A9'
|
||
|
yellow = '#F0DFAF'
|
||
|
blue = '#8FB4D8'
|
||
|
magenta = '#C7A9D9'
|
||
|
cyan = '#B6D7A8'
|
||
|
white = '#BDC5BD'
|
||
|
|
||
|
[colors.bright]
|
||
|
black = '#727C7C'
|
||
|
red = '#D18FAF'
|
||
|
green = '#B7CEB0'
|
||
|
yellow = '#BCBCBC'
|
||
|
blue = '#E0CF9F'
|
||
|
magenta = '#C7A9D9'
|
||
|
cyan = '#BBDA97'
|
||
|
white = '#BDC5BD'
|
||
|
|
||
|
[colors.selection]
|
||
|
text = '#000000'
|
||
|
background = '#F0DFAF'
|