@theme "/usr/share/rofi/themes/DarkBlue.rasi" * { theme-color: #8888ff; selected-normal-background: @theme-color; normal-foreground: @theme-color; selected-normal-foreground: @main-background; alternate-normal-foreground: @theme-color; main-background: #202020f0; font: "Monofur Nerd Font 24"; } window { border: 0; width: 100%; height: 100%; padding: 5% 20% 5% 20%; background-color: rgba ( 0, 0, 0, 75 % ); anchor:north; location: north; } #case-indicator { background-color: @theme-color; text-color: @main-background; padding: 10px; } #prompt { background-color: @theme-color; text-color: @main-background; padding: 10px; } inputbar { border-radius: 10px 10px 10px 10px; children: [ prompt,entry,case-indicator ]; } #entry { background-color: @main-background; padding: 10px; } #listview { fixed-height: 0; margin: 50px 0px 0px 0px; border: 0px 0px 0px 0px ; border-color: rgba ( 0, 0, 0, 75 % ); scrollbar: true; background-color: @main-background; padding: 50px; border-radius: 10px 10px 10px 10px; } element { border: 0; padding: 10px 10px 20px 10px ; border-radius: 5px 5px 5px 5px; }