diff --git a/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css b/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css new file mode 100644 index 00000000..523e5037 --- /dev/null +++ b/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css @@ -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%; +} diff --git a/themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png b/themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png new file mode 100644 index 00000000..514fa495 Binary files /dev/null and b/themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png differ diff --git a/themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md b/themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md new file mode 100644 index 00000000..f5ad17f2 --- /dev/null +++ b/themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md @@ -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. diff --git a/themes/263d8976-f601-4551-9c8d-24938f1e956c/theme.json b/themes/263d8976-f601-4551-9c8d-24938f1e956c/theme.json new file mode 100644 index 00000000..7a00a6d9 --- /dev/null +++ b/themes/263d8976-f601-4551-9c8d-24938f1e956c/theme.json @@ -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" +} \ No newline at end of file