refactor(theme): use whiskers (#207)

This commit is contained in:
vdbe 2024-05-11 15:26:41 +00:00 committed by GitHub
parent 804f060fe1
commit 2292669be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,17 @@
# 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 (Macchiato)
thm_bg="#24273a"
thm_fg="#cad3f5"
thm_cyan="#91d7e3"
thm_black="#1e2030"
thm_gray="#363a4f"
thm_magenta="#c6a0f6"
thm_pink="#f5bde6"
thm_red="#ed8796"
thm_green="#a6da95"
thm_yellow="#eed49f"
thm_blue="#8aadf4"
thm_orange="#f5a97f"
thm_black4="#5b6078"