1
0

Merge branch 'main' into main

This commit is contained in:
Valentin Uveges
2024-01-17 20:39:31 +02:00
committed by GitHub
4 changed files with 55 additions and 2 deletions

View File

@@ -285,8 +285,10 @@ main() {
set message-command-style "fg=${thm_cyan},bg=${thm_gray},align=centre"
# panes
set pane-border-style "fg=${thm_gray}"
set pane-active-border-style "fg=${thm_blue}"
local pane_border_style=$(get_tmux_option "@catppuccin_pane_border_style" "fg=${thm_gray}")
local pane_active_border_style=$(get_tmux_option "@catppuccin_pane_active_border_style" "fg=${thm_blue}")
set pane-border-style "${pane_border_style}"
set pane-active-border-style "${pane_active_border_style}"
# windows
setw window-status-activity-style "fg=${thm_fg},bg=${thm_bg},none"