Files
dotfiles/rofi/.config/rofi-menus/themes/shared/option-menu.rasi
Zastian Pretorius 3f96d7a788 first commit
2021-12-08 19:57:06 +02:00

32 lines
506 B
Plaintext

/**
* Settings used in every rofi option menu:
* - i3layoutmenu
* - mpdmenu
* - powermenu
* - scrotmenu
*/
@import "settings.rasi"
* {
background-color: @background;
text-color: @foreground;
font: @icon-font;
}
#window {
children: [ horibox ];
}
#horibox {
children: [ listview ];
}
#listview {
layout: horizontal;
}
#element {
padding: @option-element-padding;
background-color: @background-light;
}
#element.selected {
background-color: @accent;
text-color: @background;
}