nie wiem co zmieniałem, a dużo tego było
This commit is contained in:
41
.config/rofi/themes/promptmenu.rasi
Executable file
41
.config/rofi/themes/promptmenu.rasi
Executable file
@ -0,0 +1,41 @@
|
||||
/**
|
||||
* This theme is intended for a 2 items option menu with a headerbar.
|
||||
*/
|
||||
@import "shared/option-menu.rasi"
|
||||
* {
|
||||
font: @text-font;
|
||||
}
|
||||
#window {
|
||||
height: @confirm-window-height;
|
||||
width: @confirm-window-width;
|
||||
children: [ inputbar, horibox ];
|
||||
border: @confirm-window-border;
|
||||
border-color: @accent;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt ];
|
||||
}
|
||||
#prompt {
|
||||
padding: @confirm-prompt-padding;
|
||||
margin: @confirm-prompt-margin;
|
||||
background-color: @accent;
|
||||
text-color: @background-light;
|
||||
}
|
||||
#listview {
|
||||
padding: @confirm-listview-padding;
|
||||
spacing: @option-5-listview-spacing;
|
||||
lines: 2;
|
||||
}
|
||||
#element {
|
||||
font: @confirm-text-font;
|
||||
padding: @confirm-element-padding;
|
||||
}
|
||||
element.selected.urgent {
|
||||
background-color: @off;
|
||||
text-color: @background;
|
||||
}
|
||||
element.selected.active {
|
||||
background-color: @on;
|
||||
text-color: @background;
|
||||
}
|
||||
|
Reference in New Issue
Block a user