* { font: "Iosevka SS14 12"; background: #0f111a; background-alt: #1a1c25; foreground: #cbccc6; selected: #ffcc66; selected-foreground: #0f111a; border: 2px; border-color: #5ccfe6; spacing: 5; padding: 10; } window { location: north; anchor: north; y-offset: 0; width: 50%; border: 2px; background-color: @background; } mainbox { background-color: @background; padding: 5; border: 0; } listview { lines: 8; columns: 1; background-color: transparent; padding: 5 0 0 0; spacing: 4; border: 0; } element { padding: 6 8; background-color: transparent; } element selected { background-color: @selected; text-color: @selected-foreground; } element-text { text-color: @foreground; } inputbar { children: [prompt, entry]; background-color: @background-alt; padding: 6; } prompt { text-color: #5ccfe6; padding: 0 8 0 0; } entry { text-color: @foreground; }