mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge f057922bd0
into b36258a8c7
This commit is contained in:
commit
c072d89510
4 changed files with 77 additions and 0 deletions
20
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/chrome.css
Normal file
20
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/chrome.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
{
|
||||
"colors": {
|
||||
"toolbar.background": "#000000",
|
||||
"chrome.background": "#000000",
|
||||
"popup.background": "#000000",
|
||||
"sidebar.background": "#000000",
|
||||
"tab.background": "#000000",
|
||||
"tab.selected.background": "#000000",
|
||||
"urlbar.background": "#000000",
|
||||
"hover.background": "#222222",
|
||||
"active.background": "#333333",
|
||||
"text.primary": "#FFFFFF",
|
||||
"border.subtle": "rgba(51, 51, 51, 0.9)",
|
||||
"menu.hover": "#222222",
|
||||
"panel.hover": "#333333",
|
||||
"extension.hover": "#222222",
|
||||
"extension.button.hover": "#333333"
|
||||
}
|
||||
}
|
BIN
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/image.png
Normal file
BIN
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
43
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/readme.md
Normal file
43
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/readme.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
|
||||
# Pure Black Zen
|
||||
|
||||
A minimalist, pure black theme modification for Zen Browser that transforms the interface into a sleek, distraction-free experience.
|
||||
|
||||
## Features
|
||||
|
||||
- **True Black Interface**: Every UI element is set to pure black (#000000)
|
||||
- **Minimal Hover States**: Subtle dark gray (#333333) hover effects
|
||||
- **Zero Borders**: Removes all separators and borders for a seamless look
|
||||
- **Clean Menus**: Streamlined dropdowns and context menus
|
||||
- **Complete Coverage**: Themes all browser elements including:
|
||||
- Main toolbar and tabs
|
||||
- URL bar and search
|
||||
- Sidebars and panels
|
||||
- Context menus and dropdowns
|
||||
- Find bar and status panels
|
||||
- History and bookmarks interfaces
|
||||
|
||||
## Installation
|
||||
|
||||
1. Navigate to Zen Browser's user profile directory
|
||||
2. Create a folder named `chrome` if it doesn't exist
|
||||
3. Copy `chrome.css` into the `chrome` folder
|
||||
4. Restart Zen Browser
|
||||
|
||||
## Customization
|
||||
|
||||
The theme uses CSS variables for easy customization:
|
||||
- Main background color: `--chrome-background-color`
|
||||
- Hover state color: `--panel-hover`
|
||||
- Selection color: `--chrome-selection-background-color`
|
||||
|
||||
## Notes
|
||||
|
||||
- This theme aims for maximum darkness and minimal visual clutter
|
||||
- All borders and separators are intentionally removed
|
||||
- Some browser updates may require minor adjustments
|
||||
- Better paired with [Dark Reader](https://darkreader.org/) full contrast
|
||||
|
||||
## License
|
||||
|
||||
MIT License - Feel free to modify and share
|
14
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/theme.json
Normal file
14
themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "c1595d3d-8446-4bf3-80f1-f642cdbd0874",
|
||||
"name": "Pure Black Zen",
|
||||
"description": "A minimalist, pure black theme modification for Zen Browser",
|
||||
"homepage": "https://github.com/Ni-zav/zen-themes/tree/main/Pure%20Black%20Zen",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c1595d3d-8446-4bf3-80f1-f642cdbd0874/image.png",
|
||||
"author": "Ni-zav",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-04-27",
|
||||
"updatedAt": "2025-04-27"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue