17 lines
502 B
Text
17 lines
502 B
Text
# 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 (Coal variant) https://gist.joshuabell.xyz/ringofstorms/8f1e3afba1b34be6a8d8a78265765f6c
|
|
thm_bg="#262626"
|
|
thm_fg="#e0e0e0"
|
|
thm_cyan="#89dceb"
|
|
thm_black="#1f1f1f"
|
|
thm_gray="#3b3b3b"
|
|
thm_magenta="#cba6f7"
|
|
thm_pink="#f5c2e7"
|
|
thm_red="#f38ba8"
|
|
thm_green="#a6e3a1"
|
|
thm_yellow="#f9e2af"
|
|
thm_blue="#89b4fa"
|
|
thm_orange="#fab387"
|
|
thm_black4="#636363"
|