Skip to content

Commit 5f37456

Browse files
authored
Catppuccin Macchiato Flavor
Catppuccin Macchiato flavored theme, based on the Macchiato palette. Changed corner text to differentiate between Mocha and Macchiato flavors.
1 parent 0ae5f59 commit 5f37456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/flavors/catppuccin-macchiato.theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
@import url('https://refact0r.github.io/system24/src/main.css'); /* main theme css. DO NOT REMOVE */
1515
@import url('https://refact0r.github.io/system24/src/unrounding.css'); /* gets rid of all rounded corners. remove if you want rounded corners. */
1616

17+
1718
/* customize things here */
1819
:root {
1920
--font: 'DM Mono'; /* UI font name. it must be installed on your system. */
2021
letter-spacing: -0.05ch; /* decreases letter spacing for better readability. */
2122
font-weight: 300; /* UI font weight. */
2223
--label-font-weight: 500; /* font weight for panel labels. */
23-
--corner-text: 'catppuccin24'; /* custom text to display in the corner. only works on windows. */
24+
--corner-text: 'macchiato24'; /* custom text to display in the corner. only works on windows. */
2425
--pad: 16px; /* padding between panels. */
2526
--txt-pad: 10px; /* padding inside panels to prevent labels from clipping */
2627
--panel-roundness: 0px; /* corner roundness of panels. ONLY WORKS IF unrounding.css IS REMOVED (see above). */

0 commit comments

Comments
 (0)