/** * User: OG by deadguy, Modded by ZiRO * Copyright: deadguy */ configuration { modi: "drun,run,window"; display-drun: "Activate"; display-run: "Execute"; display-window: "Window"; show-icons: true; icon-theme: "oomox-dark"; sidebar-mode: true; } * { background-color: #2f3640; text-color: #f5f6fa; selbg: #00a8ff; actbg: #0097e6; urgbg: #e84118; winbg: #f5f6fa; selected-normal-foreground: @winbg; normal-foreground: @text-color; selected-normal-background: @actbg; normal-background: @background-color; selected-urgent-foreground: @background-color; urgent-foreground: @text-color; selected-urgent-background: @urgbg; urgent-background: @background-color; selected-active-foreground: @winbg; active-foreground: @text-color; selected-active-background: @actbg; active-background: @selbg; line-margin: 2; line-padding: 2; separator-style: "none"; hide-scrollbar: "true"; margin: 0; padding: 0; } window { location: west; anchor: west; height: 100%; width: 22%; orientation: horizontal; children: [mainbox]; font: "Iosevka 10"; } mainbox { spacing: 0.8em; children: [ entry,listview,mode-switcher ]; } button { padding: 5px 2px; } button selected { background-color: @active-background; text-color: @active-foreground; } inputbar { padding: 5px; spacing: 5px; } listview { padding: 2px; spacing: 0em; dynamic: false; cycle: true; } element { padding: 8px; } entry { expand: false; text-color: @normal-foreground; vertical-align: 1; padding: 5px; } element normal.normal { background-color: @normal-background; text-color: @normal-foreground; } element normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } element normal.active { background-color: @active-background; text-color: @active-foreground; } element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } element selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } element selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } element alternate.normal { background-color: @normal-background; text-color: @normal-foreground; } element alternate.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } element alternate.active { background-color: @active-background; text-color: @active-foreground; }