From 03d285757a26939a398ce6526770ddd3b0e07ea8 Mon Sep 17 00:00:00 2001 From: afranco Date: Thu, 18 Apr 2024 01:22:01 +0100 Subject: [PATCH] chore(tmux): gruvbox original hard --- .config/tmux/tmux_status_bar.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux_status_bar.conf b/.config/tmux/tmux_status_bar.conf index 5aea37c..38d574f 100644 --- a/.config/tmux/tmux_status_bar.conf +++ b/.config/tmux/tmux_status_bar.conf @@ -1,10 +1,10 @@ #!/usr/bin/env bash # Hardcoded values -set -g status-bg "#282828" +set -g status-bg "#1d2021" set -g @unfocused-fg "#d4be98" set -g @focused-bg "#d4be98" -set -g @focused-fg "#282828" +set -g @focused-fg "#1d2021" # Set status bar position set -g status-position top