rofi/themes/sidebar.rasi

121 lines
2.2 KiB
Plaintext
Raw Normal View History

2017-01-19 17:58:07 +00:00
/**
* User: qball
* Copyright: Dave Davenport
*/
* {
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 {
fullscreen: true;
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;
orientation: horizontal;
children: [mainbox, dummy];
}
#dummy {
expand: true;
2017-09-09 12:50:23 +00:00
}
#sidebar {
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: 10px;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#button selected {
border-color: @lightgreen;
text-color: @lightgreen;
2017-01-19 17:58:07 +00:00
}
#entry {
width: 20em;
}
2017-09-09 12:50:23 +00:00
#inputbar {
background-color: @lightblack;
text-color: @lightgreen;
padding: 4px;
2017-01-19 17:58:07 +00:00
border: 0px 0px 2px 0px;
}
2017-09-09 12:50:23 +00:00
#mainbox {
expand: false;
2017-09-09 12:50:23 +00:00
background-color: #1c1c1cee;
2017-01-19 17:58:07 +00:00
spacing: 1em;
}
2017-09-09 12:50:23 +00:00
#listview {
2017-01-19 17:58:07 +00:00
padding: 0em 0.4em 0em 1em;
dynamic: false;
lines: 0;
}
2017-09-09 12:50:23 +00:00
#element selected normal {
background-color: @blue;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element normal active {
text-color: @lightblue;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element normal urgent {
text-color: @lightred;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element alternate normal {
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element alternate active {
text-color: @lightblue;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element alternate urgent {
text-color: @lightred;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element selected active {
background-color: @lightblue;
text-color: @dark;
2017-01-19 17:58:07 +00:00
}
2017-09-09 12:50:23 +00:00
#element selected urgent {
background-color: @lightred;
text-color: @dark;
2017-01-19 17:58:07 +00:00
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @normal-foreground;
}