Skip to content

Commit 281c278

Browse files
Revert "feature/customizable color codes"
1 parent 9367a04 commit 281c278

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scripts/dracula.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ main()
3939
show_empty_plugins=$(get_tmux_option "@dracula-show-empty-plugins" true)
4040

4141
# Dracula Color Pallette
42-
white=$(get_tmux_option "@dracula-color-white" "#f8f8f2")
43-
gray=$(get_tmux_option "@dracula-color-gray" "#44475a")
44-
dark_gray=$(get_tmux_option "@dracula-color-dark_gray" "#282a36")
45-
light_purple=$(get_tmux_option "@dracula-color-light_purple" "#bd93f9")
46-
dark_purple=$(get_tmux_option "@dracula-color-dark_purple" "#6272a4")
47-
cyan=$(get_tmux_option "@dracula-color-cyan" "#8be9fd")
48-
green=$(get_tmux_option "@dracula-color-green" "#50fa7b")
49-
orange=$(get_tmux_option "@dracula-color-orange" "#ffb86c")
50-
red=$(get_tmux_option "@dracula-color-red" "#ff5555")
51-
pink=$(get_tmux_option "@dracula-color-pink" "#ff79c6")
52-
yellow=$(get_tmux_option "@dracula-color-yellow" "#f1fa8c")
42+
white='#f8f8f2'
43+
gray='#44475a'
44+
dark_gray='#282a36'
45+
light_purple='#bd93f9'
46+
dark_purple='#6272a4'
47+
cyan='#8be9fd'
48+
green='#50fa7b'
49+
orange='#ffb86c'
50+
red='#ff5555'
51+
pink='#ff79c6'
52+
yellow='#f1fa8c'
5353

5454
# Set transparency variables - Colors and window dividers
5555
if $transparent_powerline_bg; then

0 commit comments

Comments
 (0)