/* Compact variant of the Macchiato theme, used by powermenu.sh */ @import "catppuccin-macchiato.rasi" window { width: 360px; border-color: @red; } listview { lines: 6; columns: 1; } element { padding: 10px 14px; } element selected.normal { background-color: @red; text-color: @crust; } prompt { text-color: @red; }