18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
|
# 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 (Latte)
|
||
|
thm_bg="#dce0e8"
|
||
|
thm_fg="#4c4f69"
|
||
|
thm_cyan="#179299"
|
||
|
thm_black="#e6e9ef"
|
||
|
thm_gray="#bcc0cc"
|
||
|
thm_magenta="#ea76cb"
|
||
|
thm_pink="#8839ef"
|
||
|
thm_red="#d20f39"
|
||
|
thm_green="#40a02b"
|
||
|
thm_yellow="#df8e1d"
|
||
|
thm_blue="#1e66f5"
|
||
|
thm_orange="#fe640b"
|
||
|
thm_black4="#acb0be"
|