This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/rofi/.local/share/rofi/themes/sidebar-mod.rasi

114 lines
1.9 KiB
Plaintext

/**
* User: qball
* Copyright: Dave Davenport
*/
* {
text-color: #ffeedd;
background-color: rgba(0,0,0,0);
dark: #1d1f21;
// Black
black: #1d1f21;
lightblack: #1d1f21;
//
// Red
red: #cc6666;
lightred: #cc6666;
//
// Green
green: #b5bd68;
lightgreen: #b5bd68;
//
// Yellow
yellow: #f0c674;
lightyellow: #f0c674;
//
// Blue
blue: #81a2be;
lightblue: #81a2be;
//
// Magenta
magenta: #b294bb;
lightmagenta: #b294bb;
//
// Cyan
cyan: #8abeb7;
lightcyan: #8abeb7;
//
// White
white: #ffffff;
lightwhite: #ffffff;
//
// Bold, Italic, Underline
highlight: bold #ffffff;
}
#window {
height: 100%;
width: 30em;
location: east;
anchor: east;
border: 0px 0px 0px 0px;
text-color: @lightwhite;
}
prompt {
padding: 0px 8px 0px 0px;
}
#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 1em 1em 1em;
dynamic: false;
lines: 0;
}
#element {
padding: 0em 0em 0.2em 0em;
}
#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;
}