35 lines
929 B
Text
35 lines
929 B
Text
|
# vim:set ft=tmux:
|
||
|
|
||
|
# --> Catppuccin (Latte)
|
||
|
set -ogq @thm_bg "#eff1f5"
|
||
|
set -ogq @thm_fg "#4c4f69"
|
||
|
|
||
|
# Colors
|
||
|
set -ogq @thm_rosewater "#dc8a78"
|
||
|
set -ogq @thm_flamingo "#dd7878"
|
||
|
set -ogq @thm_rosewater "#dc8a78"
|
||
|
set -ogq @thm_pink "#ea76cb"
|
||
|
set -ogq @thm_mauve "#8839ef"
|
||
|
set -ogq @thm_red "#d20f39"
|
||
|
set -ogq @thm_maroon "#e64553"
|
||
|
set -ogq @thm_peach "#fe640b"
|
||
|
set -ogq @thm_yellow "#df8e1d"
|
||
|
set -ogq @thm_green "#40a02b"
|
||
|
set -ogq @thm_teal "#179299"
|
||
|
set -ogq @thm_sky "#04a5e5"
|
||
|
set -ogq @thm_sapphire "#209fb5"
|
||
|
set -ogq @thm_blue "#1e66f5"
|
||
|
set -ogq @thm_lavender "#7287fd"
|
||
|
|
||
|
# Surfaces and overlays
|
||
|
set -ogq @thm_subtext_1 "#6c6f85"
|
||
|
set -ogq @thm_subtext_0 "#5c5f77"
|
||
|
set -ogq @thm_overlay_2 "#7c7f93"
|
||
|
set -ogq @thm_overlay_1 "#8c8fa1"
|
||
|
set -ogq @thm_overlay_0 "#9ca0b0"
|
||
|
set -ogq @thm_surface_2 "#acb0be"
|
||
|
set -ogq @thm_surface_1 "#bcc0cc"
|
||
|
set -ogq @thm_surface_0 "#ccd0da"
|
||
|
set -ogq @thm_mantle "#e6e9ef"
|
||
|
set -ogq @thm_crust "#dce0e8"
|