Skip to content

Commit

Permalink
Add atelier forest themes (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyalicegu authored Apr 11, 2021
1 parent f622a96 commit 67126ae
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 1 deletion.
14 changes: 13 additions & 1 deletion contrib/themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Contributed by **[@bnthor](https://github.com/bnthor)**.
</details>


### One Dark
## One Dark

Contributed by **[@sergetymo](https://github.com/sergetymo)**.

Expand All @@ -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.
52 changes: 52 additions & 0 deletions contrib/themes/atelier-forest-light.toml
Original file line number Diff line number Diff line change
@@ -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"
52 changes: 52 additions & 0 deletions contrib/themes/atelier-forest.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 67126ae

Please sign in to comment.