This commit is contained in:
mr. m 2025-06-25 21:23:42 -04:00 committed by GitHub
commit f71d57ffa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 105 additions and 0 deletions

View file

@ -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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View file

@ -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.

View file

@ -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"
}