dotfiles/.config/rofi/themes/layouts/list-horizontal.rasi
2019-09-05 13:03:51 +02:00

30 lines
581 B
Plaintext

/**
* Settings for a general purpose
* horizontal options list menu:
*/
@import "../settings.rasi"
* {
background-color: @background;
text-color: @foreground;
font: @text-font;
}
#window {
children: [ horibox ];
}
#horibox {
children: [ listview ];
}
#listview {
layout: horizontal;
}
#element {
option-element-padding: 88px 100px 81px 4px;
padding: @option-element-padding;
background-color: @background-nofocus;
text-color: @foreground-nofocus;
}
#element.selected {
background-color: @background-focus;
text-color: @foreground-focus;
}