1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

Add atelier forest themes (#221)

This commit is contained in:
Joy Alice Gu 2021-04-10 17:21:24 -07:00 committed by GitHub
parent f622a96696
commit 67126ae785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 117 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Contributed by **[@bnthor](https://github.com/bnthor)**.
</details>
### One Dark
## One Dark
Contributed by **[@sergetymo](https://github.com/sergetymo)**.
@ -82,6 +82,18 @@ Contributed by **[@sergetymo](https://github.com/sergetymo)**.
![screenshot of error modal](https://user-images.githubusercontent.com/65758149/101183206-da73aa00-3657-11eb-8733-5040c8aefb99.png)
</details>
## Atelier Forest
Contributed by **[@joyalicegu](https://github.com/joyalicegu)**.
### Dark
![screenshot of atelier forest dark theme](https://user-images.githubusercontent.com/16532904/114287117-35a81580-9a19-11eb-8515-a4fa5fee00b8.png)
### Light
![screenshot of atelier forest light theme](https://user-images.githubusercontent.com/16532904/114287105-22954580-9a19-11eb-8c09-2bce083286b2.png)
## Yours?
Contribute your own theme by opening a PR.

View File

@ -0,0 +1,52 @@
[theme]
# atelier forest light
bg = "#f1efee"
fg = "#68615e"
tab_num = "#68615e"
tab_divider = "#e6e2e0"
bottombar_label = "#3d97b8"
bottombar_text = "#68615e"
bottombar_bg = "#f1efee"
scrollbar = "#68615e"
hdg_1 = "#f22c40"
hdg_2 = "#7b9726"
hdg_3 = "#c33ff3"
amfora_link = "#407ee7"
foreign_link = "#f22c40"
link_number = "#68615e"
regular_text = "#68615e"
quote_text = "#68615e"
preformatted_text = "#68615e"
list_text = "#68615e"
btn_bg = "#407ee7"
btn_text = "#f1efee"
dl_choice_modal_bg = "#e6e2e0"
dl_choice_modal_text = "#68615e"
dl_modal_bg = "#e6e2e0"
dl_modal_text = "#68615e"
info_modal_bg = "#e6e2e0"
info_modal_text = "#68615e"
error_modal_bg = "#e6e2e0"
error_modal_text = "#f22c40"
yesno_modal_bg = "#e6e2e0"
yesno_modal_text = "#68615e"
tofu_modal_bg = "#e6e2e0"
tofu_modal_text = "#68615e"
subscription_modal_bg = "#e6e2e0"
subscription_modal_text = "#68615e"
input_modal_bg = "#e6e2e0"
input_modal_text = "#68615e"
input_modal_field_bg = "#f1efee"
input_modal_field_text = "#68615e"
bkmk_modal_bg = "#e6e2e0"
bkmk_modal_text = "#68615e"
bkmk_modal_label = "#3d97b8"
bkmk_modal_field_bg = "#f1efee"
bkmk_modal_field_text = "#68615e"

View File

@ -0,0 +1,52 @@
[theme]
# atelier forest
bg = "#1b1918"
fg = "#a8a19f"
tab_num = "#a8a19f"
tab_divider = "#2c2421"
bottombar_label = "#3d97b8"
bottombar_text = "#a8a19f"
bottombar_bg = "#1b1918"
scrollbar = "#a8a19f"
hdg_1 = "#f22c40"
hdg_2 = "#7b9726"
hdg_3 = "#c33ff3"
amfora_link = "#407ee7"
foreign_link = "#f22c40"
link_number = "#a8a19f"
regular_text = "#a8a19f"
quote_text = "#a8a19f"
preformatted_text = "#a8a19f"
list_text = "#a8a19f"
btn_bg = "#407ee7"
btn_text = "#1b1918"
dl_choice_modal_bg = "#2c2421"
dl_choice_modal_text = "#a8a19f"
dl_modal_bg = "#2c2421"
dl_modal_text = "#a8a19f"
info_modal_bg = "#2c2421"
info_modal_text = "#a8a19f"
error_modal_bg = "#2c2421"
error_modal_text = "#f22c40"
yesno_modal_bg = "#2c2421"
yesno_modal_text = "#a8a19f"
tofu_modal_bg = "#2c2421"
tofu_modal_text = "#a8a19f"
subscription_modal_bg = "#2c2421"
subscription_modal_text = "#a8a19f"
input_modal_bg = "#2c2421"
input_modal_text = "#a8a19f"
input_modal_field_bg = "#1b1918"
input_modal_field_text = "#a8a19f"
bkmk_modal_bg = "#2c2421"
bkmk_modal_text = "#a8a19f"
bkmk_modal_label = "#3d97b8"
bkmk_modal_field_bg = "#1b1918"
bkmk_modal_field_text = "#a8a19f"