fix(colors): append updates

This commit is contained in:
Pocco81 2022-10-17 09:10:58 -05:00
parent 8ff210878e
commit d9e5c6d1e3
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@
# WARNING: hex colors can't contain capital letters # WARNING: hex colors can't contain capital letters
# --> Catppuccin (Macchiato) # --> Catppuccin (Macchiato)
thm_bg="#181926" thm_bg="#24273a"
thm_fg="#cad3f5" thm_fg="#cad3f5"
thm_cyan="#91d7e3" thm_cyan="#91d7e3"
thm_black="#1e2030" thm_black="#1e2030"
thm_gray="#494d64" thm_gray="#363a4f"
thm_magenta="#c6a0f6" thm_magenta="#c6a0f6"
thm_pink="#f5bde6" thm_pink="#f5bde6"
thm_red="#ed8796" thm_red="#ed8796"

View file

@ -4,11 +4,11 @@
# WARNING: hex colors can't contain capital letters # WARNING: hex colors can't contain capital letters
# --> Catppuccin (Mocha) # --> Catppuccin (Mocha)
thm_bg="#11111b" thm_bg="#1e1e2e"
thm_fg="#cdd6f4" thm_fg="#cdd6f4"
thm_cyan="#89dceb" thm_cyan="#89dceb"
thm_black="#181825" thm_black="#181825"
thm_gray="#45475a" thm_gray="#313244"
thm_magenta="#cba6f7" thm_magenta="#cba6f7"
thm_pink="#f5c2e7" thm_pink="#f5c2e7"
thm_red="#f38ba8" thm_red="#f38ba8"