Skip to content

Commit b8bec92

Browse files
authored
Merge pull request #706 from emilyy3k/catpuccin-text-muted-fix
Catpuccin --text-muted var fix
2 parents f8e8a11 + f536280 commit b8bec92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

css/community-theme-options/catppuccin-frappe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
--text: #c6d0f5;
2222
--text-hover: var(--text);
23-
--text-muted: a5adce;
23+
--text-muted: #a5adce;
2424

2525
/* Specials */
2626
--arr-queue-color: #a6d189; /* Servarr apps + Bazarr */

css/community-theme-options/catppuccin-latte.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
--text: #4c4f69;
2222
--text-hover: var(--text);
23-
--text-muted: 6c6f85;
23+
--text-muted: #6c6f85;
2424

2525
/* Specials */
2626
--arr-queue-color: #40a02b; /* Servarr apps + Bazarr */

css/community-theme-options/catppuccin-macchiato.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
--text: #cad3f5;
2222
--text-hover: var(--text);
23-
--text-muted: a5adcb;
23+
--text-muted: #a5adcb;
2424

2525
/* Specials */
2626
--arr-queue-color: #a6da95; /* Servarr apps + Bazarr */

css/community-theme-options/catppuccin-mocha.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
--text: #cdd6f4;
2222
--text-hover: var(--text);
23-
--text-muted: a6adc8;
23+
--text-muted: #a6adc8;
2424

2525
/* Specials */
2626
--arr-queue-color: #a6e3a1; /* Servarr apps + Bazarr */

0 commit comments

Comments
 (0)