2017-10-01 06:55:42 -04:00
|
|
|
/**
|
|
|
|
* ROFI Color theme
|
|
|
|
* User: Qball
|
|
|
|
* Copyright: Dave Davenport
|
|
|
|
*/
|
2021-08-14 07:03:16 -04:00
|
|
|
|
2017-01-19 03:19:14 -05:00
|
|
|
* {
|
2017-09-09 08:50:23 -04:00
|
|
|
selected-normal-foreground: rgba ( 245, 245, 245, 100 % );
|
|
|
|
foreground: rgba ( 0, 43, 54, 100 % );
|
|
|
|
normal-foreground: @foreground;
|
|
|
|
alternate-normal-background: rgba ( 208, 208, 208, 100 % );
|
|
|
|
red: rgba ( 220, 50, 47, 100 % );
|
|
|
|
selected-urgent-foreground: rgba ( 245, 245, 245, 100 % );
|
|
|
|
blue: rgba ( 38, 139, 210, 100 % );
|
|
|
|
urgent-foreground: rgba ( 215, 95, 0, 100 % );
|
|
|
|
alternate-urgent-background: rgba ( 208, 208, 208, 100 % );
|
|
|
|
active-foreground: rgba ( 0, 95, 135, 100 % );
|
|
|
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
|
|
|
selected-active-foreground: rgba ( 245, 245, 245, 100 % );
|
|
|
|
alternate-active-background: rgba ( 208, 208, 208, 100 % );
|
|
|
|
background: rgba ( 245, 245, 245, 100 % );
|
|
|
|
bordercolor: rgba ( 68, 68, 68, 100 % );
|
|
|
|
alternate-normal-foreground: @foreground;
|
|
|
|
normal-background: rgba ( 95, 95, 32, 6 % );
|
|
|
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
|
|
|
selected-normal-background: rgba ( 66, 113, 174, 100 % );
|
|
|
|
border-color: @foreground;
|
|
|
|
spacing: 2;
|
|
|
|
separatorcolor: rgba ( 68, 68, 68, 100 % );
|
|
|
|
urgent-background: rgba ( 245, 245, 245, 100 % );
|
|
|
|
selected-urgent-background: rgba ( 215, 95, 0, 100 % );
|
|
|
|
alternate-urgent-foreground: @urgent-foreground;
|
|
|
|
background-color: rgba ( 0, 0, 0, 0 % );
|
|
|
|
alternate-active-foreground: @active-foreground;
|
|
|
|
active-background: rgba ( 245, 245, 245, 100 % );
|
|
|
|
selected-active-background: rgba ( 0, 95, 135, 100 % );
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
window {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @background;
|
|
|
|
border: 1;
|
|
|
|
padding: 5;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
mainbox {
|
2017-01-19 03:19:14 -05:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
message {
|
2017-09-09 08:50:23 -04:00
|
|
|
border: 2px 0px 0px ;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
padding: 1px ;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
textbox {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: @foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
listview {
|
2017-09-09 08:50:23 -04:00
|
|
|
fixed-height: 0;
|
2017-01-19 03:19:14 -05:00
|
|
|
border: 2px 0px 0px ;
|
2017-09-09 08:50:23 -04:00
|
|
|
border-color: @separatorcolor;
|
|
|
|
spacing: 2px ;
|
|
|
|
scrollbar: true;
|
2017-01-19 03:19:14 -05:00
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element {
|
2017-09-09 08:50:23 -04:00
|
|
|
border: 0;
|
|
|
|
padding: 1px ;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2021-08-14 07:58:21 -04:00
|
|
|
element-text {
|
|
|
|
background-color: inherit;
|
|
|
|
text-color: inherit;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.normal.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @normal-background;
|
|
|
|
text-color: @normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.normal.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @urgent-background;
|
|
|
|
text-color: @urgent-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.normal.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @active-background;
|
|
|
|
text-color: @active-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.selected.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.selected.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @selected-urgent-background;
|
|
|
|
text-color: @selected-urgent-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.selected.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @selected-active-background;
|
|
|
|
text-color: @selected-active-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.alternate.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @alternate-normal-background;
|
|
|
|
text-color: @alternate-normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.alternate.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @alternate-urgent-background;
|
|
|
|
text-color: @alternate-urgent-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element.alternate.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @alternate-active-background;
|
|
|
|
text-color: @alternate-active-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
scrollbar {
|
2017-09-09 08:50:23 -04:00
|
|
|
width: 4px ;
|
|
|
|
border: 0;
|
|
|
|
handle-width: 8px ;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
mode-switcher {
|
2017-09-09 08:50:23 -04:00
|
|
|
border: 2px 0px 0px ;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
button.selected {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
inputbar {
|
2017-09-09 08:50:23 -04:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
padding: 1px ;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
case-indicator {
|
2017-09-09 08:50:23 -04:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
entry {
|
2017-09-09 08:50:23 -04:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
prompt {
|
2017-09-09 08:50:23 -04:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
2017-01-19 03:19:14 -05:00
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
inputbar {
|
2018-02-25 09:18:37 -05:00
|
|
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
textbox-prompt-colon {
|
2018-02-25 09:18:37 -05:00
|
|
|
expand: false;
|
|
|
|
str: ":";
|
|
|
|
margin: 0px 0.3em 0em 0em ;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|