Add Rofi theme
This commit is contained in:
parent
90c115ae6a
commit
7d25150ab0
88
config/rofi/themes/custom.rasi
Normal file
88
config/rofi/themes/custom.rasi
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
* {
|
||||||
|
background-color: transparent;
|
||||||
|
font: "IosevkaCustomNerdFont 20";
|
||||||
|
text-color: #cdd6f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border-radius: 10px;
|
||||||
|
horizontal-align: 0.5;
|
||||||
|
padding: 10px;
|
||||||
|
text-color: #585b70;
|
||||||
|
vertical-align: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
button selected {
|
||||||
|
background-color: rgba (24, 24, 37, 100%);
|
||||||
|
text-color: #89b4fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
element selected {
|
||||||
|
background-color: rgba (24, 24, 37, 100%);
|
||||||
|
border-radius: 10px;
|
||||||
|
text-color: #89b4fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-icon {
|
||||||
|
size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
margin: 20px 0px 0px 10px;
|
||||||
|
padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar {
|
||||||
|
children: [ prompt,entry ];
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
border: 0px 0px 0px;
|
||||||
|
columns: 2;
|
||||||
|
lines: 5;
|
||||||
|
margin: 10px 0px 0px 20px;
|
||||||
|
padding: 6px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
message {
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 2px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
mode-switcher {
|
||||||
|
spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
background-color: rgba (24, 24, 37, 100%);
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 20px 0px 0px 20px;
|
||||||
|
padding: 6px;
|
||||||
|
text-color: #89b4fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox {
|
||||||
|
margin: 20px 0px 0px 20px;
|
||||||
|
padding: 6px;
|
||||||
|
text-color: #89b4fa;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: "=";
|
||||||
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: rgba (30, 30, 46, 80%);
|
||||||
|
border: 1px;
|
||||||
|
border-color: #b4befe;
|
||||||
|
border-radius: 10px;
|
||||||
|
height: 75%;
|
||||||
|
width: 75%;
|
||||||
|
}
|
Loading…
Reference in a new issue