Skip to content

Commit e8122fc

Browse files
authored
πŸ§›πŸ»β€β™‚οΈ Add Dracula theme variant (makew0rld#253)
1 parent 2f471f9 commit e8122fc

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

β€Žcontrib/themes/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ Contributed by **[@crdpa](https://github.com/crdpa)**.
2121
![screenshot of dracula theme](https://user-images.githubusercontent.com/61637474/99983210-53d2e900-2d8a-11eb-9ab7-12dc10c2933a.png)
2222
</details>
2323

24+
## Dracula variant
25+
26+
Contributed by **[@marcransome](https://github.com/marcransome)**.
27+
28+
![screenshot of dracula variant theme](https://user-images.githubusercontent.com/679401/132952433-563501ef-4d98-4d43-988e-f15bab7cb155.png)
29+
30+
<details>
31+
<summary>More screenshots</summary>
32+
33+
![screenshot of dracula variant theme](https://user-images.githubusercontent.com/679401/132952340-96840ad8-fb78-499d-bf6b-3fcdf659edc7.png)
34+
![screenshot of dracula variant theme](https://user-images.githubusercontent.com/679401/132952347-6b93d985-afc8-47b4-9569-1775ce4f37e7.png)
35+
![screenshot of dracula variant theme](https://user-images.githubusercontent.com/679401/132952348-ffcbcc7a-f9ad-41c6-a7d2-5c870754c4c9.png)
36+
![screenshot of dracula variant theme](https://user-images.githubusercontent.com/679401/132952352-50ca16f3-d255-4a1d-a25b-ccf53116957d.png)
37+
38+
</details>
39+
2440
## Greyscale Light
2541

2642
Contributed by **[@leifmetcalf](https://github.com/leifmetcalf)**.
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[theme]
2+
bg = "#282a36"
3+
tab_num = "#bd93f9"
4+
tab_divider = "#f8f8f2"
5+
bottombar_label = "#bd93f9"
6+
bottombar_text = "#8be9fd"
7+
bottombar_bg = "#44475a"
8+
scrollbar = "#44475a"
9+
10+
hdg_1 = "#bd93f9"
11+
hdg_2 = "#bd93f9"
12+
hdg_3 = "#bd93f9"
13+
amfora_link = "#ff79c6"
14+
foreign_link = "#ffb86c"
15+
link_number = "#8be9fd"
16+
regular_text = "#f8f8f2"
17+
quote_text = "#f1fa8c"
18+
preformatted_text = "#ffb86c"
19+
list_text = "#f8f8f2"
20+
21+
btn_bg = "#44475a"
22+
btn_text = "#f8f8f2"
23+
24+
dl_choice_modal_bg = "#6272a4"
25+
dl_choice_modal_text = "#f8f8f2"
26+
dl_modal_bg = "#6272a4"
27+
dl_modal_text = "#f8f8f2"
28+
info_modal_bg = "#6272a4"
29+
info_modal_text = "#f8f8f2"
30+
error_modal_bg = "#ff5555"
31+
error_modal_text = "#f8f8f2"
32+
yesno_modal_bg = "#6272a4"
33+
yesno_modal_text = "#f8f8f2"
34+
tofu_modal_bg = "#6272a4"
35+
tofu_modal_text = "#f8f8f2"
36+
subscription_modal_bg = "#6272a4"
37+
subscription_modal_text = "#f8f8f2"
38+
39+
input_modal_bg = "#6272a4"
40+
input_modal_text = "#f8f8f2"
41+
input_modal_field_bg = "#44475a"
42+
input_modal_field_text = "#f8f8f2"
43+
44+
bkmk_modal_bg = "#6272a4"
45+
bkmk_modal_text = "#f8f8f2"
46+
bkmk_modal_label = "#f8f8f2"
47+
bkmk_modal_field_bg = "#44475a"
48+
bkmk_modal_field_text = "#f8f8f2"

0 commit comments

Comments
Β (0)