Created
February 28, 2020 21:46
-
-
Save kaicataldo/f699134b6ebbee83850481699588dfdb to your computer and use it in GitHub Desktop.
Dracula tmux theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dracula Theme | |
set -g clock-mode-colour '#BD93F9' | |
set -g pane-border-style 'fg=#6272A4' | |
set -g pane-active-border-style 'fg=#FF79C6' | |
set -g status-style 'fg=#F8F8F2,bg=#44475A' | |
set -g message-style 'fg=#F8F8F2,bg=#44475A' | |
set -g status-left "#[fg=#8BE9FD,bg=#44475A] #S " | |
set -g status-right "#[bg=#6272A4] %Y-%m-%d %H:%M #[fg=#282A36,bg=#BD93F9] #(echo $USER)@#H " | |
setw -g window-status-format "#[fg=#6272A4,bg=#44475A] #I | #W " | |
setw -g window-status-current-format "#[fg=#8BE9FD,bg=#282A36] #I | #W " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This theme matches the current Lightline theme shipped with the official Vim port of Dracula (https://draculatheme.com/vim/).
To use this theme, either inline it into
~/.tmux.conf
or save this file somewhere in your home directory (I use~/.tmux/themes/
) and then source it in~/.tmux.conf
using the following: