1# name: 'Dracula PRO'
2# url: 'https://draculatheme.com/pro'
3#
4# Buffy and Alucard variants adapted for fish's light/dark/unknown theme
5# support. The unknown variant intentionally tracks Alucard so SSH sessions
6# from light terminals remain readable when the terminal cannot report its
7# color preference.
8
9[light]
10# preferred_background: f5f5f5
11fish_color_normal 1f1f1f
12fish_color_autosuggestion 635d97
13fish_color_cancel cb3a2a --reverse
14fish_color_command 036a96
15fish_color_comment 635d97
16fish_color_cwd 14710a
17fish_color_cwd_root cb3a2a
18fish_color_end 846e15
19fish_color_error cb3a2a
20fish_color_escape a3144d
21fish_color_history_current --bold
22fish_color_host 644ac9
23fish_color_host_remote 644ac9
24fish_color_keyword a3144d
25fish_color_match --background=cfcfde
26fish_color_operator 14710a
27fish_color_option 846e15
28fish_color_param 644ac9
29fish_color_quote 14710a
30fish_color_redirection 1f1f1f
31fish_color_search_match --background=cfcfde --bold
32fish_color_selection --background=cfcfde --bold
33fish_color_status cb3a2a
34fish_color_user 036a96
35fish_color_valid_path --underline
36fish_pager_color_background
37fish_pager_color_completion 1f1f1f
38fish_pager_color_description 635d97
39fish_pager_color_prefix 036a96
40fish_pager_color_progress 635d97
41fish_pager_color_secondary_background
42fish_pager_color_secondary_completion 1f1f1f
43fish_pager_color_secondary_description 635d97
44fish_pager_color_secondary_prefix 036a96
45fish_pager_color_selected_background --background=cfcfde
46fish_pager_color_selected_completion 1f1f1f
47fish_pager_color_selected_description 635d97
48fish_pager_color_selected_prefix 036a96
49
50[dark]
51# preferred_background: 2a212c
52fish_color_normal f8f8f2
53fish_color_autosuggestion b58ac0
54fish_color_cancel ff9580 --reverse
55fish_color_command 80ffea
56fish_color_comment b58ac0
57fish_color_cwd 8aff80
58fish_color_cwd_root ff9580
59fish_color_end ffca80
60fish_color_error ff9580
61fish_color_escape ff80bf
62fish_color_history_current --bold
63fish_color_host 9580ff
64fish_color_host_remote 9580ff
65fish_color_keyword ff80bf
66fish_color_match --background=544158
67fish_color_operator 8aff80
68fish_color_option ffca80
69fish_color_param 9580ff
70fish_color_quote ffff80
71fish_color_redirection f8f8f2
72fish_color_search_match --background=544158 --bold
73fish_color_selection --background=544158 --bold
74fish_color_status ff9580
75fish_color_user 80ffea
76fish_color_valid_path --underline
77fish_pager_color_background
78fish_pager_color_completion f8f8f2
79fish_pager_color_description b58ac0
80fish_pager_color_prefix 80ffea
81fish_pager_color_progress b58ac0
82fish_pager_color_secondary_background
83fish_pager_color_secondary_completion f8f8f2
84fish_pager_color_secondary_description b58ac0
85fish_pager_color_secondary_prefix 80ffea
86fish_pager_color_selected_background --background=544158
87fish_pager_color_selected_completion f8f8f2
88fish_pager_color_selected_description b58ac0
89fish_pager_color_selected_prefix 80ffea
90
91[unknown]
92# preferred_background: f5f5f5
93fish_color_normal 1f1f1f
94fish_color_autosuggestion 635d97
95fish_color_cancel cb3a2a --reverse
96fish_color_command 036a96
97fish_color_comment 635d97
98fish_color_cwd 14710a
99fish_color_cwd_root cb3a2a
100fish_color_end 846e15
101fish_color_error cb3a2a
102fish_color_escape a3144d
103fish_color_history_current --bold
104fish_color_host 644ac9
105fish_color_host_remote 644ac9
106fish_color_keyword a3144d
107fish_color_match --background=cfcfde
108fish_color_operator 14710a
109fish_color_option 846e15
110fish_color_param 644ac9
111fish_color_quote 14710a
112fish_color_redirection 1f1f1f
113fish_color_search_match --background=cfcfde --bold
114fish_color_selection --background=cfcfde --bold
115fish_color_status cb3a2a
116fish_color_user 036a96
117fish_color_valid_path --underline
118fish_pager_color_background
119fish_pager_color_completion 1f1f1f
120fish_pager_color_description 635d97
121fish_pager_color_prefix 036a96
122fish_pager_color_progress 635d97
123fish_pager_color_secondary_background
124fish_pager_color_secondary_completion 1f1f1f
125fish_pager_color_secondary_description 635d97
126fish_pager_color_secondary_prefix 036a96
127fish_pager_color_selected_background --background=cfcfde
128fish_pager_color_selected_completion 1f1f1f
129fish_pager_color_selected_description 635d97
130fish_pager_color_selected_prefix 036a96