From 0ec948c8ba7c5932d95fd572df9e914d3a772591 Mon Sep 17 00:00:00 2001 From: june349 Date: Wed, 2 Oct 2024 16:28:07 -0400 Subject: [PATCH] fix gruvbox material corner text it said "catppuccin24" for some reason --- theme/flavors/gruvbox-material.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/flavors/gruvbox-material.theme.css b/theme/flavors/gruvbox-material.theme.css index c73b975..671fe3e 100755 --- a/theme/flavors/gruvbox-material.theme.css +++ b/theme/flavors/gruvbox-material.theme.css @@ -19,7 +19,7 @@ letter-spacing: -0.05ch; /* decreases letter spacing for better readability. */ font-weight: 400; /* UI font weight. */ --label-font-weight: 500; /* font weight for panel labels. */ - --corner-text: 'catppuccin24'; /* custom text to display in the corner. only works on windows. */ + --corner-text: 'gruvbox material'; /* custom text to display in the corner. only works on windows. */ --pad: 16px; /* padding between panels. */ --txt-pad: 10px; /* padding inside panels to prevent labels from clipping */ --panel-roundness: 0px; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */