mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
81 lines
2.6 KiB
Plaintext
81 lines
2.6 KiB
Plaintext
|
# --- Catppuccin Mocha Theme -----------------------------------------------------------
|
||
|
#
|
||
|
# Catppuccin Mocha Color Pallette
|
||
|
white='#cdd6f4' # Foreground
|
||
|
gray='#f5e0dc' # Current Line / Selection
|
||
|
dark_gray='#313244' # Background
|
||
|
light_purple='#b4befe' # Purple
|
||
|
dark_purple='#45475a' # Comment
|
||
|
cyan='#94e2d5' # Cyan
|
||
|
green='#a6e3a1' # Green
|
||
|
orange='#fab387' # Orange
|
||
|
red='#f38ba8' # Red
|
||
|
pink='#eba0ac' # Pink
|
||
|
yellow='#f9e2af' # Yellow
|
||
|
blue='#89b4fa' # Blue
|
||
|
|
||
|
# Focused pane colours:
|
||
|
tmux_conf_theme_focused_pane_fg='default'
|
||
|
tmux_conf_theme_focused_pane_bg="${gray}"
|
||
|
|
||
|
# Pane borders colours:
|
||
|
tmux_conf_theme_pane_border="${gray}"
|
||
|
tmux_conf_theme_pane_active_border="${light_purple}"
|
||
|
|
||
|
# Pane indicator colours
|
||
|
tmux_conf_theme_pane_indicator="${dark_purple}"
|
||
|
tmux_conf_theme_pane_active_indicator="${light_purple}"
|
||
|
|
||
|
# Status line message style
|
||
|
tmux_conf_theme_message_fg="${white}"
|
||
|
tmux_conf_theme_message_bg="${dark_purple}"
|
||
|
tmux_conf_theme_message_attr='bold'
|
||
|
|
||
|
# Status line command style (<prefix> : Escape)
|
||
|
tmux_conf_theme_message_command_fg="${white}"
|
||
|
tmux_conf_theme_message_command_bg="${gray}"
|
||
|
tmux_conf_theme_message_command_attr='bold'
|
||
|
|
||
|
# Window modes style
|
||
|
tmux_conf_theme_mode_fg="${gray}"
|
||
|
tmux_conf_theme_mode_bg="${pink}"
|
||
|
tmux_conf_theme_mode_attr='bold'
|
||
|
|
||
|
# Status line style
|
||
|
tmux_conf_theme_status_fg="${white}"
|
||
|
tmux_conf_theme_status_bg="${dark_gray}"
|
||
|
tmux_conf_theme_status_attr='none'
|
||
|
|
||
|
# Window status style
|
||
|
tmux_conf_theme_window_status_fg="${white}"
|
||
|
tmux_conf_theme_window_status_bg="${dark_gray}"
|
||
|
|
||
|
# Window current status style
|
||
|
tmux_conf_theme_window_status_current_fg="${white}"
|
||
|
tmux_conf_theme_window_status_current_bg="${dark_purple}"
|
||
|
tmux_conf_theme_window_status_current_attr='none'
|
||
|
|
||
|
# Window bell status style
|
||
|
tmux_conf_theme_window_status_bell_fg="${cyan}"
|
||
|
tmux_conf_theme_window_status_bell_bg='default'
|
||
|
tmux_conf_theme_window_status_bell_attr='blink,bold'
|
||
|
|
||
|
# Windows last status style
|
||
|
tmux_conf_theme_window_status_last_fg="${light_purple}"
|
||
|
tmux_conf_theme_window_status_last_bg='default'
|
||
|
tmux_conf_theme_window_status_last_attr='none'
|
||
|
|
||
|
# Status left style
|
||
|
tmux_conf_theme_status_left_fg="${dark_gray},${dark_gray},${dark_gray}"
|
||
|
tmux_conf_theme_status_left_bg="${green},${pink},${light_purple}"
|
||
|
tmux_conf_theme_status_left_attr='bold,none,none'
|
||
|
|
||
|
# Status right style
|
||
|
tmux_conf_theme_status_right_fg="${white},${dark_gray},${dark_gray}"
|
||
|
tmux_conf_theme_status_right_bg="${dark_purple},${cyan},${orange}"
|
||
|
tmux_conf_theme_status_right_attr='none,none,bold'
|
||
|
|
||
|
# Clock
|
||
|
tmux_conf_theme_clock_colour="${light_purple}"
|
||
|
|