chore(tmux): gruvbox original hard

This commit is contained in:
2024-04-18 01:22:01 +01:00
parent a0111a6c4c
commit 03d285757a

View File

@@ -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