Making some changs to rofi
This commit is contained in:
parent
44910d4936
commit
7c2c3e1138
3 changed files with 5 additions and 4 deletions
|
@ -45,10 +45,11 @@ configuration {
|
|||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a3633;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @transparent;
|
||||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
|
@ -123,7 +124,7 @@ listview {
|
|||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @transparent;
|
||||
background-color: @base00t;
|
||||
text-color: @transparent;
|
||||
children: [ inputbar, listview, message ];
|
||||
spacing: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue