Added tmux theme

This commit is contained in:
Eduard Urbach 2023-08-26 20:21:53 +02:00
parent 96d3739ff9
commit 8e098411c4
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 210 additions and 23 deletions

View file

@ -1,5 +1,7 @@
# global options
set -sg terminal-overrides ",*:RGB"
set -g terminal-overrides ",*:RGB"
set -g escape-time 0
set -g focus-events on
set -g mouse on
set -g prefix C-a
@ -21,3 +23,6 @@ bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# theme
source-file ~/.config/tmux/theme.conf