Add theme: Matcha (#433)

Co-authored-by: KiKaraage <KiKaraage@users.noreply.github.com>
This commit is contained in:
mauro 🤙 2024-09-24 09:42:05 +02:00 committed by GitHub
parent 9fef20a0c2
commit 7b01a49182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,30 @@
@media (prefers-color-scheme: dark) {
:root {
--zen-colors-primary: #437030 !important;
--zen-colors-secondary: #407A27 !important;
--zen-colors-tertiary: #14210E !important;
--zen-colors-border: #2B471F !important;
--zen-primary-color: #407A27 !important;
--zen-dialog-background: #0D160A !important;
--toolbarbutton-icon-fill: color-mix(in srgb, var(--zen-primary-color) 70%, white 30%) !important;
--toolbar-field-color: color-mix(in srgb, var(--zen-primary-color) 40%, white 60%) !important;
.tabbrowser-tab { color: #ADC694 !important; }
.tabbrowser-tab:is([visuallyselected], [multiselected]) { color: #EDFFE5 !important; }
}
}
@media (prefers-color-scheme: light) {
:root {
--zen-colors-primary: #437030 !important;
--zen-colors-secondary: #73C351 !important;
--zen-colors-tertiary: #D8FAB5 !important;
--zen-colors-border: #68B647 !important;
--zen-primary-color: #73C351 !important;
--zen-dialog-background: #F1FAE7 !important;
--toolbarbutton-icon-fill: color-mix(in srgb, var(--zen-primary-color) 70%, black 30%) !important;
--toolbar-field-color: color-mix(in srgb, var(--zen-primary-color) 40%, black 60%) !important;
.tabbrowser-tab { color: #2B5718 !important; }
.tabbrowser-tab:is([visuallyselected], [multiselected]) { color: #0A1F00 !important; }
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -0,0 +1,4 @@
Sweet peaceful theme based on green tea aesthetics, supported all Zen theming mode (Light, Dark, Zen Dream and Zen Galaxy).
[Star the repo](https://github.com/KiKaraage/ZenMods) if you appreciate this theme!

View file

@ -0,0 +1 @@
{"id": "80112b28-39e0-407c-8988-2290bc973b97", "name": "Matcha", "description": "Sweet and peaceful vibrant theme, supported light and dark mode", "homepage": "https://github.com/KiKaraage/ZenMods", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/image.png", "author": "KiKaraage", "version": "1.0.0"}