Files

26 lines
370 B
Plaintext
Raw Permalink Normal View History

2026-09-14 15:31:20 -05:00
/* 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;
}