summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-02-09 16:39:14 +0100
committerGitHub <noreply@github.com>2025-02-09 16:39:14 +0100
commit9b08a12cc625e453bb1b3a763a49262783e559d2 (patch)
treec20298a47d58696c9c91fbc54febcbb884ca34f6
parentbcc1d78310c94de59be860f3d5ec277878e34e73 (diff)
parent0cde06e631a03f197c5b33d625bd8404140cd03f (diff)
Merge pull request #1 from seth0xd/master
add seth0xd's custom patch
-rw-r--r--tmux-colorscheme.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf
index bc4c6e3..6eaff51 100644
--- a/tmux-colorscheme.conf
+++ b/tmux-colorscheme.conf
@@ -16,22 +16,22 @@ set-option -g status-interval 1
set-option -wg mode-style bg="#fe8019",fg="#3c3836"
# default statusbar colors (terminal bg should be #282828)
-set-option -g status-style bg=terminal,fg="#a89984"
+set-option -g status-style bg=#32302F,fg="#A89984"
# default window title colors
-set-option -wg window-status-style bg="#3c3836",fg="#7c6f64"
+set-option -wg window-status-style bg="#32302f",fg="#a89984"
# colors for windows with activity
-set-option -wg window-status-activity-style bg="#3c3836",fg="#a89984"
+set-option -wg window-status-activity-style bg="#3c3836",fg="#d5c4a1"
# colors for windows with bells
set-option -wg window-status-bell-style bg="#3c3836",fg="#fe8019"
# active window title colors
-set-option -wg window-status-current-style bg="#fe8019",fg="#3c3836"
+set-option -wg window-status-current-style bg="#504945",fg="#ebdbb2"
# pane border
-set-option -g pane-active-border-style fg="#fe8019"
+set-option -g pane-active-border-style fg="#a89984"
set-option -g pane-border-style fg="#3c3836"
# message info
@@ -49,14 +49,14 @@ set-option -wg clock-mode-colour "#fe8019"
# copy mode highlighting
%if #{>=:#{version},3.2}
- set-option -wg copy-mode-match-style "bg=#a89984,fg=#3c3836"
- set-option -wg copy-mode-current-match-style "bg=#fe8019,fg=#3c3836"
+set-option -wg copy-mode-match-style "bg=#a89984,fg=#3c3836"
+set-option -wg copy-mode-current-match-style "bg=#fe8019,fg=#3c3836"
%endif
# statusbar formatting
# "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise)
set-option -g status-left "#[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{session_name} "
-set-option -g status-right "#[bg=#3c3836, fg=#7c6f64] %Y-%m-%d %H:%M:%S #[bg=#a89984, fg=#3c3836]#{?client_prefix,#[bg=#fe8019],#[bg=#a89984]} #{host_short} "
+set-option -g status-right " #[fg=#FE8019]#{?window_zoomed_flag, ,}#[bg=#504945, fg=#EBDBB2] %d %b - %I:%M:%S %p #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#FE8019],#[bg=#A89984]} #{host_short} "
-set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
-set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
+set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_name} "
+set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} "