dotfiles/tmux/themes/catppuccin-frappe.tmux
2024-11-21 15:59:14 -05:00

34 lines
930 B
Bash

# vim:set ft=tmux:
# --> Catppuccin (Frappe)
set -ogq @thm_bg "#303446"
set -ogq @thm_fg "#c6d0f5"
# Colors
set -ogq @thm_rosewater "#f2d5cf"
set -ogq @thm_flamingo "#eebebe"
set -ogq @thm_rosewater "#f2d5cf"
set -ogq @thm_pink "#f4b8e4"
set -ogq @thm_mauve "#ca9ee6"
set -ogq @thm_red "#e78284"
set -ogq @thm_maroon "#ea999c"
set -ogq @thm_peach "#ef9f76"
set -ogq @thm_yellow "#e5c890"
set -ogq @thm_green "#a6d189"
set -ogq @thm_teal "#81c8be"
set -ogq @thm_sky "#99d1db"
set -ogq @thm_sapphire "#85c1dc"
set -ogq @thm_blue "#8caaee"
set -ogq @thm_lavender "#babbf1"
# Surfaces and overlays
set -ogq @thm_subtext_1 "#a5adce"
set -ogq @thm_subtext_0 "#b5bfe2"
set -ogq @thm_overlay_2 "#949cbb"
set -ogq @thm_overlay_1 "#838ba7"
set -ogq @thm_overlay_0 "#737994"
set -ogq @thm_surface_2 "#626880"
set -ogq @thm_surface_1 "#51576d"
set -ogq @thm_surface_0 "#414559"
set -ogq @thm_mantle "#292c3c"
set -ogq @thm_crust "#232634"