first commit

This commit is contained in:
Zastian Pretorius
2021-12-08 19:57:06 +02:00
commit 3f96d7a788
821 changed files with 25657 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/**
* This theme is intended for a 3 items option menu.
*/
@import "shared/option-menu.rasi"
#window {
padding: @option-3-window-padding;
}
#listview {
spacing: @option-3-listview-spacing;
lines: 3;
}