Initial commit. I'm fixing the readme RN!
[danixland-rofi.git] / theme / shared / option-menu.rasi
1 /**
2 * Settings used in every rofi option menu:
3 * - i3layoutmenu
4 * - mpdmenu
5 * - powermenu
6 * - scrotmenu
7 */
8 @import "settings.rasi"
9 * {
10 background-color: @transparent;
11 text-color: @foreground;
12 font: @icon-font;
13 }
14 #window {
15 children: [ horibox ];
16 background-color: @background-trans;
17 transparency: "background";
18 }
19 #horibox {
20 children: [ listview ];
21 }
22 #listview {
23 layout: horizontal;
24 }
25 #element {
26 padding: @option-element-padding;
27 background-color: @background;
28 }
29 #element.selected {
30 background-color: @accent;
31 text-color: @background;
32 }
33