From 98209dd2e7adb17098af7d0e82fad4025bc08f67 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 11 Mar 2025 20:47:45 +0100 Subject: [PATCH] addet own fork of gruvbox dark --- .tmux.conf | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 92ca30e..895af45 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -38,16 +38,16 @@ set -g @mode_indicator_sync_prompt ' SYNC ' set -g @mode_indicator_empty_prompt ' 󰊠 ' # style values for prefix prompt -set -g @mode_indicator_prefix_mode_style 'bg=#fe8019,fg=black' +set -g @mode_indicator_prefix_mode_style 'bg=#fe8019,fg=#1d2021' # style values for copy prompt -set -g @mode_indicator_copy_mode_style 'bg=yellow,fg=black' +set -g @mode_indicator_copy_mode_style 'bg=cyan,fg=#1d2021' # style values for sync prompt -set -g @mode_indicator_sync_mode_style 'bg=red,fg=black' +set -g @mode_indicator_sync_mode_style 'bg=red,fg=#1d2021' # style values for empty prompt -set -g @mode_indicator_empty_mode_style 'bg=#fabd2f,fg=black' +set -g @mode_indicator_empty_mode_style 'bg=#fabd2f,fg=#1d2021' # ────────────────────────────────< theme - minimal config >──────────────────────────────── # set -g @plugin 'niksingh710/minimal-tmux-status' @@ -90,11 +90,13 @@ set -g @mode_indicator_empty_mode_style 'bg=#fabd2f,fg=black' # ───────────────────────────────────< minimal --- end >───────────────────────────────── # ────────────────────────────────< theme - gruvbox config >──────────────────────────────── -set -g @plugin 'egel/tmux-gruvbox' # Gruvbox theme for tmux +# set -g @plugin 'egel/tmux-gruvbox' # Gruvbox theme for tmux +set -g @plugin 'https://git.k4li.de/mirrors/tmux-gruvbox' set -g @tmux-gruvbox 'dark256' # Can be 'dark', 'dark256', 'light', 'light256' +set -g @tmux-gruvbox-right-bg set -g @tmux-gruvbox-left-status-a '#{tmux_mode_indicator}' -set -g @tmux-gruvbox-right-status-z '#h' # Hostname and tmux mode indicator -set -g @tmux-gruvbox-right-status-x ' %H:%M' # Time format 24H +set -g @tmux-gruvbox-right-status-z "$USER@#h " # Hostname and tmux mode indicator +set -g @tmux-gruvbox-right-status-x '#[fg=yellow] %H:%M' # Time format 24H set -g @tmux-gruvbox-right-status-y '󰃭 %d.%m.%Y' # Date format (e.g., 30.01.2024) # ───────────────────────────────────< gruvbox --- end >─────────────────────────────────