Skip to content

Commit

Permalink
Merge pull request #35 from june349/patch-1
Browse files Browse the repository at this point in the history
fix gruvbox material corner text
  • Loading branch information
refact0r authored Oct 26, 2024
2 parents 16f9701 + 0ec948c commit 082103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/flavors/gruvbox-material.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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). */
Expand Down

0 comments on commit 082103e

Please sign in to comment.