79 lines
1.1 KiB
Text
79 lines
1.1 KiB
Text
// Clean and single Rofi theme by Tadgy.
|
|
|
|
* {
|
|
font: "Sans Mono Reguler 16";
|
|
foreground: #aaaaaa;
|
|
bright-foreground: #ffffff;
|
|
background-color: #282828;
|
|
}
|
|
|
|
#window {
|
|
border: 2;
|
|
border-radius: 10;
|
|
border-color: @bright-foreground;
|
|
padding: 10;
|
|
}
|
|
|
|
#mainbox {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#message {
|
|
border: 3px dash 0px 0px;
|
|
border-color: @foreground;
|
|
padding: 10px;
|
|
// for testing: text-color: @foregroundX;
|
|
}
|
|
|
|
#textbox {
|
|
text-color: @foreground;
|
|
}
|
|
|
|
#listview {
|
|
fixed-height: 0;
|
|
border: 3px dash 0px 0px;
|
|
border-color: @foreground;
|
|
spacing: 2px;
|
|
scrollbar: false;
|
|
padding: 10px 0px 0px;
|
|
}
|
|
|
|
#element {
|
|
border: 0;
|
|
padding: 2px;
|
|
}
|
|
|
|
#element-text {
|
|
text-color: @foreground;
|
|
}
|
|
|
|
#element.selected.normal {
|
|
background-color: @bright-foreground;
|
|
}
|
|
|
|
#inputbar {
|
|
spacing: 2;
|
|
text-color: @foreground;
|
|
padding: 0px;
|
|
}
|
|
|
|
#entry {
|
|
spacing: 0;
|
|
text-color: @foreground;
|
|
}
|
|
|
|
#prompt {
|
|
text-color: @foreground;
|
|
}
|
|
|
|
#textbox-prompt-colon {
|
|
expand: false;
|
|
str: ":";
|
|
margin: 0px 0.5em 0em 0em ;
|
|
text-color: @foreground;
|
|
}
|
|
|
|
#inputbar {
|
|
children: [ prompt,textbox-prompt-colon,entry ];
|
|
}
|