added rofi theme
This commit is contained in:
parent
93a9c27596
commit
d0600e5f2d
1 changed files with 53 additions and 0 deletions
53
rofi.rasi
Normal file
53
rofi.rasi
Normal file
|
@ -0,0 +1,53 @@
|
|||
configuration {
|
||||
display-run: "";
|
||||
display-window: "";
|
||||
modi: "run,window";
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #282C3385;
|
||||
border-color: #2E343FFF;
|
||||
text-color: #8cA0AAFF;
|
||||
spacing: 0;
|
||||
width: 512px;
|
||||
// Height: 3 items
|
||||
height: 228px;
|
||||
// Height: 4 items
|
||||
//height: 284px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
border: 0 0 1px 0;
|
||||
children: [prompt,entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
padding: 16px;
|
||||
border: 0 1px 0 0;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: #2e343f25;
|
||||
border: 0 0 1px 0;
|
||||
border-color: #282C33;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
listview {
|
||||
cycle: false;
|
||||
margin: 0 0 -1px 0;
|
||||
scrollbar: false;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0 0 1px 0;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: #2e343fa5;
|
||||
}
|
Loading…
Reference in a new issue