129 lines
1.9 KiB
Plaintext
129 lines
1.9 KiB
Plaintext
/**
|
|
* ROFI Color theme
|
|
* User: Fatmeat
|
|
* Copyright: SleepeeSoftware
|
|
*/
|
|
|
|
* {
|
|
font: "Iosevka SS14 Nerd Font 12";
|
|
text-color: #e6e1cf;
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
dark: #0f1419;
|
|
black: #1f2430;
|
|
lightblack: #3a3f4b;
|
|
|
|
red: #ff3333;
|
|
lightred: #ff5050;
|
|
|
|
green: #b8cc52;
|
|
lightgreen: #c2d94c;
|
|
|
|
yellow: #ffc44c;
|
|
lightyellow: #ffb454;
|
|
|
|
blue: #59c2ff;
|
|
lightblue: #73d0ff;
|
|
|
|
magenta: #d4bfff;
|
|
lightmagenta: #c792ea;
|
|
|
|
cyan: #95e6cb;
|
|
lightcyan: #aad6ff;
|
|
|
|
white: #e6e1cf;
|
|
lightwhite: #ffffff;
|
|
|
|
highlight: bold #ffffff;
|
|
}
|
|
|
|
prompt {
|
|
enabled: true;
|
|
text: ":> /";
|
|
}
|
|
|
|
window {
|
|
height: 10em;
|
|
width: 30em;
|
|
location: north;
|
|
anchor: north;
|
|
border: 0px 2px 0px 0px;
|
|
text-color: @lightwhite;
|
|
}
|
|
|
|
mode-switcher {
|
|
border: 2px 0px 0px 0px;
|
|
background-color: @lightblack;
|
|
padding: 4px;
|
|
}
|
|
|
|
button selected {
|
|
border-color: @lightgreen;
|
|
text-color: @lightgreen;
|
|
}
|
|
|
|
inputbar {
|
|
background-color: @lightblack;
|
|
text-color: @lightgreen;
|
|
padding: 4px;
|
|
border: 0px 0px 2px 0px;
|
|
}
|
|
|
|
mainbox {
|
|
expand: true;
|
|
background-color: #1c1c1cee;
|
|
spacing: 1em;
|
|
}
|
|
|
|
listview {
|
|
padding: 0em 0.4em 0em 1em;
|
|
dynamic: false;
|
|
lines: 5;
|
|
}
|
|
|
|
element-text {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
|
|
element selected normal {
|
|
background-color: @blue;
|
|
}
|
|
|
|
element normal active {
|
|
text-color: @lightblue;
|
|
}
|
|
|
|
element normal urgent {
|
|
text-color: @lightred;
|
|
}
|
|
|
|
element alternate normal {
|
|
}
|
|
|
|
element alternate active {
|
|
text-color: @lightblue;
|
|
}
|
|
|
|
element alternate urgent {
|
|
text-color: @lightred;
|
|
}
|
|
|
|
element selected active {
|
|
background-color: @lightblue;
|
|
text-color: @dark;
|
|
}
|
|
|
|
element selected urgent {
|
|
background-color: @lightred;
|
|
text-color: @dark;
|
|
}
|
|
|
|
error-message {
|
|
expand: true;
|
|
background-color: red;
|
|
border-color: darkred;
|
|
border: 2px;
|
|
padding: 1em;
|
|
}
|