🎨 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;
|
||||
border-radius: 10px;
|
||||
cursor: "default";
|
||||
background-color: #24273A;
|
||||
transparency: "real";
|
||||
background-color: #24273ACC;
|
||||
}
|
||||
|
||||
/*****----- Main Box -----*****/
|
||||
|
@ -64,7 +65,7 @@ textbox-prompt-colon {
|
|||
border: 0px;
|
||||
border-radius: 7px;
|
||||
border-color: #363A4F;
|
||||
background-color: #363A4F;
|
||||
background-color: #494d64;
|
||||
text-color: #CAD3F5;
|
||||
str: " ";
|
||||
}
|
||||
|
@ -74,7 +75,7 @@ entry {
|
|||
border: 0px;
|
||||
border-radius: 7px;
|
||||
border-color: #363A4F;
|
||||
background-color: #363A4F;
|
||||
background-color: #494d64;
|
||||
text-color: #CAD3F5;
|
||||
cursor: text;
|
||||
placeholder: "Search...";
|
||||
|
@ -145,7 +146,7 @@ mode-switcher{
|
|||
enabled: true;
|
||||
expand: false;
|
||||
spacing: 15px;
|
||||
background-color: #24273A;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
font: "JetBrainsMono NF 10";
|
||||
|
|
Loading…
Add table
Reference in a new issue