diff --git a/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/chrome.css b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/chrome.css new file mode 100644 index 00000000..a109ceaa --- /dev/null +++ b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/chrome.css @@ -0,0 +1,86 @@ + +/* Small workspace name, centered, uppercase. */ +#zen-current-workspace-indicator { + justify-content: center; + align-items: center !important; + display: flex; + margin: 5px 0; +} +#zen-current-workspace-indicator-icon { + display: none; +} +#zen-current-workspace-indicator-name { + font-size: 0.9em !important; + padding: 0 !important; + position: static !important; + text-transform: uppercase; +} + +/* Large tabs. */ +.tab-content { + padding: 11px 9px !important; + font-size: 1.3em; +} + +/* Hide New Tab Button. */ +#new-tab-button { + display: none; +} + +/* Hide Settings and Sidebar Collapse buttons. */ +#preferences-button, +#zen-expand-sidebar-button { + display: none; +} + +/* Hide URL bar buttons. */ +#page-action-buttons { + display: none; +} + +/* Hide URL bar buttons unless hovering. */ +#tracking-protection-icon-container, +#identity-box, +#page-action-buttons { + opacity: 0 !important; + transition: opacity 150ms; + +.urlbar-input-container:hover & { + opacity: 1 !important; + } +} + +/* Center URL when not focused. */ +#urlbar-input[aria-expanded='false'] { + text-align: center !important; +} +#urlbar-container { + max-width: 700px; + margin: 0 auto !important; +} + +/* Y-padding on the top bar. */ +#zen-appcontent-navbar-container { + padding: 8px 0; +} + +/* Bigger text when typing in URL bar. */ +#urlbar-input[aria-expanded='true'] { + font-size: 1.3em !important; +} + +/* Larger workspace icons at bottom of tab bar. */ +#zen-workspaces-button { + font-size: 1.5em; + gap: 8px !important; +} + +/* Faded bottom icons in the sidebar until hover. */ +#zen-sidebar-icons-wrapper { + opacity: 0.5; + transition: opacity 150ms; + +&:hover { + opacity: 1; + } +} diff --git a/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/image.png b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/image.png new file mode 100644 index 00000000..001d4380 Binary files /dev/null and b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/image.png differ diff --git a/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/readme.md b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/readme.md new file mode 100644 index 00000000..d72b79b0 --- /dev/null +++ b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/readme.md @@ -0,0 +1,5 @@ + +# Aura theme for [Zen browser](https://zen-browser.app/). +My personal styles for Zen browser. Search the [Zen Mods store](https://zen-browser.app/mods/) for "Aura" for a one-click install into your browser. + +The theme has no preferences, it's just a one-click install that gives you my favorite styles. It is the only Zen Mod I use, so I can't guarantee it will play nicely with other mods. diff --git a/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/theme.json b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/theme.json new file mode 100644 index 00000000..2d0fb635 --- /dev/null +++ b/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/theme.json @@ -0,0 +1,14 @@ +{ + "id": "da342a99-4c0d-4af5-8e36-ab969ccb18d7", + "name": "Aura", + "description": "Personal style of Sam Lewis (https://saml.dev). Maybe you'll love it too!", + "homepage": "https://github.com/saml-dev/zen-theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/da342a99-4c0d-4af5-8e36-ab969ccb18d7/image.png", + "author": "saml-dev", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-02-07", + "updatedAt": "2025-02-07" +} \ No newline at end of file