add spaceduck theme, fix blue background
This commit is contained in:
parent
1b65a42a12
commit
e3acb6d8a5
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ set -g visual-activity on
|
|||
set -g mode-keys vi
|
||||
set -g history-limit 10000
|
||||
|
||||
set -g status-bg blue
|
||||
set -g status-bg default
|
||||
set -g status-fg white
|
||||
|
||||
# y and p as in vim
|
||||
|
@ -97,3 +97,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
set -g @plugin 'akohlbecker/aw-watcher-tmux'
|
||||
source-file /home/kellya/projects/public/spaceduck-terminal/tmux/status-line-default.conf
|
||||
|
|
Loading…
Reference in a new issue