/* vim: ft=css * */ configuration { font: "Fira Code Nerd Font Mono 13"; modi: "drun,window"; display-drun: "❯"; display-window: "⬜"; sidebar-mode: true; } @import "~/.cache/theme/colors-rofi.rasi" window { width: 50%; } inputbar { spacing: 8px; padding: 4px; } listview { lines: 8; spacing: 3px; padding: 16px 0; } element { padding: 5px; } element selected { background-color: @foreground; text-color: @background; } button { padding: 5px; border: 0 0 2px 0; } button selected { border-color: @foreground; }