Files
dotfiles/assets/.config/rofi/config.rasi
2026-02-13 15:17:51 -05:00

18 lines
284 B
Plaintext

* {
background: rgba(0, 0, 0, 90%);
foreground: #EEEEEE;
normal-background: transparent;
alternate-normal-background: transparent;
selected-normal-background: rgba(0, 0, 255, 95%);
}
window {
border: 3px;
}
listview {
scrollbar: false;
border: 3px 0 0 0;
}