rofi: new theme after 100r theme

This commit is contained in:
Inhji 2021-08-02 23:25:36 +02:00
parent 4b06d57e7c
commit 96d1d0a42f
2 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,11 @@
configuration {
lines: 7;
display-drun: "";
font: "Cascadia Code 12";
theme: "./manjaro.rasi";
}
window {
width: 600;
}

View File

@ -1,25 +1,26 @@
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #8ca0aa;
background-color: #29272b;
border-color: #29272b;
text-color: #ffffff;
spacing: 0;
width: 512px;
}
inputbar {
border: 0 0 1px 0;
background-color: #201e21;
border: 0 0 0 0;
children: [prompt,entry];
}
prompt {
background-color: #322e33;
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
background-color: #201e21;
border-color: #201e21;
padding: 8px 16px;
}
@ -35,11 +36,13 @@ listview {
}
element {
background-color: #201e21;
border-color: #201e21;
border: 0 0 1px 0;
padding: 16px;
}
element selected {
text-color: #282C33;
background-color: #33bb5e;
text-color: #000000;
background-color: #e47464;
}