rofi/themes/sidebar.rasi

115 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2017-01-19 17:58:07 +00:00
/**
* ROFI Color theme
* User: Qball
2017-01-19 17:58:07 +00:00
* Copyright: Dave Davenport
*/
2017-01-19 17:58:07 +00:00
* {
2017-09-09 12:50:23 +00:00
text-color: #ffeedd;
background-color: rgba(0,0,0,0);
2017-01-19 17:58:07 +00:00
dark: #1c1c1c;
// Black
black: #3d352a;
lightblack: #554444;
//
// Red
red: #cd5c5c;
lightred: #cc5533;
//
// Green
green: #86af80;
lightgreen: #88cc22;
//
// Yellow
yellow: #e8ae5b;
lightyellow: #ffa75d;
//
// Blue
blue: #6495ed;
lightblue: #87ceeb;
//
// Magenta
magenta: #deb887;
lightmagenta: #996600;
//
// Cyan
cyan: #b0c4de;
lightcyan: #b0c4de;
//
// White
white: #bbaa99;
lightwhite: #ddccbb;
//
// Bold, Italic, Underline
highlight: bold #ffffff;
}
window {
height: 100%;
width: 30em;
2017-01-19 17:58:07 +00:00
location: west;
anchor: west;
border: 0px 2px 0px 0px;
2017-09-09 12:50:23 +00:00
text-color: @lightwhite;
}
mode-switcher {
2017-01-19 17:58:07 +00:00
border: 2px 0px 0px 0px;
2017-09-09 12:50:23 +00:00
background-color: @lightblack;
padding: 4px;
2017-01-19 17:58:07 +00:00
}
button selected {
2017-09-09 12:50:23 +00:00
border-color: @lightgreen;
text-color: @lightgreen;
2017-01-19 17:58:07 +00:00
}
inputbar {
2017-09-09 12:50:23 +00:00
background-color: @lightblack;
text-color: @lightgreen;
padding: 4px;
2017-01-19 17:58:07 +00:00
border: 0px 0px 2px 0px;
}
mainbox {
expand: true;
2017-09-09 12:50:23 +00:00
background-color: #1c1c1cee;
2017-01-19 17:58:07 +00:00
spacing: 1em;
}
listview {
2017-01-19 17:58:07 +00:00
padding: 0em 0.4em 0em 1em;
dynamic: false;
lines: 0;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element selected normal {
2017-09-09 12:50:23 +00:00
background-color: @blue;
2017-01-19 17:58:07 +00:00
}
element normal active {
2017-09-09 12:50:23 +00:00
text-color: @lightblue;
2017-01-19 17:58:07 +00:00
}
element normal urgent {
2017-09-09 12:50:23 +00:00
text-color: @lightred;
2017-01-19 17:58:07 +00:00
}
element alternate normal {
2017-01-19 17:58:07 +00:00
}
element alternate active {
2017-09-09 12:50:23 +00:00
text-color: @lightblue;
2017-01-19 17:58:07 +00:00
}
element alternate urgent {
2017-09-09 12:50:23 +00:00
text-color: @lightred;
2017-01-19 17:58:07 +00:00
}
element selected active {
2017-09-09 12:50:23 +00:00
background-color: @lightblue;
text-color: @dark;
2017-01-19 17:58:07 +00:00
}
element selected urgent {
2017-09-09 12:50:23 +00:00
background-color: @lightred;
text-color: @dark;
2017-01-19 17:58:07 +00:00
}
error-message {
expand: true;
background-color: red;
border-color: darkred;
border: 2px;
padding: 1em;
}