rofi-themes/Official Themes/sidebar.rasi

118 lines
2.2 KiB
Text
Raw Normal View History

2017-10-19 16:28:30 +02:00
/**
* User: qball
* Copyright: Dave Davenport
*/
2017-10-19 16:28:30 +02:00
* {
text-color: #ffeedd;
background-color: rgba(0,0,0,0);
dark: #1c1c1c;
2017-10-19 16:28:30 +02:00
// Black
black: #3d352a;
lightblack: #554444;
2017-10-19 16:28:30 +02:00
// Red
red: #cd5c5c;
lightred: #cc5533;
2017-10-19 16:28:30 +02:00
// Green
green: #86af80;
lightgreen: #88cc22;
2017-10-19 16:28:30 +02:00
// Yellow
yellow: #e8ae5b;
lightyellow: #ffa75d;
2017-10-19 16:28:30 +02:00
// Blue
blue: #6495ed;
lightblue: #87ceeb;
2017-10-19 16:28:30 +02:00
// Magenta
magenta: #deb887;
lightmagenta: #996600;
2017-10-19 16:28:30 +02:00
// Cyan
cyan: #b0c4de;
lightcyan: #b0c4de;
2017-10-19 16:28:30 +02:00
// White
white: #bbaa99;
lightwhite: #ddccbb;
2017-10-19 16:28:30 +02:00
// Bold, Italic, Underline
highlight: bold #ffffff;
2017-10-19 16:28:30 +02:00
}
#window {
fullscreen: true;
location: west;
anchor: west;
border: 0px 2px 0px 0px;
2017-10-19 16:28:30 +02:00
text-color: @lightwhite;
orientation: horizontal;
children: [mainbox, dummy];
2017-10-19 16:28:30 +02:00
}
#dummy {
expand: true;
}
#sidebar {
border: 2px 0px 0px 0px;
background-color: @lightblack;
padding: 10px;
}
#button selected {
border-color: @lightgreen;
text-color: @lightgreen;
2017-10-19 16:28:30 +02:00
}
#entry {
width: 20em;
}
#inputbar {
background-color: @lightblack;
text-color: @lightgreen;
padding: 4px;
border: 0px 0px 2px 0px;
2017-10-19 16:28:30 +02:00
}
#mainbox {
expand: false;
2017-10-19 16:28:30 +02:00
background-color: #1c1c1cee;
spacing: 1em;
2017-10-19 16:28:30 +02:00
}
#listview {
padding: 0em 0.4em 0em 1em;
dynamic: false;
lines: 0;
2017-10-19 16:28:30 +02:00
}
#element selected normal {
background-color: @blue;
}
#element normal active {
text-color: @lightblue;
}
#element normal urgent {
text-color: @lightred;
}
#element alternate active {
text-color: @lightblue;
}
#element alternate urgent {
text-color: @lightred;
}
#element selected active {
background-color: @lightblue;
text-color: @dark;
2017-10-19 16:28:30 +02:00
}
#element selected urgent {
background-color: @lightred;
text-color: @dark;
2017-10-19 16:28:30 +02: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;
}