refactor(theme): use whiskers (#207)
This commit is contained in:
parent
804f060fe1
commit
2292669be3
6 changed files with 32 additions and 6 deletions
17
themes/catppuccin_latte.tmuxtheme
Normal file
17
themes/catppuccin_latte.tmuxtheme
Normal 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 (Latte)
|
||||
thm_bg="#eff1f5"
|
||||
thm_fg="#4c4f69"
|
||||
thm_cyan="#04a5e5"
|
||||
thm_black="#e6e9ef"
|
||||
thm_gray="#ccd0da"
|
||||
thm_magenta="#8839ef"
|
||||
thm_pink="#ea76cb"
|
||||
thm_red="#d20f39"
|
||||
thm_green="#40a02b"
|
||||
thm_yellow="#df8e1d"
|
||||
thm_blue="#1e66f5"
|
||||
thm_orange="#fe640b"
|
||||
thm_black4="#acb0be"
|
Loading…
Add table
Add a link
Reference in a new issue