Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

#zen-workspaces-button toolbarbutton {
filter: grayscale(0) !important;
opacity: var(--mod-visible-workspace-icons-button_opacity, 1) !important;
}

#zen-workspaces-button toolbarbutton[active='true'] {
background-color: var(--zen-toolbar-element-bg) !important;
}

#zen-workspaces-button toolbarbutton:not([active='true']):hover {
background-color: color-mix(in srgb, var(--zen-toolbar-element-bg) 40%, transparent) !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"property": "mod.visible-workspace-icons.button_opacity",
"label": "Workspace button opacity (Zen default was 0.7)",
"type": "string",
"defaultValue": "1"
}
]
7 changes: 7 additions & 0 deletions themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

**Makes workspace icons always visible in full color.**

- Removes grayscale filter from all workspace buttons
- Highlights the active workspace with a persistent background
- Shows a faded background on inactive workspace hover
- Configurable button opacity via preferences
15 changes: 15 additions & 0 deletions themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "6b8ab735-8b62-4f7a-991c-3fa96bc638e7",
"name": "Visible Workspace Icons",
"description": "Makes workspace icons always visible in full color",
"homepage": "https://github.com/AhmedCharfeddine/zenbrowser-visible-workspace-icons",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/image.png",
"author": "AhmedCharfeddine",
"version": "1.0.0",
"tags": [],
"createdAt": "2026-06-26",
"updatedAt": "2026-06-26",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6b8ab735-8b62-4f7a-991c-3fa96bc638e7/preferences.json"
}
Loading