updated rofi theme for correct transparency

This commit is contained in:
Valerie Wolfe 2022-11-20 21:47:20 -05:00
parent 934694f6fd
commit 7af5ff5245

View file

@ -1,40 +1,36 @@
configuration {
display-run: "";
display-window: "";
modi: "run,window";
}
* { * {
background-color: #282C3385; background: #282C3385;
border-color: #2E343FFF; background-color: @background;
text-color: #8cA0AAFF; border-color: #2E343FFF;
spacing: 0; text-color: #8cA0AAFF;
width: 512px; spacing: 0;
// Height: 3 items width: 512px;
height: 228px; // Height: 3 items
// Height: 4 items height: 228px;
//height: 284px; // Height: 4 items
//height: 284px;
} }
inputbar { inputbar {
border: 0 0 1px 0; border: 0 0 1px 0;
children: [prompt,entry]; children: [prompt,entry];
} }
prompt { prompt {
padding: 16px; padding: 16px;
border: 0 1px 0 0; border: 0 1px 0 0;
} }
textbox { textbox {
background-color: #2e343f25; background-color: #2e343f25;
border: 0 0 1px 0; border: 0 0 1px 0;
border-color: #282C33; border-color: #282C33;
padding: 8px 16px; padding: 8px 16px;
} }
entry { entry {
padding: 16px; padding: 16px;
background-color: #00000000;
} }
listview { listview {
@ -44,10 +40,16 @@ listview {
} }
element { element {
border: 0 0 1px 0; border: 0 0 1px 0;
padding: 16px; padding: 16px;
background-color: #00000000;
} }
element selected { element selected {
background-color: #2e343fa5; background-color: #2e343f82;
} }
element-text {
background-color: #00000000;
}