mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Matcha (#433)
Co-authored-by: KiKaraage <KiKaraage@users.noreply.github.com>
This commit is contained in:
parent
9fef20a0c2
commit
7b01a49182
4 changed files with 35 additions and 0 deletions
30
themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css
Normal file
30
themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css
Normal 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; }
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/80112b28-39e0-407c-8988-2290bc973b97/image.png
Normal file
BIN
themes/80112b28-39e0-407c-8988-2290bc973b97/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
4
themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md
Normal file
4
themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md
Normal 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!
|
1
themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json
Normal file
1
themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue