Skip to content

Commit 082103e

Browse files
authored
Merge pull request #35 from june349/patch-1
fix gruvbox material corner text
2 parents 16f9701 + 0ec948c commit 082103e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/flavors/gruvbox-material.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
letter-spacing: -0.05ch; /* decreases letter spacing for better readability. */
2020
font-weight: 400; /* UI font weight. */
2121
--label-font-weight: 500; /* font weight for panel labels. */
22-
--corner-text: 'catppuccin24'; /* custom text to display in the corner. only works on windows. */
22+
--corner-text: 'gruvbox material'; /* custom text to display in the corner. only works on windows. */
2323
--pad: 16px; /* padding between panels. */
2424
--txt-pad: 10px; /* padding inside panels to prevent labels from clipping */
2525
--panel-roundness: 0px; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */

0 commit comments

Comments
 (0)