mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Minimalistic Workspaces
This commit is contained in:
parent
cdccfde6b2
commit
a7982917b9
4 changed files with 33 additions and 0 deletions
17
themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css
Normal file
17
themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
.zen-current-workspace-indicator-icon {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zen-workspace-icon {
|
||||||
|
position: relative;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zen-workspace-icon::before {
|
||||||
|
position: absolute;
|
||||||
|
inset: 6px;
|
||||||
|
content: '';
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
BIN
themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png
Normal file
BIN
themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
2
themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md
Normal file
2
themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
This mod will hide the icon next to the workspace name at the top, as well as replace the icon indicators at the bottom with cleaner, more minimalistic ones.
|
14
themes/263d8976-f601-4551-9c8d-24938f1e956c/theme.json
Normal file
14
themes/263d8976-f601-4551-9c8d-24938f1e956c/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "263d8976-f601-4551-9c8d-24938f1e956c",
|
||||||
|
"name": "Minimalistic Workspaces",
|
||||||
|
"description": "Replace your workspace icons with more minimalistic ones",
|
||||||
|
"homepage": "",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png",
|
||||||
|
"author": "HeasHeartfire",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-03-02",
|
||||||
|
"updatedAt": "2025-03-02"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue