style: tomorrow로 테마 변경

This commit is contained in:
2021-07-18 16:23:53 +09:00
parent 363ccdcfd7
commit e1fbee9f58
7 changed files with 48 additions and 64 deletions

View File

@@ -3,7 +3,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'dracula/tmux'
set -g @plugin 'mattdavis90/base16-tmux'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
@@ -16,6 +16,7 @@ set -g default-terminal screen-256color
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
set -g @colors-base16 'tomorrow'
# bind -n End send-key C-e
# bind -n Home send-key C-a