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.
1 parent 1611c84 commit 84d00afCopy full SHA for 84d00af
scripts/colors.sh
scripts/dracula.sh
@@ -51,7 +51,10 @@ main()
51
pink="#ff79c6"
52
yellow="#f1fa8c"
53
54
- source "$(get_tmux_option "@dracula-colors" "$current_dir/colors.sh")"
+ colors_file="$(get_tmux_option "@dracula-colors" "")"
55
+ if [ -f "$colors_file" ]; then
56
+ source "$colors_file"
57
+ fi
58
59
# Set transparency variables - Colors and window dividers
60
if $transparent_powerline_bg; then
0 commit comments