Skip to content

[create-theme]: Arc Like SidebarΒ #2000

@simion

Description

@simion

Name

Arc Like Sidebar

Description

Arc-style sidebar: no fade when blurred + crisper tab font rendering.

Homepage

No response

Image

https://i.imgur.com/5eqv0uB.png

Type

  • JSON Color Theme

Theme Styles

#main-window:-moz-window-inactive,
#navigator-toolbox:-moz-window-inactive,
#TabsToolbar:-moz-window-inactive,
#tabbrowser-tabs:-moz-window-inactive,
#tabs-newtab-button:-moz-window-inactive,
#vertical-tabs-newtab-button:-moz-window-inactive,
#zen-sidebar-bottom-buttons:-moz-window-inactive,
#zen-workspaces-button:-moz-window-inactive {
  opacity: 1 !important;
  filter: none !important;
}

.tabbrowser-tab[selected]:-moz-window-inactive .tab-background,
.tabbrowser-tab[visuallyselected]:-moz-window-inactive .tab-background {
  background-image: none !important;
  border: none !important;
  outline: none !important;
  opacity: 0.7 !important;
}

#tabbrowser-tabs .tabbrowser-tab,
#tabbrowser-tabs .tabbrowser-tab .tab-label-container,
#tabbrowser-tabs .tabbrowser-tab .tab-label,
#tabbrowser-tabs .tabbrowser-tab .tab-text,
.tabbrowser-tab .tab-label,
.tabbrowser-tab .tab-text {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  letter-spacing: -0.01em !important;
  -moz-osx-font-smoothing: auto !important;
}

Readme

# Arc Like Sidebar

Two small tweaks that make Zen's vertical sidebar feel closer to Arc on macOS:

## 1. No fade when the window loses focus
By default, Zen applies an opacity/filter to the sidebar and toolbar when the window is blurred, which makes tab text render really thin and washed out β€”
almost unreadable at a glance. This mod removes that effect so your sidebar stays crisp and fully legible. The active tab pill is left slightly translucent
(70%) as a subtle hint that the window isn't focused, similar to how Arc handles its unfocused state.

## 2. Arc-like tab label rendering
Bumps tab labels to system font (-apple-system / SF Pro Text), size 14px, weight 450, with native macOS font smoothing. The default Zen rendering looks
noticeably thinner and smaller than Arc; this brings them in line.

## What it doesn't touch
- Border radius, colors, spacing, or layout.
- Behavior when the window is focused (other than label font).
- Non-macOS systems will still get the size/weight changes β€” the system font stack falls back gracefully.

Preferences

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions