Files
dotfiles/scripts/variables.example

37 lines
556 B
Plaintext

### Globals
# GPU : nvidia|amd
_GPU=
### Colors
foreground="c6d0f5"
foreground_light="d4d8df"
foreground_lighter="f6f7f9"
background="303446"
background_light="323842"
background_dark="21252b"
background_darker="1e2227"
cursor_color="98c379"
#Black
color0="51576d"
color8="626880"
#Red
color1="e78284"
color9="e78284"
#Green
color2="a6d189"
color10="a6d189"
#Yellow
color3="e5c890"
color11="e5c890"
#Blue
color4="8caaee"
color12="8caaee"
#Pink
color5="f4b8e4"
color13="f4b8e4"
#Teal
color6="81c8be"
color14="81c8be"
#White
color7="b5bfe2"
color15="a5adce"