Add hotfix for rofi theme

This commit is contained in:
h7x4 2022-06-02 16:25:45 +02:00
parent 678c83b190
commit 37bdd48de4
1 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
background-selected: #F2F2F245;
background-active: #F2F2F230;
background-white: #F2F2F211;
background-black: #000000C0;
background-black: #00000066;
urgent: #E91E6366;
urgent-selected: #E91E6377;
}
@ -31,7 +31,7 @@ prompt {
button {
action: "ok";
str: " ";
font: "FantasqueSansMono Nerd Font 11";
font: "Droid Sans 12";
expand: false;
text-color: @foreground;
background-color: @transparent;
@ -40,7 +40,7 @@ button {
}
entry {
font: "Droid Sans 11";
font: "Droid Sans 12";
background-color: @transparent;
text-color: @foreground;
expand: true;
@ -102,11 +102,14 @@ element {
}
element-icon {
background-color: @transparent;
size: 46px;
border: 0;
}
element-text {
background-color: @transparent;
text-color: @foreground;
expand: true;
horizontal-align: 0;
vertical-align: 0.5;