X-Git-Url: https://git.danix.xyz/?p=danixland-rofi.git;a=blobdiff_plain;f=theme%2Fshared%2Foption-menu.rasi;fp=theme%2Fshared%2Foption-menu.rasi;h=0000000000000000000000000000000000000000;hp=a5c5f41192c2df66d5be5a3f86b7f51cfbea1933;hb=a442b5f5948a8099c458cc85b7dc3ae8a3af1f28;hpb=dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 diff --git a/theme/shared/option-menu.rasi b/theme/shared/option-menu.rasi deleted file mode 100644 index a5c5f41..0000000 --- a/theme/shared/option-menu.rasi +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Settings used in every rofi option menu: - * - i3layoutmenu - * - mpdmenu - * - powermenu - * - scrotmenu - */ -@import "settings.rasi" -* { - background-color: @transparent; - text-color: @foreground; - font: @icon-font; -} -#window { - children: [ horibox ]; - background-color: @background-trans; - transparency: "background"; -} -#horibox { - children: [ listview ]; -} -#listview { - layout: horizontal; -} -#element { - padding: @option-element-padding; - background-color: @background; -} -#element.selected { - background-color: @accent; - text-color: @background; -} -