2017-11-07 16:29:08 +01:00
|
|
|
/**
|
2018-02-14 08:48:33 +01:00
|
|
|
* Oxide Color theme
|
2017-11-07 16:29:08 +01:00
|
|
|
* User: dikiaap
|
|
|
|
* Copyright: Diki Ananta
|
|
|
|
**/
|
|
|
|
* {
|
2018-02-14 08:48:33 +01:00
|
|
|
selected-normal-foreground: @lightfg;
|
2017-11-07 16:29:08 +01:00
|
|
|
foreground: rgba ( 196, 202, 212, 100 % );
|
|
|
|
normal-foreground: @foreground;
|
|
|
|
alternate-normal-background: rgba ( 42, 42, 42, 100 % );
|
|
|
|
red: rgba ( 194, 65, 65, 100 % );
|
2018-02-14 08:48:33 +01:00
|
|
|
selected-urgent-foreground: @lightfg;
|
2017-11-07 16:29:08 +01:00
|
|
|
blue: rgba ( 43, 131, 166, 100 % );
|
2018-02-14 08:48:33 +01:00
|
|
|
urgent-foreground: @lightfg;
|
|
|
|
alternate-urgent-background: @red;
|
|
|
|
active-foreground: @lightfg;
|
|
|
|
lightbg: @foreground;
|
|
|
|
selected-active-foreground: @lightfg;
|
|
|
|
alternate-active-background: @blue;
|
2017-11-07 16:29:08 +01:00
|
|
|
background: rgba ( 33, 33, 33, 100 % );
|
|
|
|
alternate-normal-foreground: @foreground;
|
2018-02-14 08:48:33 +01:00
|
|
|
normal-background: @background;
|
2017-11-07 16:29:08 +01:00
|
|
|
lightfg: rgba ( 249, 249, 249, 100 % );
|
|
|
|
selected-normal-background: rgba ( 90, 90, 90, 100 % );
|
|
|
|
border-color: @foreground;
|
|
|
|
spacing: 2;
|
|
|
|
separatorcolor: rgba ( 183, 183, 183, 100 % );
|
2018-02-14 08:48:33 +01:00
|
|
|
urgent-background: @red;
|
2017-11-07 16:29:08 +01:00
|
|
|
selected-urgent-background: rgba ( 214, 78, 78, 100 % );
|
|
|
|
alternate-urgent-foreground: @urgent-foreground;
|
|
|
|
background-color: rgba ( 0, 0, 0, 0 % );
|
|
|
|
alternate-active-foreground: @active-foreground;
|
2018-02-14 08:48:33 +01:00
|
|
|
active-background: @blue;
|
2017-11-07 16:29:08 +01:00
|
|
|
selected-active-background: rgba ( 39, 141, 182, 100 % );
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
window {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @background;
|
|
|
|
border: 0;
|
|
|
|
padding: 8;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
mainbox {
|
2017-11-07 16:29:08 +01:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
message {
|
2017-11-07 16:29:08 +01:00
|
|
|
border: 2px dash 0px 0px;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
textbox {
|
2017-11-07 16:29:08 +01:00
|
|
|
text-color: @foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
listview {
|
2017-11-07 16:29:08 +01:00
|
|
|
fixed-height: 0;
|
|
|
|
border: 0;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
spacing: 2px;
|
|
|
|
scrollbar: true;
|
|
|
|
padding: 2px 0px 0px;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element {
|
2017-11-07 16:29:08 +01:00
|
|
|
border: 0;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element normal.normal {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @normal-background;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element normal.urgent {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @urgent-background;
|
|
|
|
text-color: @urgent-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element normal.active {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @active-background;
|
|
|
|
text-color: @active-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element selected.normal {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element selected.urgent {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @selected-urgent-background;
|
|
|
|
text-color: @selected-urgent-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element selected.active {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @selected-active-background;
|
|
|
|
text-color: @selected-active-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element alternate.normal {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @alternate-normal-background;
|
|
|
|
text-color: @alternate-normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element alternate.urgent {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @alternate-urgent-background;
|
|
|
|
text-color: @alternate-urgent-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
element alternate.active {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @alternate-active-background;
|
|
|
|
text-color: @alternate-active-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
scrollbar {
|
2017-11-07 16:29:08 +01:00
|
|
|
width: 4px;
|
|
|
|
border: 0;
|
|
|
|
handle-color: rgba ( 85, 85, 85, 100 % );
|
|
|
|
handle-width: 8px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
sidebar {
|
2017-11-07 16:29:08 +01:00
|
|
|
border: 2px dash 0px 0px;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
button {
|
2017-11-07 16:29:08 +01:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
button selected {
|
2017-11-07 16:29:08 +01:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
inputbar {
|
2017-11-07 16:29:08 +01:00
|
|
|
spacing: 0px;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
padding: 1px;
|
|
|
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
case-indicator {
|
2017-11-07 16:29:08 +01:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
entry {
|
2017-11-07 16:29:08 +01:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
prompt {
|
2017-11-07 16:29:08 +01:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2018-02-14 08:48:33 +01:00
|
|
|
textbox-prompt-colon {
|
2017-11-07 16:29:08 +01:00
|
|
|
expand: false;
|
2018-02-14 08:48:33 +01:00
|
|
|
str: ":";
|
|
|
|
margin: 0px 0.3000em 0.0000em 0.0000em;
|
2017-11-07 16:29:08 +01:00
|
|
|
text-color: inherit;
|
|
|
|
}
|