diff options
| author | bh <qn+git@epicurus.dev> | 2025-12-09 18:41:16 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2025-12-09 18:41:16 +0800 |
| commit | 18b996ac1bc7ffad6357c4759e0d2fd4673ff20b (patch) | |
| tree | 3b22e4fa8b75bafa0bfec6d64d4b00901f590544 /tmux | |
| parent | a17456cf8418c9f8b8cdba47d11a6c4a7e6abede (diff) | |
Added colors to Kitty selection and improved tmux colors
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 93c5df7..8b120ef 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -12,17 +12,18 @@ set -g default-terminal "tmux-256color" # Status bar colors set -g status-bg "#003636" -set -g status-fg "#225859" +set -g status-fg "#004344" +# set -g status-fg "#225859" # Window status - inactive windows with powerline separators -set -g window-status-format "#[fg=#004344,bg=#003636]#[fg=#FFFFFF,bg=#004344]#I #[fg=#6ae8eb,bg=#225859] #W #[fg=#225859,bg=#003636]" -set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282]#I #[fg=#6ae8eb,bg=#225859] #W #[fg=#225859, bg=#003636]" +set -g window-status-format "#[fg=#004344,bg=#003636]#[fg=#FFFFFF,bg=#015959]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344,bg=#003636]" +set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344, bg=#003636]" # Previous Settings # set -g window-status-format "#[fg=#004344,bg=#003636]#[fg=#6ae8eb,bg=#004344]#I|#W #[fg=#004344,bg=#003636]" # set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282]#I|#W #[fg=#008282, bg=#003636]" -# set -g window-status-format "#[fg=#74c4c4,bg=#225859] #I|#W #[fg=#225859,bg=#003636] " +# set -g window-status-format "#[fg=#74c4c4,bg=#004344] #I|#W #[fg=#004344,bg=#003636] " # set -g window-status-format "#[fg=#002a2b,bg=#003636]#[fg=#74c4c4,bg=#002a2b] #I|#W #[fg=#002a2b,bg=#003636]" # set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282] #I|#W #[fg=#008282,bg=#003636]" @@ -31,10 +32,10 @@ set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg= set -g status-left-length 1000 set -g status-right-length 1000 set -g status-left "#[fg=#74c4c4]#S " -set -g status-right "#[fg=#225859, bg=#003636]#[fg=#6ae8eb,bg=#225859] %H:%M #[fg=#FFFFFF,bg=#008282] #[fg=#008282,bg=#003636]" +set -g status-right "#[fg=#004344, bg=#003636]#[fg=#6ae8eb,bg=#004344] %H:%M #[fg=#FFFFFF,bg=#008282] #[fg=#008282,bg=#003636]" # Pane border colors -set -g pane-border-style "fg=#225859" +set -g pane-border-style "fg=#004344" set -g pane-active-border-style "fg=#008282" # Keybindings |
