updated palette
This commit is contained in:
parent
f68becfcb8
commit
374e80768c
1 changed files with 13 additions and 13 deletions
|
@ -1,19 +1,19 @@
|
|||
# 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
|
||||
|
||||
# --> Catppuccin (some colors)
|
||||
thm_bg="#1b1624"
|
||||
thm_fg="#B9C4E3"
|
||||
thm_white="#f0f0f5"
|
||||
thm_black="#0E0C13"
|
||||
thm_gray="#312C44"
|
||||
thm_magenta="#ae9ad6"
|
||||
thm_pink="#f0a8e4"
|
||||
thm_red="#e28d8d"
|
||||
thm_green="#add692"
|
||||
thm_yellow="#f0dc89"
|
||||
thm_blue="#84a5cb"
|
||||
thm_orange="#e7a988"
|
||||
# --> Catppuccin
|
||||
thm_bg="#1e1e28"
|
||||
thm_fg="#d7dae0"
|
||||
thm_white="#c2e7f0"
|
||||
thm_black="#15121c"
|
||||
thm_gray="#2d293b"
|
||||
thm_magenta="#c6aae8"
|
||||
thm_pink="#f0afe1"
|
||||
thm_red="#e28c8c"
|
||||
thm_green="#b3e1a3"
|
||||
thm_yellow="#eadda0"
|
||||
thm_blue="#a4b9ef"
|
||||
thm_orange="#f7c196"
|
||||
catppuccin12="#3e4058"
|
||||
|
||||
# ----------------------------=== Theme ===--------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue