Skip to content

Instantly share code, notes, and snippets.

@ghall89
Created October 16, 2025 18:24
Show Gist options
  • Select an option

  • Save ghall89/130a5823b5bf6ac64704db3c6544b917 to your computer and use it in GitHub Desktop.

Select an option

Save ghall89/130a5823b5bf6ac64704db3c6544b917 to your computer and use it in GitHub Desktop.
Zen userChrome.css
/* Colors based on Catppuccin */
/* Catppucin Latte */
:root {
--zen-colors-primary: #ccd0da !important;
--zen-primary-color: #1e66f5 !important;
--zen-colors-secondary: #ccd0da !important;
--zen-colors-tertiary: #e6e9ef !important;
--zen-colors-border: #1e66f5 !important;
--toolbarbutton-icon-fill: #4c4f69 !important;
--lwt-text-color: #4c4f69 !important;
--toolbar-field-color: #4c4f69 !important;
--tab-selected-textcolor: rgb(53, 90, 175) !important;
--toolbar-field-focus-color: #4c4f69 !important;
--toolbar-color: #4c4f69 !important;
--newtab-text-primary-color: #4c4f69 !important;
--arrowpanel-color: #4c4f69 !important;
--arrowpanel-background: #eff1f5 !important;
--sidebar-text-color: #4c4f69 !important;
--lwt-sidebar-text-color: #4c4f69 !important;
--lwt-sidebar-background-color: #dce0e8 !important;
--toolbar-bgcolor: #ccd0da !important;
--newtab-background-color: #eff1f5 !important;
--zen-themed-toolbar-bg: #e6e9ef !important;
--zen-main-browser-background: #e6e9ef !important;
--toolbox-bgcolor-inactive: #e6e9ef !important;
}
.identity-color-blue {
--identity-tab-color: #1e66f5 !important;
--identity-icon-color: #1e66f5 !important;
}
.identity-color-turquoise {
--identity-tab-color: #179299 !important;
--identity-icon-color: #179299 !important;
}
.identity-color-green {
--identity-tab-color: #40a02b !important;
--identity-icon-color: #40a02b !important;
}
.identity-color-yellow {
--identity-tab-color: #df8e1d !important;
--identity-icon-color: #df8e1d !important;
}
.identity-color-orange {
--identity-tab-color: #fe640b !important;
--identity-icon-color: #fe640b !important;
}
.identity-color-red {
--identity-tab-color: #d20f39 !important;
--identity-icon-color: #d20f39 !important;
}
.identity-color-pink {
--identity-tab-color: #ea76cb !important;
--identity-icon-color: #ea76cb !important;
}
.identity-color-purple {
--identity-tab-color: #8839ef !important;
--identity-icon-color: #8839ef !important;
}
/* Catppucin Frappe */
@media (prefers-color-scheme: dark) {
:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #8caaee !important;
--zen-colors-secondary: #414559 !important;
--zen-colors-tertiary: #292c3c !important;
--zen-colors-border: #8caaee !important;
/*--toolbarbutton-icon-fill: #8caaee !important;*/
--lwt-text-color: #c6d0f5 !important;
--toolbar-field-color: #c6d0f5 !important;
--tab-selected-textcolor: rgb(169, 189, 241) !important;
--toolbar-field-focus-color: #c6d0f5 !important;
--toolbar-color: #c6d0f5 !important;
--newtab-text-primary-color: #c6d0f5 !important;
--arrowpanel-color: #c6d0f5 !important;
--arrowpanel-background: #303446 !important;
--sidebar-text-color: #c6d0f5 !important;
--lwt-sidebar-text-color: #c6d0f5 !important;
--lwt-sidebar-background-color: #232634 !important;
--toolbar-bgcolor: #414559 !important;
--newtab-background-color: #303446 !important;
--zen-themed-toolbar-bg: #292c3c !important;
--zen-main-browser-background: #292c3c !important;
--toolbox-bgcolor-inactive: #292c3c !important;
}
.identity-color-blue {
--identity-tab-color: #8caaee !important;
--identity-icon-color: #8caaee !important;
}
.identity-color-turquoise {
--identity-tab-color: #81c8be !important;
--identity-icon-color: #81c8be !important;
}
.identity-color-green {
--identity-tab-color: #a6d189 !important;
--identity-icon-color: #a6d189 !important;
}
.identity-color-yellow {
--identity-tab-color: #e5c890 !important;
--identity-icon-color: #e5c890 !important;
}
.identity-color-orange {
--identity-tab-color: #ef9f76 !important;
--identity-icon-color: #ef9f76 !important;
}
.identity-color-red {
--identity-tab-color: #e78284 !important;
--identity-icon-color: #e78284 !important;
}
.identity-color-pink {
--identity-tab-color: #f4b8e4 !important;
--identity-icon-color: #f4b8e4 !important;
}
.identity-color-purple {
--identity-tab-color: #ca9ee6 !important;
--identity-icon-color: #ca9ee6 !important;
}
}
hbox#titlebar {
margin: 14px !important;
border-radius: 40px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment