mirror of
https://github.com/makew0rld/amfora.git
synced 2025-02-02 15:07:34 -05:00
Add greyscale theme (#204)
This commit is contained in:
parent
180d108827
commit
3789580e6e
contrib/themes
@ -21,6 +21,17 @@ Contributed by **[@crdpa](https://github.com/crdpa)**.
|
||||

|
||||
</details>
|
||||
|
||||
## Greyscale Light
|
||||
|
||||
Contributed by **[@leifmetcalf](https://github.com/leifmetcalf)**.
|
||||

|
||||
|
||||
<details>
|
||||
<summary>More screenshots</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
## Gruvbox
|
||||
|
||||
Contributed by **[@Skraylet](https://github.com/Skraylet)**.
|
||||
|
47
contrib/themes/greyscale-light.toml
Normal file
47
contrib/themes/greyscale-light.toml
Normal file
@ -0,0 +1,47 @@
|
||||
[theme]
|
||||
bg = "#ffffff"
|
||||
tab_num = "#000000"
|
||||
tab_divider = "#000000"
|
||||
bottombar_label = "#ffffff"
|
||||
bottombar_text = "#ffffff"
|
||||
bottombar_bg = "#000000"
|
||||
|
||||
hdg_1 = "#000000"
|
||||
hdg_2 = "#000000"
|
||||
hdg_3 = "#000000"
|
||||
amfora_link = "#000000"
|
||||
foreign_link = "#7f7f7f"
|
||||
link_number = "#000000"
|
||||
regular_text = "#000000"
|
||||
quote_text = "#000000"
|
||||
preformatted_text = "#000000"
|
||||
list_text = "#000000"
|
||||
|
||||
btn_bg = "#efefef"
|
||||
btn_text = "#000000"
|
||||
|
||||
dl_choice_modal_bg = "#efefef"
|
||||
dl_choice_modal_text = "#000000"
|
||||
dl_modal_bg = "#efefef"
|
||||
dl_modal_text = "#000000"
|
||||
info_modal_bg = "#efefef"
|
||||
info_modal_text = "#000000"
|
||||
error_modal_bg = "#efefef"
|
||||
error_modal_text = "#000000"
|
||||
yesno_modal_bg = "#efefef"
|
||||
yesno_modal_text = "#000000"
|
||||
tofu_modal_bg = "#efefef"
|
||||
tofu_modal_text = "#000000"
|
||||
subscription_modal_bg = "#efefef"
|
||||
subscription_modal_text = "#000000"
|
||||
|
||||
input_modal_bg = "#efefef"
|
||||
input_modal_text = "#000000"
|
||||
input_modal_field_bg = "#ffffff"
|
||||
input_modal_field_text = "#000000"
|
||||
|
||||
bkmk_modal_bg = "#efefef"
|
||||
bkmk_modal_text = "#000000"
|
||||
bkmk_modal_label = "#000000"
|
||||
bkmk_modal_field_bg = "#ffffff"
|
||||
bkmk_modal_field_text = "#000000"
|
Loading…
x
Reference in New Issue
Block a user