Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions templates/userChrome.tera
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ whiskers:
/* Catppuccin {{flavor.identifier | capitalize}} {{accent | capitalize}} userChrome.css*/

@media (prefers-color-scheme: {{ if(cond=flavor.dark, t="dark", f="light") }}) {

:root {
--zen-colors-primary: #{{ surface0.hex }} !important;
--zen-primary-color: #{{ palette[accent].hex }} !important;
Expand Down Expand Up @@ -70,9 +69,22 @@ whiskers:
background: #{{ crust.hex }} !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #{{ surface0.hex }} !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #{{ crust.hex }};
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Blue/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Blue userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #8caaee !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Flamingo/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Flamingo userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #eebebe !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Green/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Green userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #a6d189 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Lavender/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Lavender userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #babbf1 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Maroon/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Maroon userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #ea999c !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Mauve/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Mauve userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #ca9ee6 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Peach/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Peach userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #ef9f76 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Pink/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Pink userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #f4b8e4 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Red/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Red userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #e78284 !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Rosewater/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Rosewater userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #f2d5cf !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
16 changes: 14 additions & 2 deletions themes/Frappe/Sapphire/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Catppuccin Frappe Sapphire userChrome.css*/

@media (prefers-color-scheme: dark) {

:root {
--zen-colors-primary: #414559 !important;
--zen-primary-color: #85c1dc !important;
Expand Down Expand Up @@ -60,9 +59,22 @@
background: #232634 !important;
}

#zen-media-controls-toolbar {
& #zen-media-progress-bar {
&::-moz-range-track {
background: #414559 !important;
}
}
}

toolbar .toolbarbutton-1 {
&:not([disabled]) {
&:is([open], [checked]) > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack){
&:is([open], [checked])
> :is(
.toolbarbutton-icon,
.toolbarbutton-text,
.toolbarbutton-badge-stack
) {
fill: #232634;
}
}
Expand Down
Loading