feco / zen-rose-pine-dawn

A theme around the Rosé Pine Dawn colors for the Zen-browser
MIT License
4 stars 1 forks source link

On Compact Mode, Rose Pine accent color doesn't affect the tab sidebar #1

Closed KiKaraage closed 1 month ago

KiKaraage commented 1 month ago

Compact mode image

Non compact mode for comparison image

RoMinjun commented 1 month ago

That's controlled by --zen-colors-tertiary

I've made this for myself for the Rose Piné Theme (main)

@-moz-document url-prefix("chrome:") {
      :root {
            --zen-colors-primary: #191724 !important;
            --zen-colors-secondary: #1f1d2e !important;
            --zen-colors-tertiary: #26233a !important;
            --zen-colors-border: #524f67 !important;
            --zen-dialog-background: #26233a !important;
            --toolbar-field-background-color: #191724 !important;
            --toolbar-field-focus-background-color: #191724 !important;
      }
}

Change the colors to your liking

feco commented 1 month ago

I've pushed an update, thank you for your help.