addet own fork of gruvbox dark

This commit is contained in:
pika 2025-03-11 20:47:45 +01:00
parent 9baedc315f
commit 98209dd2e7

View file

@ -38,16 +38,16 @@ set -g @mode_indicator_sync_prompt ' SYNC '
set -g @mode_indicator_empty_prompt ' 󰊠 ' set -g @mode_indicator_empty_prompt ' 󰊠 '
# style values for prefix 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 # 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 # 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 # 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 >──────────────────────────────── # ────────────────────────────────< theme - minimal config >────────────────────────────────
# set -g @plugin 'niksingh710/minimal-tmux-status' # set -g @plugin 'niksingh710/minimal-tmux-status'
@ -90,11 +90,13 @@ set -g @mode_indicator_empty_mode_style 'bg=#fabd2f,fg=black'
# ───────────────────────────────────< minimal --- end >───────────────────────────────── # ───────────────────────────────────< minimal --- end >─────────────────────────────────
# ────────────────────────────────< theme - gruvbox config >──────────────────────────────── # ────────────────────────────────< 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 '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-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-z "$USER@#h " # Hostname and tmux mode indicator
set -g @tmux-gruvbox-right-status-x ' %H:%M' # Time format 24H 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) set -g @tmux-gruvbox-right-status-y '󰃭 %d.%m.%Y' # Date format (e.g., 30.01.2024)
# ───────────────────────────────────< gruvbox --- end >───────────────────────────────── # ───────────────────────────────────< gruvbox --- end >─────────────────────────────────