fixes bg color
This commit is contained in:
parent
3836897215
commit
1f2f23a860
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -38,7 +36,7 @@
|
|||
];
|
||||
extraConfig = ''
|
||||
set -g status-position bottom
|
||||
set -g status-style bg=default,fg=white
|
||||
set -g status-style bg=#1d202f,fg=white
|
||||
set -g status-left ' [#I] #W '
|
||||
set -g status-right '#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H '
|
||||
set -g window-status-current-style bg=default,fg=magenta,bold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue