dotfiles/rofi.rasi

56 lines
740 B
Text
Raw Normal View History

2021-08-11 20:17:54 -04:00
* {
background: #282C3385;
background-color: @background;
border-color: #2E343FFF;
text-color: #8cA0AAFF;
spacing: 0;
width: 512px;
// Height: 3 items
height: 228px;
// Height: 4 items
//height: 284px;
2021-08-11 20:17:54 -04:00
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
2021-08-11 20:17:54 -04:00
}
prompt {
padding: 16px;
border: 0 1px 0 0;
2021-08-11 20:17:54 -04:00
}
textbox {
background-color: #2e343f25;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
2021-08-11 20:17:54 -04:00
}
entry {
padding: 16px;
background-color: #00000000;
2021-08-11 20:17:54 -04:00
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
background-color: #00000000;
2021-08-11 20:17:54 -04:00
}
element selected {
background-color: #2e343f82;
2021-08-11 20:17:54 -04:00
}
element-text {
background-color: #00000000;
}