mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Everforest Dark
This commit is contained in:
parent
c544ca0cef
commit
f9ab81169f
4 changed files with 49 additions and 0 deletions
38
themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css
Normal file
38
themes/4dfab85e-5600-45e9-8d48-308824b5035e/chrome.css
Normal file
|
@ -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;
|
||||
}
|
||||
}
|
BIN
themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png
Normal file
BIN
themes/4dfab85e-5600-45e9-8d48-308824b5035e/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
10
themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md
Normal file
10
themes/4dfab85e-5600-45e9-8d48-308824b5035e/readme.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# Everforest
|
||||
|
||||
Everforest theme ported to Zen Browser
|
||||
|
||||
## Preview
|
||||
|
||||

|
||||
|
||||
![Everforest Dark Theme Palette](assets/palette.p
|
1
themes/4dfab85e-5600-45e9-8d48-308824b5035e/theme.json
Normal file
1
themes/4dfab85e-5600-45e9-8d48-308824b5035e/theme.json
Normal file
|
@ -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"}
|
Loading…
Add table
Add a link
Reference in a new issue