Add hotfix for rofi theme
This commit is contained in:
parent
678c83b190
commit
37bdd48de4
|
@ -7,7 +7,7 @@
|
||||||
background-selected: #F2F2F245;
|
background-selected: #F2F2F245;
|
||||||
background-active: #F2F2F230;
|
background-active: #F2F2F230;
|
||||||
background-white: #F2F2F211;
|
background-white: #F2F2F211;
|
||||||
background-black: #000000C0;
|
background-black: #00000066;
|
||||||
urgent: #E91E6366;
|
urgent: #E91E6366;
|
||||||
urgent-selected: #E91E6377;
|
urgent-selected: #E91E6377;
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ prompt {
|
||||||
button {
|
button {
|
||||||
action: "ok";
|
action: "ok";
|
||||||
str: " ";
|
str: " ";
|
||||||
font: "FantasqueSansMono Nerd Font 11";
|
font: "Droid Sans 12";
|
||||||
expand: false;
|
expand: false;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
background-color: @transparent;
|
background-color: @transparent;
|
||||||
|
@ -40,7 +40,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
font: "Droid Sans 11";
|
font: "Droid Sans 12";
|
||||||
background-color: @transparent;
|
background-color: @transparent;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
expand: true;
|
expand: true;
|
||||||
|
@ -102,11 +102,14 @@ element {
|
||||||
}
|
}
|
||||||
|
|
||||||
element-icon {
|
element-icon {
|
||||||
|
background-color: @transparent;
|
||||||
size: 46px;
|
size: 46px;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
|
background-color: @transparent;
|
||||||
|
text-color: @foreground;
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0;
|
horizontal-align: 0;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
|
|
Loading…
Reference in New Issue