From 0b3f874ef19f652fc587ffa80aa6fd08103f892c Mon Sep 17 00:00:00 2001 From: Serge Tymoshenko <65758149+sergetymo@users.noreply.github.com> Date: Sat, 26 Nov 2022 20:40:47 +0200 Subject: [PATCH] Add Ayu Light theme (#321) --- contrib/themes/README.md | 13 ++++++++ contrib/themes/ayu_light.toml | 56 +++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 contrib/themes/ayu_light.toml diff --git a/contrib/themes/README.md b/contrib/themes/README.md index d2916b9..b1720fa 100644 --- a/contrib/themes/README.md +++ b/contrib/themes/README.md @@ -106,6 +106,19 @@ Contributed by **[@sergetymo](https://github.com/sergetymo)**. ![screenshot of error modal](https://user-images.githubusercontent.com/65758149/101183206-da73aa00-3657-11eb-8733-5040c8aefb99.png) +## Ayu Light +Contributed by **[@sergetymo](https://github.com/sergetymo)**. + +![screenshot of Ayu Light theme](https://user-images.githubusercontent.com/65758149/181745417-48a92840-10d2-4659-950d-fbc9b3588d5c.png) + +
+More screenshots + +![screenshot of bookmark modal](https://user-images.githubusercontent.com/65758149/181745413-b5a15120-2ff6-4879-8539-0f02f0eece21.png) +![screenshot of error modal](https://user-images.githubusercontent.com/65758149/181745400-c3e9ba95-aee4-4956-91a8-3dddcbad48cc.png) +
+ + ## Atelier Forest Contributed by **[@joyalicegu](https://github.com/joyalicegu)**. diff --git a/contrib/themes/ayu_light.toml b/contrib/themes/ayu_light.toml new file mode 100644 index 0000000..e5d22bd --- /dev/null +++ b/contrib/themes/ayu_light.toml @@ -0,0 +1,56 @@ +# Ayu Light theme ported to Amfora +# by Serge Tymoshenko + +bg = "#fcfcfc" +fg = "#5c6166" +tab_num = "#5c6166" +tab_divider = "#5c6166" +bottombar_bg = "#fcfcfc" +bottombar_text = "#5c6166" +bottombar_label = "#5c6166" + +hdg_1 = "#fa8d3e" +hdg_2 = "#f2ae49" +hdg_3 = "#f2ae49" +amfora_link = "#399ee6" +foreign_link = "#a37acc" +link_number = "#5c6166" +regular_text = "#5c6166" +quote_text = "#4cbf99" +preformatted_text = "#86b300" +list_text = "#5c6166" + +btn_bg = "#55b4d4" +btn_text = "#fcfcfc" + +dl_choice_modal_bg = "#f2ae49" +dl_choice_modal_text = "#fcfcfc" + +dl_modal_bg = "#f2ae49" +dl_modal_text = "#fcfcfc" + +info_modal_bg = "#f2ae49" +info_modal_text = "#fcfcfc" + +error_modal_bg = "#f07171" +error_modal_text = "#fcfcfc" + +yesno_modal_bg = "#f2ae49" +yesno_modal_text = "#fcfcfc" + +tofu_modal_bg = "#ed9366" +tofu_modal_text = "#282c34" + +input_modal_bg = "#f2ae49" +input_modal_text = "#fcfcfc" +input_modal_field_bg = "#e6ba7e" +input_modal_field_text = "#5c6166" + +bkmk_modal_bg = "#f2ae49" +bkmk_modal_text = "#fcfcfc" +bkmk_modal_label = "#fcfcfc" +bkmk_modal_field_bg = "#e6ba7e" +bkmk_modal_field_text = "#5c6166" + +subscription_modal_bg = "#f2ae49" +subscription_modal_text = "#5c6166"