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_mocha.tmuxtheme
Normal file
17
themes/catppuccin_mocha.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 (Mocha)
|
||||
thm_bg="#1e1e2e"
|
||||
thm_fg="#cdd6f4"
|
||||
thm_cyan="#89dceb"
|
||||
thm_black="#181825"
|
||||
thm_gray="#313244"
|
||||
thm_magenta="#cba6f7"
|
||||
thm_pink="#f5c2e7"
|
||||
thm_red="#f38ba8"
|
||||
thm_green="#a6e3a1"
|
||||
thm_yellow="#f9e2af"
|
||||
thm_blue="#89b4fa"
|
||||
thm_orange="#fab387"
|
||||
thm_black4="#585b70"
|
Loading…
Add table
Add a link
Reference in a new issue