chore(tmux): gruvbox original hard

This commit is contained in:
Afonso Franco 2024-04-18 01:22:01 +01:00
parent a0111a6c4c
commit 03d285757a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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