File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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). */
You can’t perform that action at this time.
0 commit comments