[tmux] gruvbox original hard
This commit is contained in:
parent
18e82da1c6
commit
5c3304bebf
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Hardcoded values
|
# Hardcoded values
|
||||||
set -g status-bg "#282828"
|
set -g status-bg "#1d2021"
|
||||||
set -g @unfocused-fg "#d4be98"
|
set -g @unfocused-fg "#d4be98"
|
||||||
set -g @focused-bg "#d4be98"
|
set -g @focused-bg "#d4be98"
|
||||||
set -g @focused-fg "#282828"
|
set -g @focused-fg "#1d2021"
|
||||||
# Set status bar position
|
# Set status bar position
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue