tmux keybindings and theme colors

This commit is contained in:
2026-03-11 19:14:31 +00:00
parent f67ce8545c
commit 66049e3a3b
2 changed files with 9 additions and 18 deletions
+4 -4
View File
@@ -57,7 +57,7 @@ SHADOW={{colors.shadow.default.hex}}
set -g status-style "bg={{colors.surface.default.hex}},fg={{colors.on_surface.default.hex}}"
set -g status-left "#[fg={{colors.on_primary.default.hex}},bg={{colors.primary.default.hex}},bold] #S #[default] "
# Smart status-right: changes based on mode
# Status bar right side - date and time
set -g status-right "#[fg={{colors.on_surface_variant.default.hex}}]%Y-%m-%d #[fg={{colors.on_surface.default.hex}}]%H:%M #[default]"
# Window status format
@@ -70,9 +70,9 @@ set -g status-justify left
set -g pane-border-style "fg={{colors.outline_variant.default.hex}}"
set -g pane-active-border-style "fg={{colors.primary.default.hex}}"
# Message styling (for confirm dialogs like kill-pane)
set -g message-style "fg={{colors.on_primary.default.hex}},bg={{colors.primary_container.default.hex}},bold"
set -g message-command-style "fg={{colors.on_secondary.default.hex}},bg={{colors.secondary_container.default.hex}}"
# Message styling (for confirm dialogs like kill-pane) - use high contrast
set -g message-style "fg={{colors.on_surface.default.hex}},bg={{colors.primary.default.hex}},bold"
set -g message-command-style "fg={{colors.on_surface.default.hex}},bg={{colors.secondary.default.hex}}"
# Mode styling (copy mode, etc.)
set -g mode-style "fg={{colors.on_tertiary.default.hex}},bg={{colors.tertiary_container.default.hex}}"