diff --git a/themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css new file mode 100644 index 00000000..95deb58c --- /dev/null +++ b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css @@ -0,0 +1,38 @@ + +@media (prefers-color-scheme: dark) { + +:root { + --zen-colors-primary: #1e2326 !important; /* Background */ + --zen-primary-color: #a7c080 !important; /* Primary */ + --zen-colors-secondary: #2b3339 !important; /* Secondary */ + --zen-colors-tertiary: #272e33 !important; /* Tertiary */ + --zen-colors-border: #fffff !important; /* Border */ + --toolbarbutton-icon-fill: #d3c6aa !important; /* Icon Fill */ + --lwt-text-color: #d3c6aa !important; /* Text Color */ + --toolbar-field-color: #d3c6aa !important; /* Field Color */ + --tab-selected-textcolor: rgb(167, 192, 128) !important; /* Selected Tab Text Color */ + --toolbar-field-focus-color: #d3c6aa !important; /* Focus Field Color */ + --toolbar-color: #d3c6aa !important; /* Toolbar Color */ + --newtab-text-primary-color: #d3c6aa !important; /* New Tab Text Primary Color */ + --arrowpanel-color: #d3c6aa !important; /* Arrow Panel Color */ + --arrowpanel-background: #2e383c !important; /* Arrow Panel Background */ + --sidebar-text-color: #d3c6aa !important; /* Sidebar Text Color */ + --lwt-sidebar-text-color: #d3c6aa !important; /* Sidebar Text Color (LWT) */ + --lwt-sidebar-background-color: #272e33 !important; /* Sidebar Background (LWT) */ + --toolbar-bgcolor: #2b3339 !important; /* Toolbar Background Color */ + --newtab-background-color: #1e2326 !important; /* New Tab Background Color */ + --zen-themed-toolbar-bg: #1e2326 !important; /* Themed Toolbar Background */ + } + +.toolbarbutton-1[open="true"] .toolbarbutton-icon { + fill: #4c566a !important; /* Dark foreground color from Everforest */ + } + + #permissions-granted-icon { + fill : var(--zen-themed-toolbar-bg) !important; + } + + #zen-workspaces-button { + background-color: var(--zen-colors-primary) !important; + } +} diff --git a/themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png new file mode 100644 index 00000000..8a7e917f Binary files /dev/null and b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png differ diff --git a/themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md new file mode 100644 index 00000000..7d4cd542 --- /dev/null +++ b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md @@ -0,0 +1,10 @@ + +# Everforest + +Everforest theme ported to Zen Browser + +## Preview + +![Everforest Dark Theme Preview](assets/preview.png) + +![Everforest Dark Theme Palette](assets/palette.p \ No newline at end of file diff --git a/themes/4dfab85e-5600-45e9-8d48-308824b5035e/theme.json b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/theme.json new file mode 100644 index 00000000..dd835d9b --- /dev/null +++ b/themes/4dfab85e-5600-45e9-8d48-308824b5035e/theme.json @@ -0,0 +1 @@ +{"id": "4dfab85e-5600-45e9-8d48-308824b5035e", "name": "Everforest Dark", "description": "Everforest theme ported to Zen Browser", "homepage": "https://github.com/rohit-iwnl/Everforest-Zen", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png", "author": "rohit-iwnl", "version": "1.0.0", "tags": [], "createdAt": "2024-10-15", "updatedAt": "2024-10-15"} \ No newline at end of file