updated rofi theme for correct transparency
This commit is contained in:
parent
934694f6fd
commit
7af5ff5245
1 changed files with 29 additions and 27 deletions
18
rofi.rasi
18
rofi.rasi
|
@ -1,11 +1,6 @@
|
||||||
configuration {
|
|
||||||
display-run: "";
|
|
||||||
display-window: "";
|
|
||||||
modi: "run,window";
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: #282C3385;
|
background: #282C3385;
|
||||||
|
background-color: @background;
|
||||||
border-color: #2E343FFF;
|
border-color: #2E343FFF;
|
||||||
text-color: #8cA0AAFF;
|
text-color: #8cA0AAFF;
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
|
@ -35,6 +30,7 @@ textbox {
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
background-color: #00000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
|
@ -46,8 +42,14 @@ 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue