Clean Formatting
Remove extra white space Ensure values are aligned within blocks Remove empty blocks Remove commented out code Ensure empty line after header comment Standardize indentation
This commit is contained in:
parent
b99b8263f0
commit
83feb7eb20
30 changed files with 1211 additions and 1348 deletions
|
@ -6,35 +6,35 @@
|
|||
********************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 250, 251, 252, 100 % );
|
||||
foreground: rgba ( 250, 251, 252, 100 % );
|
||||
selected-normal-foreground: rgba ( 250, 251, 252, 100% );
|
||||
foreground: rgba ( 250, 251, 252, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 69, 90, 100, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 253, 246, 227, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 82, 82, 100 % );
|
||||
alternate-urgent-background: rgba ( 69, 90, 100, 100 % );
|
||||
active-foreground: rgba ( 0, 188, 212, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 253, 246, 227, 100 % );
|
||||
alternate-active-background: rgba ( 69, 90, 100, 100 % );
|
||||
background: rgba ( 58, 76, 84, 100 % );
|
||||
bordercolor: rgba ( 42, 55, 62, 100 % );
|
||||
alternate-normal-background: rgba ( 69, 90, 100, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 253, 246, 227, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 82, 82, 100% );
|
||||
alternate-urgent-background: rgba ( 69, 90, 100, 100% );
|
||||
active-foreground: rgba ( 0, 188, 212, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 253, 246, 227, 100% );
|
||||
alternate-active-background: rgba ( 69, 90, 100, 100% );
|
||||
background: rgba ( 58, 76, 84, 100% );
|
||||
bordercolor: rgba ( 42, 55, 62, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 69, 90, 100, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 0, 188, 212, 100 % );
|
||||
normal-background: rgba ( 69, 90, 100, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 0, 188, 212, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 195, 198, 200, 100 % );
|
||||
urgent-background: rgba ( 69, 90, 100, 100 % );
|
||||
selected-urgent-background: rgba ( 255, 82, 82, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 195, 198, 200, 100% );
|
||||
urgent-background: rgba ( 69, 90, 100, 100% );
|
||||
selected-urgent-background: rgba ( 255, 82, 82, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 69, 90, 100, 100 % );
|
||||
selected-active-background: rgba ( 0, 150, 136, 100 % );
|
||||
active-background: rgba ( 69, 90, 100, 100% );
|
||||
selected-active-background: rgba ( 0, 150, 136, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -46,24 +46,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -102,13 +102,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -118,7 +118,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -133,11 +133,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,34 +5,34 @@
|
|||
***********************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
foreground: rgba ( 196, 203, 212, 100 % );
|
||||
selected-normal-foreground: rgba ( 249, 249, 249, 100% );
|
||||
foreground: rgba ( 196, 203, 212, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 64, 69, 82, 59 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 204, 102, 102, 100 % );
|
||||
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
|
||||
active-foreground: rgba ( 101, 172, 255, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
alternate-active-background: rgba ( 75, 81, 96, 89 % );
|
||||
background: rgba ( 45, 48, 59, 95 % );
|
||||
alternate-normal-background: rgba ( 64, 69, 82, 59% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 249, 249, 249, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 204, 102, 102, 100% );
|
||||
alternate-urgent-background: rgba ( 75, 81, 96, 90% );
|
||||
active-foreground: rgba ( 101, 172, 255, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 249, 249, 249, 100% );
|
||||
alternate-active-background: rgba ( 75, 81, 96, 89% );
|
||||
background: rgba ( 45, 48, 59, 95% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: @background;
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 64, 132, 214, 100 % );
|
||||
border-color: rgba ( 124, 131, 137, 100 % );
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 29, 31, 33, 100 % );
|
||||
urgent-background: rgba ( 29, 31, 33, 17 % );
|
||||
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 64, 132, 214, 100% );
|
||||
border-color: rgba ( 124, 131, 137, 100% );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 29, 31, 33, 100% );
|
||||
urgent-background: rgba ( 29, 31, 33, 17% );
|
||||
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 29, 31, 33, 17 % );
|
||||
selected-active-background: rgba ( 68, 145, 237, 100 % );
|
||||
active-background: rgba ( 29, 31, 33, 17% );
|
||||
selected-active-background: rgba ( 68, 145, 237, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -44,24 +44,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,14 +100,14 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-color: @normal-foreground;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button {
|
||||
|
@ -121,7 +121,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -136,11 +136,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,35 +5,35 @@
|
|||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 82, 93, 118, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 82, 93, 118, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 245, 245, 245, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 220, 50, 47, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 220, 50, 47, 100 % );
|
||||
alternate-urgent-background: rgba ( 245, 245, 245, 100 % );
|
||||
active-foreground: rgba ( 194, 202, 208, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 194, 202, 208, 100 % );
|
||||
alternate-active-background: rgba ( 245, 245, 245, 100 % );
|
||||
background: rgba ( 255, 255, 255, 100 % );
|
||||
bordercolor: rgba ( 245, 245, 245, 100 % );
|
||||
alternate-normal-background: rgba ( 245, 245, 245, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 220, 50, 47, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 220, 50, 47, 100% );
|
||||
alternate-urgent-background: rgba ( 245, 245, 245, 100% );
|
||||
active-foreground: rgba ( 194, 202, 208, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 194, 202, 208, 100% );
|
||||
alternate-active-background: rgba ( 245, 245, 245, 100% );
|
||||
background: rgba ( 255, 255, 255, 100% );
|
||||
bordercolor: rgba ( 245, 245, 245, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 255, 255, 255, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 82, 148, 226, 100 % );
|
||||
normal-background: rgba ( 255, 255, 255, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 82, 148, 226, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
spacing: 2px;
|
||||
separatorcolor: @foreground;
|
||||
urgent-background: rgba ( 255, 255, 255, 100 % );
|
||||
selected-urgent-background: rgba ( 82, 148, 226, 100 % );
|
||||
urgent-background: rgba ( 255, 255, 255, 100% );
|
||||
selected-urgent-background: rgba ( 82, 148, 226, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 255, 255, 255, 100 % );
|
||||
selected-active-background: rgba ( 82, 148, 226, 100 % );
|
||||
active-background: rgba ( 255, 255, 255, 100% );
|
||||
selected-active-background: rgba ( 82, 148, 226, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -45,24 +45,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,64 +5,64 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
foreground: rgba ( 219, 223, 188, 100 % );
|
||||
selected-normal-foreground: rgba ( 2, 20, 63, 100% );
|
||||
foreground: rgba ( 219, 223, 188, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 129, 255, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
active-foreground: rgba ( 138, 196, 255, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
||||
background: rgba ( 0, 0, 33, 87 % );
|
||||
bordercolor: rgba ( 219, 223, 188, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 2, 20, 63, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 129, 255, 100% );
|
||||
alternate-urgent-background: rgba ( 0, 0, 0, 0% );
|
||||
active-foreground: rgba ( 138, 196, 255, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 2, 20, 63, 100% );
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0% );
|
||||
background: rgba ( 0, 0, 33, 87% );
|
||||
bordercolor: rgba ( 219, 223, 188, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 0, 208, 0 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 219, 223, 188, 100 % );
|
||||
normal-background: rgba ( 0, 0, 208, 0% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 219, 223, 188, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 219, 223, 188, 100 % );
|
||||
urgent-background: rgba ( 0, 0, 208, 0 % );
|
||||
selected-urgent-background: rgba ( 255, 129, 127, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 219, 223, 188, 100% );
|
||||
urgent-background: rgba ( 0, 0, 208, 0% );
|
||||
selected-urgent-background: rgba ( 255, 129, 127, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 0, 208, 0 % );
|
||||
selected-active-background: rgba ( 138, 196, 255, 100 % );
|
||||
active-background: rgba ( 0, 0, 208, 0% );
|
||||
selected-active-background: rgba ( 138, 196, 255, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,64 +5,64 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 232, 234, 246, 100 % );
|
||||
foreground: rgba ( 232, 234, 246, 100 % );
|
||||
selected-normal-foreground: rgba ( 232, 234, 246, 100% );
|
||||
foreground: rgba ( 232, 234, 246, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 40, 53, 147, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 183, 28, 28, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 205, 210, 100 % );
|
||||
alternate-urgent-background: rgba ( 183, 28, 28, 100 % );
|
||||
active-foreground: rgba ( 178, 235, 242, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 0, 96, 100, 100 % );
|
||||
alternate-active-background: rgba ( 0, 96, 100, 100 % );
|
||||
background: rgba ( 26, 35, 126, 100 % );
|
||||
bordercolor: rgba ( 232, 234, 246, 100 % );
|
||||
alternate-normal-background: rgba ( 40, 53, 147, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 183, 28, 28, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 205, 210, 100% );
|
||||
alternate-urgent-background: rgba ( 183, 28, 28, 100% );
|
||||
active-foreground: rgba ( 178, 235, 242, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 0, 96, 100, 100% );
|
||||
alternate-active-background: rgba ( 0, 96, 100, 100% );
|
||||
background: rgba ( 26, 35, 126, 100% );
|
||||
bordercolor: rgba ( 232, 234, 246, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 152, 108, 128, 3 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 63, 81, 181, 100 % );
|
||||
normal-background: rgba ( 152, 108, 128, 3% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 63, 81, 181, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 232, 234, 246, 100 % );
|
||||
urgent-background: rgba ( 223, 110, 0, 6 % );
|
||||
selected-urgent-background: rgba ( 255, 205, 210, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 232, 234, 246, 100% );
|
||||
urgent-background: rgba ( 223, 110, 0, 6% );
|
||||
selected-urgent-background: rgba ( 255, 205, 210, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 223, 110, 0, 6 % );
|
||||
selected-active-background: rgba ( 178, 235, 242, 100 % );
|
||||
active-background: rgba ( 223, 110, 0, 6% );
|
||||
selected-active-background: rgba ( 178, 235, 242, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,64 +5,64 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 248, 248, 242, 100 % );
|
||||
foreground: rgba ( 248, 248, 242, 100 % );
|
||||
selected-normal-foreground: rgba ( 248, 248, 242, 100% );
|
||||
foreground: rgba ( 248, 248, 242, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 39, 40, 34, 0 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 248, 248, 242, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 249, 38, 114, 100 % );
|
||||
alternate-urgent-background: rgba ( 39, 40, 34, 0 % );
|
||||
active-foreground: rgba ( 166, 226, 42, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 166, 226, 42, 100 % );
|
||||
alternate-active-background: rgba ( 39, 40, 34, 0 % );
|
||||
background: rgba ( 39, 40, 34, 93 % );
|
||||
bordercolor: rgba ( 0, 43, 54, 100 % );
|
||||
alternate-normal-background: rgba ( 39, 40, 34, 0% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 248, 248, 242, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 249, 38, 114, 100% );
|
||||
alternate-urgent-background: rgba ( 39, 40, 34, 0% );
|
||||
active-foreground: rgba ( 166, 226, 42, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 166, 226, 42, 100% );
|
||||
alternate-active-background: rgba ( 39, 40, 34, 0% );
|
||||
background: rgba ( 39, 40, 34, 93% );
|
||||
bordercolor: rgba ( 0, 43, 54, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 39, 40, 34, 0 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 20, 20, 17, 100 % );
|
||||
normal-background: rgba ( 39, 40, 34, 0% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 20, 20, 17, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 230, 219, 116, 100 % );
|
||||
urgent-background: rgba ( 39, 40, 34, 0 % );
|
||||
selected-urgent-background: rgba ( 249, 38, 114, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 230, 219, 116, 100% );
|
||||
urgent-background: rgba ( 39, 40, 34, 0% );
|
||||
selected-urgent-background: rgba ( 249, 38, 114, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 39, 40, 34, 0 % );
|
||||
selected-active-background: rgba ( 20, 20, 17, 100 % );
|
||||
active-background: rgba ( 39, 40, 34, 0% );
|
||||
selected-active-background: rgba ( 20, 20, 17, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,36 +3,37 @@
|
|||
* User: Qball
|
||||
* Copyright: Dave Davenport
|
||||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 245, 245, 245, 100 % );
|
||||
foreground: rgba ( 0, 43, 54, 100 % );
|
||||
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-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 % );
|
||||
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 % );
|
||||
spacing: 2px;
|
||||
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 % );
|
||||
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 % );
|
||||
active-background: rgba ( 245, 245, 245, 100% );
|
||||
selected-active-background: rgba ( 0, 95, 135, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -44,24 +45,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -116,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -131,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
/**
|
||||
* Author: Primetoxinz
|
||||
*/
|
||||
|
||||
* {
|
||||
text-color: #f2f2f2;
|
||||
background-color: #4e4743;
|
||||
lightbg: #534c48;
|
||||
red: #f15d22;
|
||||
orange: #faa41a;
|
||||
blue: #48b9c7;
|
||||
orange: #faa41a;
|
||||
blue: #48b9c7;
|
||||
|
||||
selected-normal-foreground: @foreground;
|
||||
normal-foreground: @foreground;
|
||||
|
@ -23,7 +24,7 @@
|
|||
normal-background: @background;
|
||||
selected-normal-background: @blue;
|
||||
separatorcolor: @orange;
|
||||
spacing: 2;
|
||||
spacing: 2px;
|
||||
urgent-background: @red;
|
||||
alternate-urgent-foreground: @foreground;
|
||||
selected-urgent-background: @red;
|
||||
|
@ -32,11 +33,11 @@
|
|||
active-background: @orange;
|
||||
}
|
||||
#window {
|
||||
border: 0;
|
||||
text-color: @foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
padding: 5;
|
||||
text-color: @bordercolor;
|
||||
border: 0;
|
||||
text-color: @foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
padding: 5px;
|
||||
text-color: @bordercolor;
|
||||
background-color: @background;
|
||||
}
|
||||
#mainbox {
|
||||
|
@ -44,79 +45,78 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
text-color: @separatorcolor;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px ;
|
||||
text-color: @separatorcolor;
|
||||
border: 2px 0px 0px;
|
||||
padding: 2px 0px 0px;
|
||||
text-color: @separatorcolor;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
}
|
||||
#element.normal.normal {
|
||||
text-color: @normal-foreground;
|
||||
text-color: @normal-foreground;
|
||||
background-color: @normal-background;
|
||||
}
|
||||
#element.normal.urgent {
|
||||
text-color: @urgent-foreground;
|
||||
text-color: @urgent-foreground;
|
||||
background-color: @urgent-background;
|
||||
}
|
||||
#element.normal.active {
|
||||
text-color: @active-foreground;
|
||||
text-color: @active-foreground;
|
||||
background-color: @active-background;
|
||||
}
|
||||
#element.selected.normal {
|
||||
text-color: @selected-normal-foreground;
|
||||
text-color: @selected-normal-foreground;
|
||||
background-color: @selected-normal-background;
|
||||
}
|
||||
#element.selected.urgent {
|
||||
text-color: @selected-urgent-foreground;
|
||||
text-color: @selected-urgent-foreground;
|
||||
background-color: @selected-urgent-background;
|
||||
}
|
||||
#element.selected.active {
|
||||
text-color: @selected-active-foreground;
|
||||
text-color: @selected-active-foreground;
|
||||
background-color: @selected-active-background;
|
||||
}
|
||||
#element.alternate.normal {
|
||||
text-color: @alternate-normal-foreground;
|
||||
text-color: @alternate-normal-foreground;
|
||||
background-color: @alternate-normal-background;
|
||||
}
|
||||
#element.alternate.urgent {
|
||||
text-color: @alternate-urgent-foreground;
|
||||
text-color: @alternate-urgent-foreground;
|
||||
background-color: @alternate-urgent-background;
|
||||
}
|
||||
#element.alternate.active {
|
||||
text-color: @alternate-active-foreground;
|
||||
text-color: @alternate-active-foreground;
|
||||
background-color: @alternate-active-background;
|
||||
}
|
||||
#sidebar {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
}
|
||||
#button selected {
|
||||
text-color: @selected-normal-foreground;
|
||||
text-color: @selected-normal-foreground;
|
||||
background-color: @selected-normal-background;
|
||||
}
|
||||
#inputbar {
|
||||
spacing: 0;
|
||||
border: 0px ;
|
||||
border: 0;
|
||||
}
|
||||
#button normal {
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,35 +5,35 @@
|
|||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 193, 193, 193, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 193, 193, 193, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 39, 50, 56, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 255, 24, 68, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 24, 68, 100 % );
|
||||
alternate-urgent-background: rgba ( 39, 50, 56, 100 % );
|
||||
active-foreground: rgba ( 128, 203, 196, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 128, 203, 196, 100 % );
|
||||
alternate-active-background: rgba ( 39, 50, 56, 100 % );
|
||||
background: rgba ( 39, 50, 56, 100 % );
|
||||
bordercolor: rgba ( 39, 50, 56, 100 % );
|
||||
alternate-normal-background: rgba ( 39, 50, 56, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 255, 24, 68, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 24, 68, 100% );
|
||||
alternate-urgent-background: rgba ( 39, 50, 56, 100% );
|
||||
active-foreground: rgba ( 128, 203, 196, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 128, 203, 196, 100% );
|
||||
alternate-active-background: rgba ( 39, 50, 56, 100% );
|
||||
background: rgba ( 39, 50, 56, 100% );
|
||||
bordercolor: rgba ( 39, 50, 56, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 39, 50, 56, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 57, 66, 73, 100 % );
|
||||
normal-background: rgba ( 39, 50, 56, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 57, 66, 73, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 30, 37, 41, 100 % );
|
||||
urgent-background: rgba ( 39, 50, 56, 100 % );
|
||||
selected-urgent-background: rgba ( 57, 66, 73, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 30, 37, 41, 100% );
|
||||
urgent-background: rgba ( 39, 50, 56, 100% );
|
||||
selected-urgent-background: rgba ( 57, 66, 73, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 39, 50, 56, 100 % );
|
||||
selected-active-background: rgba ( 57, 66, 73, 100 % );
|
||||
active-background: rgba ( 39, 50, 56, 100% );
|
||||
selected-active-background: rgba ( 57, 66, 73, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -45,24 +45,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,133 +5,119 @@
|
|||
*/
|
||||
|
||||
configuration {
|
||||
|
||||
// The display name of this browser
|
||||
display-ssh: " ";
|
||||
// The display name of this browser
|
||||
display-run: "";
|
||||
// The display name of this browser
|
||||
display-drun: "";
|
||||
// The display name of this browser
|
||||
display-window: "";
|
||||
display-combi: "";
|
||||
show-icons: true;
|
||||
// set display name for each browser
|
||||
display-ssh: "";
|
||||
display-run: "";
|
||||
display-drun: "";
|
||||
display-window: "";
|
||||
display-combi: "";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* User: Qball
|
||||
* Copyright: Dave Davenport
|
||||
*/
|
||||
* {
|
||||
foreground: #ffeedd;
|
||||
backlight: #ccffeedd;
|
||||
background-color: transparent;
|
||||
dark: #1c1c1c;
|
||||
// Black
|
||||
black: #3d352a;
|
||||
lightblack: #554444;
|
||||
tlightblack: #554444cc;
|
||||
//
|
||||
// Red
|
||||
red: #cd5c5c;
|
||||
lightred: #cc5533;
|
||||
//
|
||||
// Green
|
||||
green: #86af80;
|
||||
lightgreen: #88cc22;
|
||||
//
|
||||
// Yellow
|
||||
yellow: #e8ae5b;
|
||||
lightyellow: #ffa75d;
|
||||
//
|
||||
// Blue
|
||||
blue: #6495ed;
|
||||
lightblue: #87ceeb;
|
||||
//
|
||||
// Magenta
|
||||
magenta: #deb887;
|
||||
lightmagenta: #996600;
|
||||
//
|
||||
// Cyan
|
||||
cyan: #b0c4de;
|
||||
tcyan: #ccb0c4de;
|
||||
lightcyan: #b0c4de;
|
||||
//
|
||||
// White
|
||||
white: #bbaa99;
|
||||
lightwhite: #ddccbb;
|
||||
//
|
||||
// Bold, Italic, Underline
|
||||
highlight: underline bold #ffffff;
|
||||
foreground: #ffeedd;
|
||||
backlight: #ccffeedd;
|
||||
background-color: transparent;
|
||||
dark: #1c1c1c;
|
||||
|
||||
transparent: rgba(0,0,0,0);
|
||||
font: "Source Code Pro 10";
|
||||
// Black
|
||||
black: #3d352a;
|
||||
lightblack: #554444;
|
||||
tlightblack: #554444cc;
|
||||
|
||||
// Red
|
||||
red: #cd5c5c;
|
||||
lightred: #cc5533;
|
||||
|
||||
// Green
|
||||
green: #86af80;
|
||||
lightgreen: #88cc22;
|
||||
|
||||
// Yellow
|
||||
yellow: #e8ae5b;
|
||||
lightyellow: #ffa75d;
|
||||
|
||||
// Blue
|
||||
blue: #6495ed;
|
||||
lightblue: #87ceeb;
|
||||
|
||||
// Magenta
|
||||
magenta: #deb887;
|
||||
lightmagenta: #996600;
|
||||
|
||||
// Cyan
|
||||
cyan: #b0c4de;
|
||||
tcyan: #ccb0c4de;
|
||||
lightcyan: #b0c4de;
|
||||
|
||||
// White
|
||||
white: #bbaa99;
|
||||
lightwhite: #ddccbb;
|
||||
|
||||
// Bold, Italic, Underline
|
||||
highlight: underline bold #ffffff;
|
||||
|
||||
transparent: rgba(0,0,0,0);
|
||||
font: "Source Code Pro 10";
|
||||
}
|
||||
#window {
|
||||
location: center;
|
||||
anchor: center;
|
||||
transparency: "screenshot";
|
||||
padding: 10px;
|
||||
border: 0px;
|
||||
border-radius: 10px;
|
||||
color: @magenta;
|
||||
location: center;
|
||||
anchor: center;
|
||||
transparency: "screenshot";
|
||||
padding: 10px;
|
||||
border: 0px;
|
||||
border-radius: 10px;
|
||||
color: @magenta;
|
||||
background-color: @transparent;
|
||||
spacing: 0;
|
||||
children: [vertb, mainbox];
|
||||
orientation: horizontal;
|
||||
spacing: 0;
|
||||
children: [vertb, mainbox];
|
||||
orientation: horizontal;
|
||||
}
|
||||
|
||||
#mainbox {
|
||||
spacing: 0;
|
||||
spacing: 0;
|
||||
children: [ inputbar, message, listview ];
|
||||
}
|
||||
|
||||
#message {
|
||||
border-color: @foreground;
|
||||
border: 0px 2px 2px 2px;
|
||||
// border-radius: 10px;
|
||||
padding: 5;
|
||||
border-color: @foreground;
|
||||
border: 0px 2px 2px 2px;
|
||||
padding: 5;
|
||||
background-color: @tcyan;
|
||||
}
|
||||
#message {
|
||||
font: "Source Code Pro 8";
|
||||
font: "Source Code Pro 8";
|
||||
color: @black;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
color: @lightgreen;
|
||||
padding: 11px;
|
||||
color: @lightgreen;
|
||||
padding: 11px;
|
||||
background-color: @tlightblack;
|
||||
border: 2px 2px 2px 2px;
|
||||
border-radius: 15px 15px 0px 0px;
|
||||
border-color: @foreground;
|
||||
font: "Source Code Pro 18";
|
||||
border: 2px 2px 2px 2px;
|
||||
border-radius: 15px 15px 0px 0px;
|
||||
border-color: @foreground;
|
||||
font: "Source Code Pro 18";
|
||||
}
|
||||
#entry,prompt,case-indicator {
|
||||
text-font: inherit;
|
||||
text-color:inherit;
|
||||
text-font: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
#prompt {
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
}
|
||||
#listview {
|
||||
padding: 8px;
|
||||
border-radius: 0px 0px 15px 15px;
|
||||
border-color: @foreground;
|
||||
border: 0px 2px 2px 2px;
|
||||
padding: 8px;
|
||||
border-radius: 0px 0px 15px 15px;
|
||||
border-color: @foreground;
|
||||
border: 0px 2px 2px 2px;
|
||||
background-color: #1c1c1ccc;
|
||||
dynamic: false;
|
||||
lines: 10;
|
||||
dynamic: false;
|
||||
lines: 10;
|
||||
}
|
||||
#element {
|
||||
padding: 3px;
|
||||
vertical-align: 0.5;
|
||||
// border: 2px;
|
||||
border-radius: 4px;
|
||||
padding: 3px;
|
||||
vertical-align: 0.5;
|
||||
border-radius: 4px;
|
||||
background-color: transparent;
|
||||
color: @foreground;
|
||||
font:inherit;
|
||||
color: @foreground;
|
||||
font: inherit;
|
||||
}
|
||||
#element selected.normal {
|
||||
background-color: @blue;
|
||||
|
@ -142,8 +128,6 @@ configuration {
|
|||
#element normal urgent {
|
||||
foreground: @lightred;
|
||||
}
|
||||
#element alternate normal {
|
||||
}
|
||||
#element alternate active {
|
||||
foreground: @lightblue;
|
||||
}
|
||||
|
@ -152,44 +136,38 @@ configuration {
|
|||
}
|
||||
#element selected active {
|
||||
background-color: @lightblue;
|
||||
foreground: @dark;
|
||||
foreground: @dark;
|
||||
}
|
||||
#element selected urgent {
|
||||
background-color: @lightred;
|
||||
foreground: @dark;
|
||||
foreground: @dark;
|
||||
}
|
||||
#element normal normal {
|
||||
|
||||
}
|
||||
|
||||
#vertb {
|
||||
expand: false;
|
||||
expand: false;
|
||||
children: [ dummy0, sidebar, dummy1 ];
|
||||
}
|
||||
#dummy0, dummy1 {
|
||||
#dummy0,dummy1 {
|
||||
expand: true;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
expand: false;
|
||||
expand: false;
|
||||
orientation: vertical;
|
||||
spacing: 0px;
|
||||
border: 0px 0px 0px 0px;
|
||||
spacing: 0px;
|
||||
border: 0px 0px 0px 0px;
|
||||
}
|
||||
#button {
|
||||
font: "FontAwesome 22";
|
||||
padding: 6px;
|
||||
border: 2px 0px 2px 2px;
|
||||
border-radius: 4px 0px 0px 4px;
|
||||
font: "FontAwesome 22";
|
||||
padding: 6px;
|
||||
border: 2px 0px 2px 2px;
|
||||
border-radius: 4px 0px 0px 4px;
|
||||
background-color: @tlightblack;
|
||||
border-color: @foreground;
|
||||
color: @foreground;
|
||||
border-color: @foreground;
|
||||
color: @foreground;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
#button selected normal {
|
||||
color: @dark;
|
||||
border: 2px 0px 2px 2px;
|
||||
color: @dark;
|
||||
border: 2px 0px 2px 2px;
|
||||
background-color: @backlight;
|
||||
border-color: @foreground;
|
||||
border-color: @foreground;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,35 +5,35 @@
|
|||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 0, 96, 160, 100 % );
|
||||
foreground: rgba ( 0, 176, 239, 100 % );
|
||||
selected-normal-foreground: rgba ( 0, 96, 160, 100% );
|
||||
foreground: rgba ( 0, 176, 239, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 0, 96, 160, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 160, 160, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
active-foreground: rgba ( 160, 255, 160, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 0, 96, 160, 100 % );
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0 % );
|
||||
background: rgba ( 0, 96, 160, 93 % );
|
||||
bordercolor: rgba ( 0, 176, 239, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 0, 0, 0% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 0, 96, 160, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 160, 160, 100% );
|
||||
alternate-urgent-background: rgba ( 0, 0, 0, 0% );
|
||||
active-foreground: rgba ( 160, 255, 160, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 0, 96, 160, 100% );
|
||||
alternate-active-background: rgba ( 0, 0, 0, 0% );
|
||||
background: rgba ( 0, 96, 160, 93% );
|
||||
bordercolor: rgba ( 0, 176, 239, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 0, 176, 239, 100 % );
|
||||
normal-background: rgba ( 0, 0, 0, 0% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 0, 176, 239, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 0, 176, 239, 100 % );
|
||||
urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-urgent-background: rgba ( 255, 160, 160, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 0, 176, 239, 100% );
|
||||
urgent-background: rgba ( 0, 0, 0, 0% );
|
||||
selected-urgent-background: rgba ( 255, 160, 160, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-active-background: rgba ( 160, 255, 160, 100 % );
|
||||
active-background: rgba ( 0, 0, 0, 0% );
|
||||
selected-active-background: rgba ( 160, 255, 160, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
|
@ -45,24 +45,24 @@
|
|||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,67 +5,67 @@
|
|||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 79, 128, 255, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 79, 128, 255, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 57, 255, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 255, 112, 71, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 112, 71, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 57, 255, 100 % );
|
||||
active-foreground: rgba ( 104, 186, 80, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 104, 186, 80, 100 % );
|
||||
alternate-active-background: rgba ( 0, 57, 255, 100 % );
|
||||
background: rgba ( 0, 57, 255, 100 % );
|
||||
bordercolor: rgba ( 0, 57, 255, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 57, 255, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 255, 112, 71, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 112, 71, 100% );
|
||||
alternate-urgent-background: rgba ( 0, 57, 255, 100% );
|
||||
active-foreground: rgba ( 104, 186, 80, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 104, 186, 80, 100% );
|
||||
alternate-active-background: rgba ( 0, 57, 255, 100% );
|
||||
background: rgba ( 0, 57, 255, 100% );
|
||||
bordercolor: rgba ( 0, 57, 255, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 57, 255, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 79, 128, 255, 100 % );
|
||||
normal-background: rgba ( 0, 57, 255, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 79, 128, 255, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 79, 128, 255, 100 % );
|
||||
urgent-background: rgba ( 0, 57, 255, 100 % );
|
||||
selected-urgent-background: rgba ( 79, 128, 255, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 79, 128, 255, 100% );
|
||||
urgent-background: rgba ( 0, 57, 255, 100% );
|
||||
selected-urgent-background: rgba ( 79, 128, 255, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 57, 255, 100 % );
|
||||
selected-active-background: rgba ( 79, 128, 255, 100 % );
|
||||
active-background: rgba ( 0, 57, 255, 100% );
|
||||
selected-active-background: rgba ( 79, 128, 255, 100% );
|
||||
}
|
||||
#window {
|
||||
font: "Topaz-8 10";
|
||||
font: "Topaz-8 10";
|
||||
background-color: #4E7FFF;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 40;
|
||||
margin: 40px;
|
||||
background-color: #003AFF;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px dash ;
|
||||
border: 1px dash 0px dash;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 0px 0px 0px 0px ;
|
||||
border: 0px 0px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: false;
|
||||
padding: 5px 5px 5px ;
|
||||
padding: 5px 5px 5px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -104,13 +104,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 0px ;
|
||||
width: 0px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -120,7 +120,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -135,11 +135,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,40 +3,33 @@
|
|||
* User: Qball
|
||||
* Copyright: Dave Davenport
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: Black;
|
||||
border-color: White;
|
||||
text-color: White;
|
||||
font: "Times New Roman 12";
|
||||
background-color: Black;
|
||||
border-color: White;
|
||||
text-color: White;
|
||||
font: "Times New Roman 12";
|
||||
}
|
||||
|
||||
configuration {
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
children: [ horibox ];
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
|
||||
#horibox {
|
||||
orientation: horizontal;
|
||||
children: [ prompt, entry, listview ];
|
||||
children: [ prompt, entry, listview ];
|
||||
}
|
||||
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
spacing: 5px;
|
||||
lines: 100;
|
||||
layout: horizontal;
|
||||
spacing: 5px;
|
||||
lines: 100;
|
||||
}
|
||||
|
||||
#entry {
|
||||
expand: false;
|
||||
width: 10em;
|
||||
expand: false;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 0px 2px;
|
||||
}
|
||||
|
|
|
@ -3,65 +3,66 @@
|
|||
* User: Rasi
|
||||
* Copyright: Rasmus Steinke
|
||||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 255, 255, 255, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 255, 255, 255, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: transparent;
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 255, 195, 156, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 243, 132, 61, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 255, 195, 156, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 243, 132, 61, 100% );
|
||||
alternate-urgent-background: transparent;
|
||||
active-foreground: rgba ( 38, 139, 210, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 32, 81, 113, 100 % );
|
||||
active-foreground: rgba ( 38, 139, 210, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 32, 81, 113, 100% );
|
||||
alternate-active-background: transparent;
|
||||
background: transparent;
|
||||
bordercolor: rgba ( 57, 57, 57, 100 % );
|
||||
bordercolor: rgba ( 57, 57, 57, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: transparent;
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 38, 139, 210, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 38, 139, 210, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 38, 139, 210, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 38, 139, 210, 100% );
|
||||
urgent-background: transparent;
|
||||
selected-urgent-background: rgba ( 38, 139, 210, 100 % );
|
||||
selected-urgent-background: rgba ( 38, 139, 210, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 57, 57, 57, 100 % );
|
||||
selected-active-background: rgba ( 38, 139, 210, 100 % );
|
||||
active-background: rgba ( 57, 57, 57, 100% );
|
||||
selected-active-background: rgba ( 38, 139, 210, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: rgba ( 57, 57, 57, 95 % );
|
||||
border: 1;
|
||||
padding: 5;
|
||||
background-color: rgba ( 57, 57, 57, 95% );
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -120,7 +121,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -135,11 +136,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -11,23 +11,19 @@ window {
|
|||
border: 2;
|
||||
padding: 2;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
message {
|
||||
border: 2px 0 0;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
highlight: @highlight;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
listview {
|
||||
border: 2px solid 0 0;
|
||||
padding: 2px 0 0;
|
||||
|
@ -35,57 +31,46 @@ listview {
|
|||
spacing: 2px;
|
||||
scrollbar: @scrollbar;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
||||
element.normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
|
||||
element.normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
|
||||
element.selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
|
||||
element.selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
|
||||
element.selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
|
||||
element.alternate.normal {
|
||||
background-color: @alternate-normal-background;
|
||||
text-color: @alternate-normal-foreground;
|
||||
}
|
||||
|
||||
element.alternate.urgent {
|
||||
background-color: @alternate-urgent-background;
|
||||
text-color: @alternate-urgent-foreground;
|
||||
}
|
||||
|
||||
element.alternate.active {
|
||||
background-color: @alternate-active-background;
|
||||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
border: 0;
|
||||
|
@ -93,32 +78,24 @@ scrollbar {
|
|||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
border: 2px 0 0;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 2px;
|
||||
children: [ prompt, textbox-prompt-sep, entry, case-indicator ];
|
||||
children: [ prompt, textbox-prompt-sep, entry, case-indicator ];
|
||||
}
|
||||
|
||||
case-indicator,
|
||||
entry,
|
||||
prompt,
|
||||
button {
|
||||
case-indicator,prompt,button {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
||||
button.selected {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
|
||||
textbox-prompt-sep {
|
||||
expand: false;
|
||||
str: ":";
|
||||
|
|
|
@ -5,64 +5,64 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 51, 51, 51, 100 % );
|
||||
foreground: rgba ( 17, 170, 170, 100 % );
|
||||
selected-normal-foreground: rgba ( 51, 51, 51, 100% );
|
||||
foreground: rgba ( 17, 170, 170, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 255, 255, 255, 7 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 51, 51, 51, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 255, 153, 153, 100 % );
|
||||
alternate-urgent-background: rgba ( 255, 255, 255, 7 % );
|
||||
active-foreground: rgba ( 170, 170, 17, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 51, 51, 51, 100 % );
|
||||
alternate-active-background: rgba ( 255, 255, 255, 7 % );
|
||||
background: rgba ( 51, 51, 51, 93 % );
|
||||
bordercolor: rgba ( 17, 170, 170, 100 % );
|
||||
alternate-normal-background: rgba ( 255, 255, 255, 7% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 51, 51, 51, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 255, 153, 153, 100% );
|
||||
alternate-urgent-background: rgba ( 255, 255, 255, 7% );
|
||||
active-foreground: rgba ( 170, 170, 17, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 51, 51, 51, 100% );
|
||||
alternate-active-background: rgba ( 255, 255, 255, 7% );
|
||||
background: rgba ( 51, 51, 51, 93% );
|
||||
bordercolor: rgba ( 17, 170, 170, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 0, 0, 0 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 17, 170, 170, 100 % );
|
||||
normal-background: rgba ( 0, 0, 0, 0% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 17, 170, 170, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 17, 170, 170, 100 % );
|
||||
urgent-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-urgent-background: rgba ( 255, 153, 153, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 17, 170, 170, 100% );
|
||||
urgent-background: rgba ( 0, 0, 0, 0% );
|
||||
selected-urgent-background: rgba ( 255, 153, 153, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 0, 0, 0 % );
|
||||
selected-active-background: rgba ( 170, 170, 17, 100 % );
|
||||
active-background: rgba ( 0, 0, 0, 0% );
|
||||
selected-active-background: rgba ( 170, 170, 17, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -101,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -117,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -132,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -4,102 +4,103 @@
|
|||
* User: Qball
|
||||
* Copyright: Dave Davenport
|
||||
*/
|
||||
* {
|
||||
blue: #0000FF;
|
||||
white: #FFFFFF;
|
||||
black: #000000;
|
||||
grey: #eeeeee;
|
||||
|
||||
spacing: 2;
|
||||
* {
|
||||
blue: #0000FF;
|
||||
white: #FFFFFF;
|
||||
black: #000000;
|
||||
grey: #eeeeee;
|
||||
|
||||
spacing: 2px;
|
||||
background-color: #00000000;
|
||||
border-color: #444444FF;
|
||||
anchor: north;
|
||||
location: center;
|
||||
border-color: #444444FF;
|
||||
anchor: north;
|
||||
location: center;
|
||||
}
|
||||
#window {
|
||||
transparency: "screenshot";
|
||||
transparency: "screenshot";
|
||||
background-color: #00000000;
|
||||
border: 0;
|
||||
padding: 0% 0% 1em 0%;
|
||||
x-offset: 0;
|
||||
y-offset: -10%;
|
||||
border: 0;
|
||||
padding: 0% 0% 1em 0%;
|
||||
x-offset: 0;
|
||||
y-offset: -10%;
|
||||
}
|
||||
#mainbox {
|
||||
padding: 0px;
|
||||
border: 0;
|
||||
border: 0;
|
||||
spacing: 1%;
|
||||
}
|
||||
#message {
|
||||
border: 2px;
|
||||
padding: 1em;
|
||||
background-color: @white;
|
||||
text-color: @back;
|
||||
border: 2px;
|
||||
padding: 1em;
|
||||
background-color: @white;
|
||||
text-color: @back;
|
||||
}
|
||||
#textbox normal {
|
||||
text-color: #002B36FF;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 1;
|
||||
border: 2px;
|
||||
padding: 1em;
|
||||
reverse: false;
|
||||
border: 2px;
|
||||
padding: 1em;
|
||||
reverse: false;
|
||||
|
||||
columns: 1;
|
||||
background-color: @white;
|
||||
columns: 1;
|
||||
background-color: @white;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 2px;
|
||||
highlight: bold ;
|
||||
border: 0;
|
||||
padding: 2px;
|
||||
highlight: bold;
|
||||
}
|
||||
#element normal.normal {
|
||||
text-color: #002B36FF;
|
||||
text-color: #002B36FF;
|
||||
background-color: #F5F5F500;
|
||||
}
|
||||
#element normal.urgent {
|
||||
text-color: #D75F00FF;
|
||||
text-color: #D75F00FF;
|
||||
background-color: #F5F5F5FF;
|
||||
}
|
||||
#element normal.active {
|
||||
text-color: #005F87FF;
|
||||
text-color: #005F87FF;
|
||||
background-color: #F5F5F5FF;
|
||||
}
|
||||
#element selected.normal {
|
||||
text-color: #F5F5F5FF;
|
||||
text-color: #F5F5F5FF;
|
||||
background-color: #4271AEFF;
|
||||
}
|
||||
#element selected.urgent {
|
||||
text-color: #F5F5F5FF;
|
||||
text-color: #F5F5F5FF;
|
||||
background-color: #D75F00FF;
|
||||
}
|
||||
#element selected.active {
|
||||
text-color: #F5F5F5FF;
|
||||
text-color: #F5F5F5FF;
|
||||
background-color: #005F87FF;
|
||||
}
|
||||
#element alternate.normal {
|
||||
text-color: #002B36FF;
|
||||
text-color: #002B36FF;
|
||||
background-color: #D0D0D0FF;
|
||||
}
|
||||
#element alternate.urgent {
|
||||
text-color: #D75F00FF;
|
||||
text-color: #D75F00FF;
|
||||
background-color: #D0D0D0FF;
|
||||
}
|
||||
#element alternate.active {
|
||||
text-color: #005F87FF;
|
||||
text-color: #005F87FF;
|
||||
background-color: #D0D0D0FF;
|
||||
}
|
||||
#scrollbar {
|
||||
border: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#inputbar {
|
||||
spacing: 0;
|
||||
border: 2px;
|
||||
padding: 0.5em 1em;
|
||||
spacing: 0;
|
||||
border: 2px;
|
||||
padding: 0.5em 1em;
|
||||
background-color: @grey;
|
||||
index: 0;
|
||||
index: 0;
|
||||
}
|
||||
#inputbar normal {
|
||||
foreground-color: #002B36FF;
|
||||
|
@ -107,20 +108,20 @@
|
|||
}
|
||||
|
||||
#sidebar {
|
||||
border: 2px;
|
||||
padding: 0.5em 1em;
|
||||
border: 2px;
|
||||
padding: 0.5em 1em;
|
||||
background-color: @grey;
|
||||
index: 10;
|
||||
index: 10;
|
||||
}
|
||||
#button selected {
|
||||
text-color: #4271AEFF;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,65 +3,66 @@
|
|||
* User: Rasi
|
||||
* Copyright: Rasmus Steinke
|
||||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 180, 180, 180, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 180, 180, 180, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 47, 30, 46, 63 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 239, 97, 85, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 239, 97, 85, 100 % );
|
||||
alternate-urgent-background: rgba ( 47, 30, 46, 18 % );
|
||||
active-foreground: rgba ( 129, 91, 164, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 129, 91, 164, 100 % );
|
||||
alternate-active-background: rgba ( 47, 30, 46, 18 % );
|
||||
background: rgba ( 47, 30, 46, 100 % );
|
||||
bordercolor: rgba ( 239, 97, 85, 21 % );
|
||||
alternate-normal-background: rgba ( 47, 30, 46, 63% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 239, 97, 85, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 239, 97, 85, 100% );
|
||||
alternate-urgent-background: rgba ( 47, 30, 46, 18% );
|
||||
active-foreground: rgba ( 129, 91, 164, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 129, 91, 164, 100% );
|
||||
alternate-active-background: rgba ( 47, 30, 46, 18% );
|
||||
background: rgba ( 47, 30, 46, 100% );
|
||||
bordercolor: rgba ( 239, 97, 85, 21% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 47, 30, 46, 63 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 129, 91, 164, 33 % );
|
||||
normal-background: rgba ( 47, 30, 46, 63% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 129, 91, 164, 33% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 239, 97, 85, 18 % );
|
||||
urgent-background: rgba ( 47, 30, 46, 15 % );
|
||||
selected-urgent-background: rgba ( 129, 91, 164, 33 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 239, 97, 85, 18% );
|
||||
urgent-background: rgba ( 47, 30, 46, 15% );
|
||||
selected-urgent-background: rgba ( 129, 91, 164, 33% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 47, 30, 46, 15 % );
|
||||
selected-active-background: rgba ( 129, 91, 164, 33 % );
|
||||
active-background: rgba ( 47, 30, 46, 15% );
|
||||
selected-active-background: rgba ( 129, 91, 164, 33% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -116,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -131,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -2,60 +2,59 @@
|
|||
* User: qball
|
||||
* Copyright: Dave Davenport
|
||||
*/
|
||||
|
||||
* {
|
||||
text-color: #ffeedd;
|
||||
background-color: rgba(0,0,0,0);
|
||||
dark: #1c1c1c;
|
||||
|
||||
// Black
|
||||
black: #3d352a;
|
||||
lightblack: #554444;
|
||||
//
|
||||
black: #3d352a;
|
||||
lightblack: #554444;
|
||||
|
||||
// Red
|
||||
red: #cd5c5c;
|
||||
lightred: #cc5533;
|
||||
//
|
||||
red: #cd5c5c;
|
||||
lightred: #cc5533;
|
||||
|
||||
// Green
|
||||
green: #86af80;
|
||||
lightgreen: #88cc22;
|
||||
//
|
||||
green: #86af80;
|
||||
lightgreen: #88cc22;
|
||||
|
||||
// Yellow
|
||||
yellow: #e8ae5b;
|
||||
lightyellow: #ffa75d;
|
||||
//
|
||||
yellow: #e8ae5b;
|
||||
lightyellow: #ffa75d;
|
||||
|
||||
// Blue
|
||||
blue: #6495ed;
|
||||
lightblue: #87ceeb;
|
||||
//
|
||||
blue: #6495ed;
|
||||
lightblue: #87ceeb;
|
||||
|
||||
// Magenta
|
||||
magenta: #deb887;
|
||||
lightmagenta: #996600;
|
||||
//
|
||||
lightmagenta: #996600;
|
||||
|
||||
// Cyan
|
||||
cyan: #b0c4de;
|
||||
lightcyan: #b0c4de;
|
||||
//
|
||||
cyan: #b0c4de;
|
||||
lightcyan: #b0c4de;
|
||||
|
||||
// White
|
||||
white: #bbaa99;
|
||||
lightwhite: #ddccbb;
|
||||
//
|
||||
white: #bbaa99;
|
||||
lightwhite: #ddccbb;
|
||||
|
||||
// Bold, Italic, Underline
|
||||
highlight: bold #ffffff;
|
||||
highlight: bold #ffffff;
|
||||
}
|
||||
#window {
|
||||
fullscreen: true;
|
||||
location: west;
|
||||
anchor: west;
|
||||
border: 0px 2px 0px 0px;
|
||||
location: west;
|
||||
anchor: west;
|
||||
border: 0px 2px 0px 0px;
|
||||
text-color: @lightwhite;
|
||||
|
||||
orientation: horizontal;
|
||||
children: [mainbox, dummy];
|
||||
children: [mainbox, dummy];
|
||||
}
|
||||
|
||||
#dummy {
|
||||
expand: true;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
border: 2px 0px 0px 0px;
|
||||
background-color: @lightblack;
|
||||
|
@ -63,26 +62,26 @@
|
|||
}
|
||||
#button selected {
|
||||
border-color: @lightgreen;
|
||||
text-color: @lightgreen;
|
||||
text-color: @lightgreen;
|
||||
}
|
||||
#entry {
|
||||
width: 20em;
|
||||
}
|
||||
#inputbar {
|
||||
background-color: @lightblack;
|
||||
text-color: @lightgreen;
|
||||
padding: 4px;
|
||||
border: 0px 0px 2px 0px;
|
||||
text-color: @lightgreen;
|
||||
padding: 4px;
|
||||
border: 0px 0px 2px 0px;
|
||||
}
|
||||
#mainbox {
|
||||
expand: false;
|
||||
expand: false;
|
||||
background-color: #1c1c1cee;
|
||||
spacing: 1em;
|
||||
spacing: 1em;
|
||||
}
|
||||
#listview {
|
||||
padding: 0em 0.4em 0em 1em;
|
||||
dynamic: false;
|
||||
lines: 0;
|
||||
lines: 0;
|
||||
}
|
||||
#element selected normal {
|
||||
background-color: @blue;
|
||||
|
@ -93,8 +92,6 @@
|
|||
#element normal urgent {
|
||||
text-color: @lightred;
|
||||
}
|
||||
#element alternate normal {
|
||||
}
|
||||
#element alternate active {
|
||||
text-color: @lightblue;
|
||||
}
|
||||
|
@ -103,18 +100,18 @@
|
|||
}
|
||||
#element selected active {
|
||||
background-color: @lightblue;
|
||||
text-color: @dark;
|
||||
text-color: @dark;
|
||||
}
|
||||
#element selected urgent {
|
||||
background-color: @lightred;
|
||||
text-color: @dark;
|
||||
text-color: @dark;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,65 +3,66 @@
|
|||
* User: Rasi
|
||||
* Copyright: Rasmus Steinke
|
||||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 129, 147, 150, 100 % );
|
||||
foreground: rgba ( 129, 147, 150, 100 % );
|
||||
selected-normal-foreground: rgba ( 129, 147, 150, 100% );
|
||||
foreground: rgba ( 129, 147, 150, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 43, 55, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 218, 66, 129, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 218, 66, 129, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 43, 55, 100 % );
|
||||
active-foreground: rgba ( 0, 142, 212, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 0, 142, 212, 100 % );
|
||||
alternate-active-background: rgba ( 0, 43, 55, 100 % );
|
||||
background: rgba ( 0, 43, 55, 100 % );
|
||||
bordercolor: rgba ( 0, 43, 55, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 43, 55, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 218, 66, 129, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 218, 66, 129, 100% );
|
||||
alternate-urgent-background: rgba ( 0, 43, 55, 100% );
|
||||
active-foreground: rgba ( 0, 142, 212, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 0, 142, 212, 100% );
|
||||
alternate-active-background: rgba ( 0, 43, 55, 100% );
|
||||
background: rgba ( 0, 43, 55, 100% );
|
||||
bordercolor: rgba ( 0, 43, 55, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 43, 55, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 0, 54, 66, 100 % );
|
||||
normal-background: rgba ( 0, 43, 55, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 0, 54, 66, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 0, 54, 66, 100 % );
|
||||
urgent-background: rgba ( 0, 43, 55, 100 % );
|
||||
selected-urgent-background: rgba ( 0, 54, 66, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 0, 54, 66, 100% );
|
||||
urgent-background: rgba ( 0, 43, 55, 100% );
|
||||
selected-urgent-background: rgba ( 0, 54, 66, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 43, 55, 100 % );
|
||||
selected-active-background: rgba ( 0, 54, 66, 100 % );
|
||||
active-background: rgba ( 0, 43, 55, 100% );
|
||||
selected-active-background: rgba ( 0, 54, 66, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -116,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -131,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,65 +3,66 @@
|
|||
* User: Rasi
|
||||
* Copyright: Rasmus Steinke
|
||||
******************************************************************************/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
|
||||
foreground: rgba ( 129, 147, 150, 100 % );
|
||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||
foreground: rgba ( 129, 147, 150, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 0, 54, 67, 100 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 137, 6, 97, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 218, 66, 129, 100 % );
|
||||
alternate-urgent-background: rgba ( 0, 54, 67, 100 % );
|
||||
active-foreground: rgba ( 0, 142, 212, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 102, 198, 255, 100 % );
|
||||
alternate-active-background: rgba ( 0, 54, 67, 100 % );
|
||||
background: rgba ( 0, 43, 55, 100 % );
|
||||
bordercolor: rgba ( 0, 43, 55, 100 % );
|
||||
alternate-normal-background: rgba ( 0, 54, 67, 100% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 137, 6, 97, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 218, 66, 129, 100% );
|
||||
alternate-urgent-background: rgba ( 0, 54, 67, 100% );
|
||||
active-foreground: rgba ( 0, 142, 212, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 102, 198, 255, 100% );
|
||||
alternate-active-background: rgba ( 0, 54, 67, 100% );
|
||||
background: rgba ( 0, 43, 55, 100% );
|
||||
bordercolor: rgba ( 0, 43, 55, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: rgba ( 0, 43, 55, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 0, 142, 212, 100 % );
|
||||
normal-background: rgba ( 0, 43, 55, 100% );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 0, 142, 212, 100% );
|
||||
border-color: @foreground;
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 0, 54, 66, 100 % );
|
||||
urgent-background: rgba ( 0, 43, 55, 100 % );
|
||||
selected-urgent-background: rgba ( 0, 142, 212, 100 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 0, 54, 66, 100% );
|
||||
urgent-background: rgba ( 0, 43, 55, 100% );
|
||||
selected-urgent-background: rgba ( 0, 142, 212, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 0, 43, 55, 100 % );
|
||||
selected-active-background: rgba ( 0, 142, 212, 100 % );
|
||||
active-background: rgba ( 0, 43, 55, 100% );
|
||||
selected-active-background: rgba ( 0, 142, 212, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 5;
|
||||
border: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: true;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -100,13 +101,13 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button.selected {
|
||||
|
@ -116,7 +117,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -131,11 +132,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -3,63 +3,64 @@
|
|||
* A red variation of Arc-Dark theme by leofa, based on arc-theme-Red (https://github.com/mclmza/arc-theme-Red)
|
||||
* User: wikwg9
|
||||
*/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
foreground: rgba ( 196, 203, 212, 100 % );
|
||||
selected-normal-foreground: rgba ( 249, 249, 249, 100% );
|
||||
foreground: rgba ( 196, 203, 212, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 64, 69, 82, 59 % );
|
||||
red: rgba ( 220, 50, 47, 100 % );
|
||||
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
blue: rgba ( 38, 139, 210, 100 % );
|
||||
urgent-foreground: rgba ( 204, 102, 102, 100 % );
|
||||
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
|
||||
active-foreground: rgba ( 220, 140, 160, 100 % );
|
||||
lightbg: rgba ( 238, 232, 213, 100 % );
|
||||
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
|
||||
alternate-active-background: rgba ( 75, 81, 96, 89 % );
|
||||
background: rgba ( 45, 48, 59, 95 % );
|
||||
alternate-normal-background: rgba ( 64, 69, 82, 59% );
|
||||
red: rgba ( 220, 50, 47, 100% );
|
||||
selected-urgent-foreground: rgba ( 249, 249, 249, 100% );
|
||||
blue: rgba ( 38, 139, 210, 100% );
|
||||
urgent-foreground: rgba ( 204, 102, 102, 100% );
|
||||
alternate-urgent-background: rgba ( 75, 81, 96, 90% );
|
||||
active-foreground: rgba ( 220, 140, 160, 100% );
|
||||
lightbg: rgba ( 238, 232, 213, 100% );
|
||||
selected-active-foreground: rgba ( 249, 249, 249, 100% );
|
||||
alternate-active-background: rgba ( 75, 81, 96, 89% );
|
||||
background: rgba ( 45, 48, 59, 95% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: @background;
|
||||
lightfg: rgba ( 88, 104, 117, 100 % );
|
||||
selected-normal-background: rgba ( 204, 87, 93, 100 % );
|
||||
border-color: rgba ( 137, 131, 124, 100 % );
|
||||
spacing: 2;
|
||||
separatorcolor: rgba ( 29, 31, 33, 100 % );
|
||||
urgent-background: rgba ( 29, 31, 33, 17 % );
|
||||
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
|
||||
lightfg: rgba ( 88, 104, 117, 100% );
|
||||
selected-normal-background: rgba ( 204, 87, 93, 100% );
|
||||
border-color: rgba ( 137, 131, 124, 100% );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 29, 31, 33, 100% );
|
||||
urgent-background: rgba ( 29, 31, 33, 17% );
|
||||
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: rgba ( 29, 31, 33, 17 % );
|
||||
selected-active-background: rgba ( 204, 87, 93, 100 % );
|
||||
active-background: rgba ( 29, 31, 33, 17% );
|
||||
selected-active-background: rgba ( 204, 87, 93, 100% );
|
||||
}
|
||||
#window {
|
||||
background-color: @background;
|
||||
padding: 5;
|
||||
padding: 5px;
|
||||
}
|
||||
#mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#message {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
#listview {
|
||||
fixed-height: 0;
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: false;
|
||||
padding: 2px 0px 0px ;
|
||||
padding: 2px 0px 0px;
|
||||
}
|
||||
#element {
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#element.normal.normal {
|
||||
background-color: @normal-background;
|
||||
|
@ -98,7 +99,7 @@
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
#sidebar {
|
||||
border: 2px 0px 0px ;
|
||||
border: 2px 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
#button {
|
||||
|
@ -112,7 +113,7 @@
|
|||
#inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
#case-indicator {
|
||||
spacing: 0;
|
||||
|
@ -127,11 +128,11 @@
|
|||
text-color: @normal-foreground;
|
||||
}
|
||||
#inputbar {
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0px 0.3em 0em 0em ;
|
||||
margin: 0px 0.3em 0em 0em;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -5,37 +5,34 @@
|
|||
|
||||
/* global settings and color variables */
|
||||
* {
|
||||
blue: #A7c6E2;
|
||||
blue-trans: #A7c6e2aa;
|
||||
darkblue: #005F87;
|
||||
white: #FFFFFF;
|
||||
green: #00330088;
|
||||
black: #000000;
|
||||
grey: #444444;
|
||||
orange: #FFD391;
|
||||
dark-orange: #FFA664;
|
||||
light-grey: #F5F5F5;
|
||||
medium-grey: #D0D0D0;
|
||||
dark-grey: #002B36;
|
||||
urgent: #D75F00;
|
||||
active: #005F87;
|
||||
transparent: #000000aa;
|
||||
spacing: 0em;
|
||||
font: "Iosevka Term Regular 14";
|
||||
padding: 0px;
|
||||
blue: #A7c6E2;
|
||||
blue-trans: #A7c6e2aa;
|
||||
darkblue: #005F87;
|
||||
white: #FFFFFF;
|
||||
green: #00330088;
|
||||
black: #000000;
|
||||
grey: #444444;
|
||||
orange: #FFD391;
|
||||
dark-orange: #FFA664;
|
||||
light-grey: #F5F5F5;
|
||||
medium-grey: #D0D0D0;
|
||||
dark-grey: #002B36;
|
||||
urgent: #D75F00;
|
||||
active: #005F87;
|
||||
transparent: #000000aa;
|
||||
spacing: 0;
|
||||
font: "Iosevka Term Regular 14";
|
||||
padding: 0px;
|
||||
background-color: @white;
|
||||
line-style: "none";
|
||||
line-style: "none";
|
||||
}
|
||||
|
||||
prompt-box {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: transparent;
|
||||
text-color: @white;
|
||||
background-color: transparent;
|
||||
text-color: @white;
|
||||
}
|
||||
|
||||
window {
|
||||
border-radius: 10px;
|
||||
background-color: @transparent;
|
||||
|
@ -49,112 +46,107 @@ mainbox {
|
|||
border: 2px;
|
||||
spacing: 0%;
|
||||
}
|
||||
|
||||
listview {
|
||||
// Looks.
|
||||
border-radius: 10px;
|
||||
border: 5px 5px 5px 5px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
margin: 20px 30px 30px 30px;
|
||||
border-radius: 10px;
|
||||
border: 5px 5px 5px 5px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
margin: 20px 30px 30px 30px;
|
||||
background-color: @orange;
|
||||
// Enable scrollbar
|
||||
scrollbar: false;
|
||||
scrollbar-width: 5px;
|
||||
fixed-height: true;
|
||||
reverse: false;
|
||||
color: #000000;
|
||||
spacing: 0.3em;
|
||||
scrollbar: false;
|
||||
scrollbar-width: 5px;
|
||||
fixed-height: true;
|
||||
reverse: false;
|
||||
color: #000000;
|
||||
spacing: 0.3em;
|
||||
}
|
||||
scrollbar {
|
||||
color: @black;
|
||||
color: @black;
|
||||
background-color: @blue;
|
||||
padding: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
element {
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: @black;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: @black;
|
||||
background-color: @blue;
|
||||
}
|
||||
element normal.normal {
|
||||
color: @black;
|
||||
color: @black;
|
||||
background-color: @orange;
|
||||
}
|
||||
element normal.urgent {
|
||||
color: @urgent;
|
||||
color: @urgent;
|
||||
background-color: @light-grey;
|
||||
}
|
||||
element normal.active {
|
||||
color: @active;
|
||||
color: @active;
|
||||
background-color: @light-grey;
|
||||
}
|
||||
element selected.normal {
|
||||
border-radius: 0px;
|
||||
color: @black;
|
||||
border-radius: 0px;
|
||||
color: @black;
|
||||
background-color: @dark-orange;
|
||||
}
|
||||
element selected.urgent {
|
||||
color: @light-grey;
|
||||
color: @light-grey;
|
||||
background-color: @urgent;
|
||||
}
|
||||
element selected.active {
|
||||
color: @light-grey;
|
||||
color: @light-grey;
|
||||
background-color: @active;
|
||||
}
|
||||
element alternate.normal {
|
||||
color: @black;
|
||||
color: @black;
|
||||
background-color: @orange;
|
||||
}
|
||||
element alternate.urgent {
|
||||
color: @urgent;
|
||||
color: @urgent;
|
||||
background-color: @medium-grey;
|
||||
}
|
||||
element alternate.active {
|
||||
color: @active;
|
||||
color: @active;
|
||||
background-color: @medium-grey;
|
||||
}
|
||||
inputbar {
|
||||
spacing: 0;
|
||||
spacing: 0;
|
||||
background-color: #88003300;
|
||||
border: 0px 0px 2px 0px;
|
||||
border-radius: 0px;
|
||||
padding: 5px 10px 5px 35px;
|
||||
border: 0px 0px 2px 0px;
|
||||
border-radius: 0px;
|
||||
padding: 5px 10px 5px 35px;
|
||||
background-color: #00330088;
|
||||
color: @black;
|
||||
end: false;
|
||||
color: @black;
|
||||
end: false;
|
||||
}
|
||||
|
||||
separator {
|
||||
background-color: @blue;
|
||||
color: #00000000;
|
||||
color: #00000000;
|
||||
}
|
||||
prompt normal.normal {
|
||||
background-color: #00000000;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
entry normal.normal {
|
||||
background-color: #00000000;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
case-indicator normal.normal {
|
||||
background-color: #00000000;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
color: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
message {
|
||||
margin: 30px 30px 30px 30px;
|
||||
padding: 20px 30px 20px 20px;
|
||||
padding: 1px ;
|
||||
margin: 30px 30px 30px 30px;
|
||||
padding: 20px 30px 20px 20px;
|
||||
padding: 1px;
|
||||
border-radius: 10px;
|
||||
border: 5px 5px 5px 5px;
|
||||
border: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
prompt-colon {
|
||||
spacing: 0;
|
||||
spacing: 0;
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,142 +6,118 @@
|
|||
|
||||
/* global settings and color variables */
|
||||
* {
|
||||
maincolor: #ed8712;
|
||||
highlight: bold #ed8712;
|
||||
urgentcolor: #e53714;
|
||||
|
||||
fgwhite: #cfcfcf;
|
||||
blackdarkest: #1d1d1d;
|
||||
blackwidget: #262626;
|
||||
blackentry: #292929;
|
||||
blackselect: #303030;
|
||||
darkgray: #848484;
|
||||
scrollbarcolor: #505050;
|
||||
font: "DejaVu Sans Mono Regular 14";
|
||||
background-color: @blackdarkest;
|
||||
maincolor: #ed8712;
|
||||
highlight: bold #ed8712;
|
||||
urgentcolor: #e53714;
|
||||
fgwhite: #cfcfcf;
|
||||
blackdarkest: #1d1d1d;
|
||||
blackwidget: #262626;
|
||||
blackentry: #292929;
|
||||
blackselect: #303030;
|
||||
darkgray: #848484;
|
||||
scrollbarcolor: #505050;
|
||||
font: "DejaVu Sans Mono Regular 14";
|
||||
background-color: @blackdarkest;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @blackdarkest;
|
||||
anchor: north;
|
||||
location: north;
|
||||
y-offset: 20%;
|
||||
background-color: @blackdarkest;
|
||||
anchor: north;
|
||||
location: north;
|
||||
y-offset: 20%;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @blackdarkest;
|
||||
spacing:0px;
|
||||
children: [inputbar, message, sidebar, listview];
|
||||
background-color: @blackdarkest;
|
||||
spacing: 0;
|
||||
children: [inputbar, message, sidebar, listview];
|
||||
}
|
||||
|
||||
message {
|
||||
padding: 6px 10px;
|
||||
background-color:@blackwidget;
|
||||
padding: 6px 10px;
|
||||
background-color: @blackwidget;
|
||||
}
|
||||
|
||||
textbox {
|
||||
text-color:@darkgray;
|
||||
background-color:@blackwidget;
|
||||
text-color: @darkgray;
|
||||
background-color: @blackwidget;
|
||||
}
|
||||
|
||||
listview {
|
||||
fixed-height: false;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
spacing: 0px;
|
||||
padding: 1px 0px 0px 0px;
|
||||
margin: 0px 0px 1px 0px;
|
||||
background: @blackdarkest;
|
||||
fixed-height: false;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
spacing: 0px;
|
||||
padding: 1px 0px 0px 0px;
|
||||
margin: 0px 0px 1px 0px;
|
||||
background: @blackdarkest;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 2px 15px;
|
||||
padding: 2px 15px;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
padding: 0px 15px;
|
||||
background-color: @blackentry;
|
||||
text-color: @fgwhite;
|
||||
padding: 0px 15px;
|
||||
background-color: @blackentry;
|
||||
text-color: @fgwhite;
|
||||
}
|
||||
|
||||
element normal.urgent {
|
||||
background-color: @blackentry;
|
||||
text-color: @urgentcolor;
|
||||
background-color: @blackentry;
|
||||
text-color: @urgentcolor;
|
||||
}
|
||||
|
||||
element normal.active {
|
||||
background-color: @blackentry;
|
||||
text-color: @maincolor;
|
||||
background-color: @blackentry;
|
||||
text-color: @maincolor;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @blackselect;
|
||||
text-color: @fgwhite;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgentcolor;
|
||||
text-color: @blackdarkest;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @maincolor;
|
||||
text-color: @blackdarkest;
|
||||
}
|
||||
|
||||
element alternate.normal {
|
||||
background-color: @blackentry;
|
||||
text-color: @fgwhite;
|
||||
}
|
||||
|
||||
element alternate.urgent {
|
||||
background-color: @blackentry;
|
||||
text-color: @urgentcolor;
|
||||
}
|
||||
|
||||
element alternate.active {
|
||||
background-color: @blackentry;
|
||||
text-color: @maincolor;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
background-color: @blackwidget;
|
||||
handle-color: @darkgray;
|
||||
handle-width: 15px;
|
||||
background-color: @blackwidget;
|
||||
handle-color: @darkgray;
|
||||
handle-width: 15px;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
background-color: @blackwidget;
|
||||
background-color: @blackwidget;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: @blackwidget;
|
||||
text-color: @darkgray;
|
||||
background-color: @blackwidget;
|
||||
text-color: @darkgray;
|
||||
}
|
||||
|
||||
button selected {
|
||||
text-color: @maincolor;
|
||||
text-color: @maincolor;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @blackdarkest;
|
||||
spacing: 0px;
|
||||
background-color: @blackdarkest;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
padding:6px 9px;
|
||||
background-color: @maincolor;
|
||||
text-color:@blackwidget;
|
||||
padding:6px 9px;
|
||||
background-color: @maincolor;
|
||||
text-color: @blackwidget;
|
||||
}
|
||||
|
||||
entry {
|
||||
padding:6px 10px;
|
||||
background-color:@blackwidget;
|
||||
text-color:@fgwhite;
|
||||
padding:6px 10px;
|
||||
background-color: @blackwidget;
|
||||
text-color: @fgwhite;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
padding:6px 10px;
|
||||
text-color:@maincolor;
|
||||
background-color:@blackwidget;
|
||||
padding: 6px 10px;
|
||||
text-color: @maincolor;
|
||||
background-color: @blackwidget;
|
||||
}
|
||||
|
|
|
@ -8,124 +8,96 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
base00: #263238;
|
||||
base01: #2E3C43;
|
||||
base02: #314549;
|
||||
base03: #546E7A;
|
||||
base04: #B2CCD6;
|
||||
base05: #EEFFFF;
|
||||
base06: #EEFFFF;
|
||||
base07: #FFFFFF;
|
||||
base08: #F07178;
|
||||
base09: #F78C6C;
|
||||
base0A: #FFCB6B;
|
||||
base0B: #C3E88D;
|
||||
base0C: #89DDFF;
|
||||
base0D: #82AAFF;
|
||||
base0E: #C792EA;
|
||||
base0F: #FF5370;
|
||||
|
||||
/*base0D: #00BCD4;*/
|
||||
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
||||
font: "Roboto Mono 13";
|
||||
base00: #263238;
|
||||
base01: #2E3C43;
|
||||
base02: #314549;
|
||||
base03: #546E7A;
|
||||
base04: #B2CCD6;
|
||||
base05: #EEFFFF;
|
||||
base06: #EEFFFF;
|
||||
base07: #FFFFFF;
|
||||
base08: #F07178;
|
||||
base09: #F78C6C;
|
||||
base0A: #FFCB6B;
|
||||
base0B: #C3E88D;
|
||||
base0C: #89DDFF;
|
||||
base0D: #82AAFF;
|
||||
base0E: #C792EA;
|
||||
base0F: #FF5370;
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
font: "Roboto Mono 13";
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
/*fullscreen: true;*/
|
||||
background-color: #263238CC; /*base00 + CC (80% opacity)*/
|
||||
transparency: "real";
|
||||
background-color: #263238CC; /*base00 + CC (80% opacity)*/
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [inputbar, message, sidebar, listview];
|
||||
spacing: 30px;
|
||||
/*margin: 20%;*/
|
||||
padding: 30px 0;
|
||||
border: 1px;
|
||||
border-color: @base0D;
|
||||
children: [inputbar, message, sidebar, listview];
|
||||
spacing: 30px;
|
||||
padding: 30px 0;
|
||||
border: 1px;
|
||||
border-color: @base0D;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 0 30px;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
padding: 0 30px;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @base0D;
|
||||
text-color: @base0D;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0 1ch 0 0;
|
||||
text-color: @base0D;
|
||||
expand: false;
|
||||
str: ":";
|
||||
margin: 0 1ch 0 0;
|
||||
text-color: @base0D;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @base07;
|
||||
text-color: @base07;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
text-color: @base0F;
|
||||
text-color: @base0F;
|
||||
}
|
||||
|
||||
sidebar, message {
|
||||
border: 1px 0;
|
||||
border-color: @base0D;
|
||||
border: 1px 0;
|
||||
border-color: @base0D;
|
||||
}
|
||||
|
||||
button, textbox {
|
||||
background-color: @base03;
|
||||
text-color: @base07;
|
||||
padding: 5px;
|
||||
background-color: @base03;
|
||||
text-color: @base07;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
button selected {
|
||||
background-color: @base0D;
|
||||
background-color: @base0D;
|
||||
}
|
||||
|
||||
listview {
|
||||
scrollbar: true;
|
||||
margin: 0 10px 0 30px;
|
||||
scrollbar: true;
|
||||
margin: 0 10px 0 30px;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
background-color: @base03;
|
||||
handle-color: @base0D;
|
||||
handle-width: 10px;
|
||||
border: 0 1px;
|
||||
border-color: @base0D;
|
||||
margin: 0 0 0 20px;
|
||||
background-color: @base03;
|
||||
handle-color: @base0D;
|
||||
handle-width: 10px;
|
||||
border: 0 1px;
|
||||
border-color: @base0D;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 5px;
|
||||
highlight: bold underline;
|
||||
padding: 5px;
|
||||
highlight: bold underline;
|
||||
}
|
||||
|
||||
element normal {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @base0D;
|
||||
background-color: @base0D;
|
||||
}
|
||||
|
||||
element alternate {
|
||||
/*background-color: @base03;*/
|
||||
}
|
||||
|
||||
element normal normal, element selected normal, element alternate normal {
|
||||
text-color: @base07;
|
||||
text-color: @base07;
|
||||
}
|
||||
|
||||
element normal urgent, element selected urgent, element alternate urgent {
|
||||
text-color: @base0F;
|
||||
text-color: @base0F;
|
||||
}
|
||||
|
||||
element normal active, element selected active, element alternate active {
|
||||
text-color: @base0B;
|
||||
text-color: @base0B;
|
||||
}
|
||||
|
|
|
@ -8,93 +8,77 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
* {
|
||||
black: #000000;
|
||||
red: #eb6e67;
|
||||
green: #95ee8f;
|
||||
yellow: #f8c456;
|
||||
blue: #6eaafb;
|
||||
mangenta: #d886f3;
|
||||
cyan: #6cdcf7;
|
||||
emphasis: #50536b;
|
||||
text: #dfdfdf;
|
||||
text-alt: #b2b2b2;
|
||||
fg: #abb2bf;
|
||||
bg: #282c34;
|
||||
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
||||
font: "Knack Nerd Font 14";
|
||||
text-color: @text;
|
||||
black: #000000;
|
||||
red: #eb6e67;
|
||||
green: #95ee8f;
|
||||
yellow: #f8c456;
|
||||
blue: #6eaafb;
|
||||
mangenta: #d886f3;
|
||||
cyan: #6cdcf7;
|
||||
emphasis: #50536b;
|
||||
text: #dfdfdf;
|
||||
text-alt: #b2b2b2;
|
||||
fg: #abb2bf;
|
||||
bg: #282c34;
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
font: "Knack Nerd Font 14";
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: true;
|
||||
background-color: #282c34dd;
|
||||
transparency: "real";
|
||||
fullscreen: true;
|
||||
background-color: #282c34dd;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 30% 30%;
|
||||
padding: 30% 30%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
margin: 0px 0px 20px 0px;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
margin: 0px 0px 20px 0px;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @blue;
|
||||
text-color: @blue;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
text-color: @text-alt;
|
||||
expand: false;
|
||||
str: ":";
|
||||
text-color: @text-alt;
|
||||
}
|
||||
|
||||
entry {
|
||||
margin: 0px 10px;
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
listview {
|
||||
spacing: 5px;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
spacing: 5px;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 5px;
|
||||
text-color: @text-alt;
|
||||
highlight: bold #95ee8f; /* green */
|
||||
border-radius: 3px;
|
||||
padding: 5px;
|
||||
text-color: @text-alt;
|
||||
highlight: bold #95ee8f; /* green */
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @emphasis;
|
||||
text-color: @text;
|
||||
background-color: @emphasis;
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
element urgent, element selected urgent {
|
||||
text-color: @red;
|
||||
text-color: @red;
|
||||
}
|
||||
|
||||
element active, element selected active {
|
||||
text-color: @purple;
|
||||
text-color: @purple;
|
||||
}
|
||||
|
||||
message {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
border: 1px;
|
||||
border-color: @cyan;
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
border: 1px;
|
||||
border-color: @cyan;
|
||||
}
|
||||
|
||||
button selected {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
}
|
||||
|
|
|
@ -3,35 +3,36 @@
|
|||
* User: dikiaap
|
||||
* Copyright: Diki Ananta
|
||||
**/
|
||||
|
||||
* {
|
||||
selected-normal-foreground: @lightfg;
|
||||
foreground: rgba ( 196, 202, 212, 100 % );
|
||||
foreground: rgba ( 196, 202, 212, 100% );
|
||||
normal-foreground: @foreground;
|
||||
alternate-normal-background: rgba ( 42, 42, 42, 100 % );
|
||||
red: rgba ( 194, 65, 65, 100 % );
|
||||
alternate-normal-background: rgba ( 42, 42, 42, 100% );
|
||||
red: rgba ( 194, 65, 65, 100% );
|
||||
selected-urgent-foreground: @lightfg;
|
||||
blue: rgba ( 43, 131, 166, 100 % );
|
||||
blue: rgba ( 43, 131, 166, 100% );
|
||||
urgent-foreground: @lightfg;
|
||||
alternate-urgent-background: @red;
|
||||
active-foreground: @lightfg;
|
||||
lightbg: @foreground;
|
||||
selected-active-foreground: @lightfg;
|
||||
alternate-active-background: @blue;
|
||||
background: rgba ( 33, 33, 33, 100 % );
|
||||
background: rgba ( 33, 33, 33, 100% );
|
||||
alternate-normal-foreground: @foreground;
|
||||
normal-background: @background;
|
||||
lightfg: rgba ( 249, 249, 249, 100 % );
|
||||
selected-normal-background: rgba ( 90, 90, 90, 100 % );
|
||||
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 % );
|
||||
spacing: 2px;
|
||||
separatorcolor: rgba ( 183, 183, 183, 100% );
|
||||
urgent-background: @red;
|
||||
selected-urgent-background: rgba ( 214, 78, 78, 100 % );
|
||||
selected-urgent-background: rgba ( 214, 78, 78, 100% );
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
background-color: rgba ( 0, 0, 0, 0% );
|
||||
alternate-active-foreground: @active-foreground;
|
||||
active-background: @blue;
|
||||
selected-active-background: rgba ( 39, 141, 182, 100 % );
|
||||
selected-active-background: rgba ( 39, 141, 182, 100% );
|
||||
}
|
||||
window {
|
||||
background-color: @background;
|
||||
|
@ -101,7 +102,7 @@ element alternate.active {
|
|||
scrollbar {
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-color: rgba ( 85, 85, 85, 100 % );
|
||||
handle-color: rgba ( 85, 85, 85, 100% );
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -121,7 +122,7 @@ inputbar {
|
|||
spacing: 0px;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px;
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||
}
|
||||
case-indicator {
|
||||
spacing: 0;
|
||||
|
|
|
@ -4,59 +4,59 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
base-bg: #d9d6b7ee;
|
||||
selected-bg: #f7f0ac;
|
||||
base-color: #222222aa;
|
||||
selected-color: #222;
|
||||
border-color: #00000066;
|
||||
transparent: #00000000;
|
||||
text-color: @base-color;
|
||||
font: "Times New Roman 20";
|
||||
base-bg: #d9d6b7ee;
|
||||
selected-bg: #f7f0ac;
|
||||
base-color: #222222aa;
|
||||
selected-color: #222;
|
||||
border-color: #00000066;
|
||||
transparent: #00000000;
|
||||
text-color: @base-color;
|
||||
font: "Times New Roman 20";
|
||||
}
|
||||
#window {
|
||||
anchor: south;
|
||||
location: south;
|
||||
width: 100%;
|
||||
background-color: @base-bg;
|
||||
margin: 0px 0px 10% 0px;
|
||||
children: [ horibox ];
|
||||
anchor: south;
|
||||
location: south;
|
||||
width: 100%;
|
||||
background-color: @base-bg;
|
||||
margin: 0px 0px 10% 0px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
#horibox {
|
||||
background-color: @transparent;
|
||||
orientation: horizontal;
|
||||
children: [ prompt, textbox-prompt-colon, entry, listview ];
|
||||
background-color: @transparent;
|
||||
orientation: horizontal;
|
||||
children: [ prompt, textbox-prompt-colon, entry, listview ];
|
||||
}
|
||||
#prompt {
|
||||
text-color: @selected-color;
|
||||
padding: 0.7em 0px 0.7em 10px;
|
||||
background-color: @transparent;
|
||||
text-color: @selected-color;
|
||||
padding: 0.7em 0px 0.7em 10px;
|
||||
background-color: @transparent;
|
||||
}
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
padding: 0.7em 10px 0.7em 0px;
|
||||
text-color: @selected-color;
|
||||
background-color: @transparent;
|
||||
expand: false;
|
||||
str: ":";
|
||||
padding: 0.7em 10px 0.7em 0px;
|
||||
text-color: @selected-color;
|
||||
background-color: @transparent;
|
||||
}
|
||||
#entry {
|
||||
padding: 0.7em;
|
||||
text-color: @selected-color;
|
||||
background-color: #eee;
|
||||
expand: false;
|
||||
width: 10em;
|
||||
padding: 0.7em;
|
||||
text-color: @selected-color;
|
||||
background-color: #eee;
|
||||
expand: false;
|
||||
width: 10em;
|
||||
}
|
||||
#listview {
|
||||
background-color: @transparent;
|
||||
layout: horizontal;
|
||||
spacing: 5px;
|
||||
lines: 100;
|
||||
background-color: @transparent;
|
||||
layout: horizontal;
|
||||
spacing: 5px;
|
||||
lines: 100;
|
||||
}
|
||||
#element {
|
||||
background-color: @transparent;
|
||||
padding: 0.7em;
|
||||
background-color: @transparent;
|
||||
padding: 0.7em;
|
||||
}
|
||||
#element selected {
|
||||
border: 0px 1px;
|
||||
text-color: @selected-color;
|
||||
background-color: @selected-bg;
|
||||
border: 0px 1px;
|
||||
text-color: @selected-color;
|
||||
background-color: @selected-bg;
|
||||
}
|
||||
|
|
|
@ -4,128 +4,114 @@
|
|||
*/
|
||||
|
||||
configuration {
|
||||
display-drun: "Activate";
|
||||
display-run: "Execute";
|
||||
display-window: "Window";
|
||||
show-icons: true;
|
||||
sidebar-mode: true;
|
||||
display-drun: "Activate";
|
||||
display-run: "Execute";
|
||||
display-window: "Window";
|
||||
show-icons: true;
|
||||
sidebar-mode: true;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #080808;
|
||||
text-color: #d3d7cf;
|
||||
selbg: #215d9c;
|
||||
actbg: #262626;
|
||||
urgbg: #e53935;
|
||||
winbg: #26c6da;
|
||||
background-color: #080808;
|
||||
text-color: #d3d7cf;
|
||||
selbg: #215d9c;
|
||||
actbg: #262626;
|
||||
urgbg: #e53935;
|
||||
winbg: #26c6da;
|
||||
|
||||
selected-normal-foreground: @winbg;
|
||||
normal-foreground: @text-color;
|
||||
selected-normal-background: @actbg;
|
||||
normal-background: @background-color;
|
||||
selected-normal-foreground: @winbg;
|
||||
normal-foreground: @text-color;
|
||||
selected-normal-background: @actbg;
|
||||
normal-background: @background-color;
|
||||
|
||||
selected-urgent-foreground: @background-color;
|
||||
urgent-foreground: @text-color;
|
||||
selected-urgent-background: @urgbg;
|
||||
urgent-background: @background-color;
|
||||
selected-urgent-foreground: @background-color;
|
||||
urgent-foreground: @text-color;
|
||||
selected-urgent-background: @urgbg;
|
||||
urgent-background: @background-color;
|
||||
|
||||
selected-active-foreground: @winbg;
|
||||
active-foreground: @text-color;
|
||||
selected-active-background: @actbg;
|
||||
active-background: @selbg;
|
||||
selected-active-foreground: @winbg;
|
||||
active-foreground: @text-color;
|
||||
selected-active-background: @actbg;
|
||||
active-background: @selbg;
|
||||
|
||||
line-margin: 2;
|
||||
line-padding: 2;
|
||||
separator-style: "none";
|
||||
hide-scrollbar: "true";
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-margin: 2px;
|
||||
line-padding: 2px;
|
||||
separator-style: "none";
|
||||
hide-scrollbar: "true";
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: west;
|
||||
anchor: west;
|
||||
height: 100%;
|
||||
width: 22%;
|
||||
orientation: horizontal;
|
||||
children: [mainbox];
|
||||
location: west;
|
||||
anchor: west;
|
||||
height: 100%;
|
||||
width: 22%;
|
||||
orientation: horizontal;
|
||||
children: [mainbox];
|
||||
}
|
||||
|
||||
mainbox {
|
||||
spacing: 0.8em;
|
||||
children: [ entry,listview,sidebar ];
|
||||
spacing: 0.8em;
|
||||
children: [ entry,listview,sidebar ];
|
||||
}
|
||||
button {
|
||||
padding: 5px 2px;
|
||||
}
|
||||
|
||||
button { padding: 5px 2px; }
|
||||
|
||||
button selected {
|
||||
background-color: @active-background;
|
||||
text-color: @background-color;
|
||||
background-color: @active-background;
|
||||
text-color: @background-color;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 5px;
|
||||
spacing: 5px;
|
||||
padding: 5px;
|
||||
spacing: 5px;
|
||||
}
|
||||
|
||||
listview {
|
||||
spacing: 0.5em;
|
||||
dynamic: false;
|
||||
cycle: true;
|
||||
spacing: 0.5em;
|
||||
dynamic: false;
|
||||
cycle: true;
|
||||
}
|
||||
element {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
element { padding: 10px; }
|
||||
|
||||
entry {
|
||||
expand: false;
|
||||
text-color: @normal-foreground;
|
||||
vertical-align: 1;
|
||||
padding: 5px;
|
||||
expand: false;
|
||||
text-color: @normal-foreground;
|
||||
vertical-align: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
background-color: @normal-background;
|
||||
text-color: @normal-foreground;
|
||||
background-color: @normal-background;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
border: 0 5px solid 0 0;
|
||||
border-color: @active-background;
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
border: 0 5px solid 0 0;
|
||||
border-color: @active-background;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
|
||||
element alternate.normal {
|
||||
background-color: @normal-background;
|
||||
text-color: @normal-foreground;
|
||||
background-color: @normal-background;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
||||
element alternate.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
|
||||
element alternate.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
|
|
|
@ -9,27 +9,27 @@
|
|||
* NOTE: I am including all of them even though I am using a sub-set. I keep
|
||||
* tweaking my theme and having access to all of the colors here is handy. */
|
||||
|
||||
base03: #002b36;
|
||||
base02: #073642;
|
||||
base01: #586e75;
|
||||
base00: #657b83;
|
||||
base0: #839496;
|
||||
base1: #93a1a1;
|
||||
base2: #eee8d5;
|
||||
base3: #fdf6e3;
|
||||
yellow: #b58900;
|
||||
orange: #cb4b16;
|
||||
red: #dc322f;
|
||||
magenta: #d33682;
|
||||
violet: #6c71c4;
|
||||
blue: #268bd2;
|
||||
cyan: #2aa198;
|
||||
green: #859900;
|
||||
base03: #002b36;
|
||||
base02: #073642;
|
||||
base01: #586e75;
|
||||
base00: #657b83;
|
||||
base0: #839496;
|
||||
base1: #93a1a1;
|
||||
base2: #eee8d5;
|
||||
base3: #fdf6e3;
|
||||
yellow: #b58900;
|
||||
orange: #cb4b16;
|
||||
red: #dc322f;
|
||||
magenta: #d33682;
|
||||
violet: #6c71c4;
|
||||
blue: #268bd2;
|
||||
cyan: #2aa198;
|
||||
green: #859900;
|
||||
|
||||
/* Solarized Darker Theme */
|
||||
transparent-background: rgba ( 0, 0, 0, 0 % );
|
||||
transparent-background: rgba ( 0, 0, 0, 0% );
|
||||
foreground: @magenta;
|
||||
background: rgba ( 0, 0, 0, 90 % );
|
||||
background: rgba ( 0, 0, 0, 90% );
|
||||
|
||||
normal-foreground: @foreground;
|
||||
normal-background: @transparent-background;
|
||||
|
@ -56,31 +56,31 @@
|
|||
|
||||
/* Main element styles */
|
||||
border-color: @blue;
|
||||
spacing: 2;
|
||||
spacing: 2px;
|
||||
background-color: @transparent-background;
|
||||
}
|
||||
window {
|
||||
background-color: @background;
|
||||
border: 1;
|
||||
padding: 20;
|
||||
border: 1px;
|
||||
padding: 20px;
|
||||
}
|
||||
mainbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
message {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
textbox {
|
||||
text-color: @foreground;
|
||||
}
|
||||
listview {
|
||||
fixed-height: 0;
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 1px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
spacing: 2px;
|
||||
scrollbar: false;
|
||||
padding: 8px 0px 0px 0px;
|
||||
}
|
||||
|
@ -125,13 +125,13 @@ element alternate.active {
|
|||
text-color: @alternate-active-foreground;
|
||||
}
|
||||
scrollbar {
|
||||
width: 4px ;
|
||||
width: 4px;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
handle-width: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
sidebar {
|
||||
border: 2px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px;
|
||||
border-color: @separatorcolor;
|
||||
}
|
||||
button selected {
|
||||
|
@ -141,7 +141,7 @@ button selected {
|
|||
inputbar {
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
padding: 1px ;
|
||||
padding: 1px;
|
||||
}
|
||||
case-indicator {
|
||||
spacing: 0;
|
||||
|
|
Loading…
Reference in a new issue