🎨 ux(rofi): enable transparent background
This commit is contained in:
parent
2c24e0a0be
commit
38b30a4488
1 changed files with 5 additions and 4 deletions
|
@ -35,7 +35,8 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
background-color: #24273A;
|
transparency: "real";
|
||||||
|
background-color: #24273ACC;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Main Box -----*****/
|
/*****----- Main Box -----*****/
|
||||||
|
@ -64,7 +65,7 @@ textbox-prompt-colon {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
border-color: #363A4F;
|
border-color: #363A4F;
|
||||||
background-color: #363A4F;
|
background-color: #494d64;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
str: " ";
|
str: " ";
|
||||||
}
|
}
|
||||||
|
@ -74,7 +75,7 @@ entry {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
border-color: #363A4F;
|
border-color: #363A4F;
|
||||||
background-color: #363A4F;
|
background-color: #494d64;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
placeholder: "Search...";
|
placeholder: "Search...";
|
||||||
|
@ -145,7 +146,7 @@ mode-switcher{
|
||||||
enabled: true;
|
enabled: true;
|
||||||
expand: false;
|
expand: false;
|
||||||
spacing: 15px;
|
spacing: 15px;
|
||||||
background-color: #24273A;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font: "JetBrainsMono NF 10";
|
font: "JetBrainsMono NF 10";
|
||||||
|
|
Loading…
Add table
Reference in a new issue