We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3943288 + e057d06 commit ffc6ef8Copy full SHA for ffc6ef8
scripts/dracula.sh
100644
100755
@@ -172,6 +172,7 @@ main()
172
if [ $plugin = "spotify-tui" ]; then
173
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
174
script="#($current_dir/spotify-tui.sh)"
175
+ fi
176
177
if [ $plugin = "kubernetes-context" ]; then
178
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray")
0 commit comments