Added tmux theme

This commit is contained in:
2023-08-26 20:21:53 +02:00
parent 4c9762bef1
commit 70b18b36ca
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