updated palette

This commit is contained in:
Pocco81 2021-12-04 12:51:28 -05:00
parent f68becfcb8
commit 374e80768c

View file

@ -1,19 +1,19 @@
# NOTE: you can use vars with $<var> and ${<var>} as long as the str is double quoted: "" # NOTE: you can use vars with $<var> and ${<var>} as long as the str is double quoted: ""
# WARNING: hex colors can't contain capital letters # WARNING: hex colors can't contain capital letters
# --> Catppuccin (some colors) # --> Catppuccin
thm_bg="#1b1624" thm_bg="#1e1e28"
thm_fg="#B9C4E3" thm_fg="#d7dae0"
thm_white="#f0f0f5" thm_white="#c2e7f0"
thm_black="#0E0C13" thm_black="#15121c"
thm_gray="#312C44" thm_gray="#2d293b"
thm_magenta="#ae9ad6" thm_magenta="#c6aae8"
thm_pink="#f0a8e4" thm_pink="#f0afe1"
thm_red="#e28d8d" thm_red="#e28c8c"
thm_green="#add692" thm_green="#b3e1a3"
thm_yellow="#f0dc89" thm_yellow="#eadda0"
thm_blue="#84a5cb" thm_blue="#a4b9ef"
thm_orange="#e7a988" thm_orange="#f7c196"
catppuccin12="#3e4058" catppuccin12="#3e4058"
# ----------------------------=== Theme ===-------------------------- # ----------------------------=== Theme ===--------------------------