dotfiles/dot_config/rofi/blackice.rasi

160 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-02-15 20:53:16 -05:00
/************************************************
* ROFI Color theme
* User: portnoy4prez
* Copyright: ...
***********************************************/
* {
spacing: 2;
foreground: white;
background: black / 70%;
normal-background: transparent;
urgent-background: transparent;
2021-09-06 00:34:47 -04:00
active-background: #2B4D70;
2021-02-15 20:53:16 -05:00
alternate-normal-background: white / 8%;
alternate-urgent-background: red / 8%;
2021-07-06 12:25:45 -04:00
alternate-active-background: @active-background;
2021-02-15 20:53:16 -05:00
2021-09-06 00:34:47 -04:00
selected-normal-background: #3399ff;
2021-02-15 20:53:16 -05:00
selected-urgent-background: #ff8282;
2021-07-06 12:17:27 -04:00
selected-active-background: @selected-normal-background;
2021-02-15 20:53:16 -05:00
border-color: #777;
separatorcolor: white;
background-color: transparent;
}
2021-09-06 00:34:47 -04:00
window {
2021-02-15 20:53:16 -05:00
background-color: black / 70%;
fullscreen: true;
padding: 30%;
}
2021-09-06 00:34:47 -04:00
mainbox {
2021-02-15 20:53:16 -05:00
border: 1;
padding: 6;
background-color: @background;
}
2021-09-06 00:34:47 -04:00
message {
2021-02-15 20:53:16 -05:00
border: 2px 0px 0px;
border-color: @separatorcolor;
padding: 5px 1px 3px 1px;
}
2021-09-06 00:34:47 -04:00
textbox {
2021-02-15 20:53:16 -05:00
text-color: @foreground;
}
2021-09-06 00:34:47 -04:00
listview {
2021-02-15 20:53:16 -05:00
fixed-height: 0;
border: 2px dash 0px 0px;
border-color: @separatorcolor;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px;
}
2021-09-06 00:34:47 -04:00
element {
2021-02-15 20:53:16 -05:00
border: 0;
padding: 1px ;
}
2021-09-06 00:34:47 -04:00
element-text {
background-color: inherit;
text-color: @foreground;
}
element.normal.normal {
2021-02-15 20:53:16 -05:00
background-color: @normal-background;
}
2021-09-06 00:34:47 -04:00
element.normal.urgent {
2021-02-15 20:53:16 -05:00
background-color: @urgent-background;
}
2021-09-06 00:34:47 -04:00
element.normal.active {
2021-02-15 20:53:16 -05:00
background-color: @active-background;
}
2021-09-06 00:34:47 -04:00
element.selected.normal {
2021-02-15 20:53:16 -05:00
background-color: @selected-normal-background;
}
2021-09-06 00:34:47 -04:00
element.selected.urgent {
2021-02-15 20:53:16 -05:00
background-color: @selected-urgent-background;
}
2021-09-06 00:34:47 -04:00
element.selected.active {
2021-02-15 20:53:16 -05:00
background-color: @selected-active-background;
}
2021-09-06 00:34:47 -04:00
element.alternate.normal {
2021-02-15 20:53:16 -05:00
background-color: @alternate-normal-background;
}
2021-09-06 00:34:47 -04:00
element.alternate.urgent {
2021-02-15 20:53:16 -05:00
background-color: @alternate-urgent-background;
}
2021-09-06 00:34:47 -04:00
element.alternate.active {
2021-02-15 20:53:16 -05:00
background-color: @alternate-active-background;
}
2021-09-06 00:34:47 -04:00
scrollbar {
2021-02-15 20:53:16 -05:00
width: 4px ;
border: 0;
2021-09-06 00:34:47 -04:00
handle-color: @foreground;
2021-02-15 20:53:16 -05:00
handle-width: 8px ;
padding: 0;
}
2021-09-06 00:34:47 -04:00
sidebar {
2021-02-15 20:53:16 -05:00
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
2021-09-06 00:34:47 -04:00
button {
2021-02-15 20:53:16 -05:00
spacing: 0;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}
2021-09-06 00:34:47 -04:00
button.selected {
2021-02-15 20:53:16 -05:00
background-color: @selected-normal-background;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}
2021-09-06 00:34:47 -04:00
inputbar {
2021-02-15 20:53:16 -05:00
spacing: 0;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
padding: 1px;
}
2021-09-06 00:34:47 -04:00
case-indicator {
2021-02-15 20:53:16 -05:00
spacing: 0;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}
2021-09-06 00:34:47 -04:00
entry {
2021-02-15 20:53:16 -05:00
spacing: 0;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}
2021-09-06 00:34:47 -04:00
prompt {
2021-02-15 20:53:16 -05:00
spacing: 0;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}
2021-09-06 00:34:47 -04:00
inputbar {
2021-02-15 20:53:16 -05:00
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
2021-09-06 00:34:47 -04:00
textbox-prompt-colon {
2021-02-15 20:53:16 -05:00
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
2021-09-06 00:34:47 -04:00
text-color: @foreground;
2021-02-15 20:53:16 -05:00
}