Merge branch 'master' of github.com:danerwilliams/tmux-dracula

This commit is contained in:
Dane Williams 2020-03-16 00:12:54 -07:00
commit 886dcd964f
1 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# tmux-dracula # tmux-dracula
Color scheme for tmux inspired by the popular Dracula theme Color scheme for tmux inspired by the popular dracula theme
For official Dracula theme on other platforms check out https://draculatheme.com/ For dracula theme on other platforms check out the <a href="https://draculatheme.com/" target="_blank">official dracula theme</a>
## Features ## Features
Day, date, time, timezone Day, date, time, timezone
@ -12,7 +12,11 @@ List of windows with current window highlighted
## Screenshots ## Screenshots
![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") ![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula")
## Compatibility
Designed for compatibility with Mac systems and tested on macOS 10.15 Catalina
Compatibility with Linux systems and/or WSL on Windows is not yet available
## Installation ## Installation
Use TPM (tmux plugin manager) and add to your .tmux.conf: Use TPM (tmux plugin manager) and add to your .tmux.conf:
`set -g @plugin 'danerwilliams/tmux-dracula'` `set -g @plugin 'danerwilliams/tmux-dracula'`
@ -20,5 +24,6 @@ Be sure that `run -b '~/.tmux/plugins/tpm/tpm'` is at the bottom of .tmux.config
Restart tmux and then use `prefix + I` (capital I as in Install) to install Restart tmux and then use `prefix + I` (capital I as in Install) to install
## Troubleshooting ## Troubleshooting
Some users have experienced issues where the weather does not load immediately. This can be solved by manually running dracula.tmux: Some users have experienced issues where the weather does not load.
This may be solved by manually running dracula.tmux:
`~/.tmux/plugins/tmux-dracula/dracula.tmux` `~/.tmux/plugins/tmux-dracula/dracula.tmux`