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
|
@ -26,7 +26,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 0, 188, 212, 100% );
|
selected-normal-background: rgba ( 0, 188, 212, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 195, 198, 200, 100% );
|
separatorcolor: rgba ( 195, 198, 200, 100% );
|
||||||
urgent-background: rgba ( 69, 90, 100, 100% );
|
urgent-background: rgba ( 69, 90, 100, 100% );
|
||||||
selected-urgent-background: rgba ( 255, 82, 82, 100% );
|
selected-urgent-background: rgba ( 255, 82, 82, 100% );
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 64, 132, 214, 100% );
|
selected-normal-background: rgba ( 64, 132, 214, 100% );
|
||||||
border-color: rgba ( 124, 131, 137, 100% );
|
border-color: rgba ( 124, 131, 137, 100% );
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 29, 31, 33, 100% );
|
separatorcolor: rgba ( 29, 31, 33, 100% );
|
||||||
urgent-background: rgba ( 29, 31, 33, 17% );
|
urgent-background: rgba ( 29, 31, 33, 17% );
|
||||||
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 82, 148, 226, 100% );
|
selected-normal-background: rgba ( 82, 148, 226, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: @foreground;
|
separatorcolor: @foreground;
|
||||||
urgent-background: rgba ( 255, 255, 255, 100% );
|
urgent-background: rgba ( 255, 255, 255, 100% );
|
||||||
selected-urgent-background: rgba ( 82, 148, 226, 100% );
|
selected-urgent-background: rgba ( 82, 148, 226, 100% );
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 219, 223, 188, 100% );
|
selected-normal-background: rgba ( 219, 223, 188, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 219, 223, 188, 100% );
|
separatorcolor: rgba ( 219, 223, 188, 100% );
|
||||||
urgent-background: rgba ( 0, 0, 208, 0% );
|
urgent-background: rgba ( 0, 0, 208, 0% );
|
||||||
selected-urgent-background: rgba ( 255, 129, 127, 100% );
|
selected-urgent-background: rgba ( 255, 129, 127, 100% );
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 63, 81, 181, 100% );
|
selected-normal-background: rgba ( 63, 81, 181, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 232, 234, 246, 100% );
|
separatorcolor: rgba ( 232, 234, 246, 100% );
|
||||||
urgent-background: rgba ( 223, 110, 0, 6% );
|
urgent-background: rgba ( 223, 110, 0, 6% );
|
||||||
selected-urgent-background: rgba ( 255, 205, 210, 100% );
|
selected-urgent-background: rgba ( 255, 205, 210, 100% );
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 20, 20, 17, 100% );
|
selected-normal-background: rgba ( 20, 20, 17, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 230, 219, 116, 100% );
|
separatorcolor: rgba ( 230, 219, 116, 100% );
|
||||||
urgent-background: rgba ( 39, 40, 34, 0% );
|
urgent-background: rgba ( 39, 40, 34, 0% );
|
||||||
selected-urgent-background: rgba ( 249, 38, 114, 100% );
|
selected-urgent-background: rgba ( 249, 38, 114, 100% );
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: Qball
|
* User: Qball
|
||||||
* Copyright: Dave Davenport
|
* Copyright: Dave Davenport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 245, 245, 245, 100% );
|
selected-normal-foreground: rgba ( 245, 245, 245, 100% );
|
||||||
foreground: rgba ( 0, 43, 54, 100% );
|
foreground: rgba ( 0, 43, 54, 100% );
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 66, 113, 174, 100% );
|
selected-normal-background: rgba ( 66, 113, 174, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 68, 68, 68, 100% );
|
separatorcolor: rgba ( 68, 68, 68, 100% );
|
||||||
urgent-background: rgba ( 245, 245, 245, 100% );
|
urgent-background: rgba ( 245, 245, 245, 100% );
|
||||||
selected-urgent-background: rgba ( 215, 95, 0, 100% );
|
selected-urgent-background: rgba ( 215, 95, 0, 100% );
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Author: Primetoxinz
|
* Author: Primetoxinz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-color: #f2f2f2;
|
text-color: #f2f2f2;
|
||||||
background-color: #4e4743;
|
background-color: #4e4743;
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
normal-background: @background;
|
normal-background: @background;
|
||||||
selected-normal-background: @blue;
|
selected-normal-background: @blue;
|
||||||
separatorcolor: @orange;
|
separatorcolor: @orange;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
urgent-background: @red;
|
urgent-background: @red;
|
||||||
alternate-urgent-foreground: @foreground;
|
alternate-urgent-foreground: @foreground;
|
||||||
selected-urgent-background: @red;
|
selected-urgent-background: @red;
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
background-color: rgba ( 0, 0, 0, 0% );
|
background-color: rgba ( 0, 0, 0, 0% );
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
text-color: @bordercolor;
|
text-color: @bordercolor;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
@ -105,12 +106,11 @@
|
||||||
}
|
}
|
||||||
#inputbar {
|
#inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
border: 0px ;
|
border: 0;
|
||||||
}
|
}
|
||||||
#button normal {
|
#button normal {
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inputbar {
|
#inputbar {
|
||||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 57, 66, 73, 100% );
|
selected-normal-background: rgba ( 57, 66, 73, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 30, 37, 41, 100% );
|
separatorcolor: rgba ( 30, 37, 41, 100% );
|
||||||
urgent-background: rgba ( 39, 50, 56, 100% );
|
urgent-background: rgba ( 39, 50, 56, 100% );
|
||||||
selected-urgent-background: rgba ( 57, 66, 73, 100% );
|
selected-urgent-background: rgba ( 57, 66, 73, 100% );
|
||||||
|
|
|
@ -5,63 +5,54 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
|
// set display name for each browser
|
||||||
// The display name of this browser
|
|
||||||
display-ssh: "";
|
display-ssh: "";
|
||||||
// The display name of this browser
|
|
||||||
display-run: "";
|
display-run: "";
|
||||||
// The display name of this browser
|
|
||||||
display-drun: "";
|
display-drun: "";
|
||||||
// The display name of this browser
|
|
||||||
display-window: "";
|
display-window: "";
|
||||||
display-combi: "";
|
display-combi: "";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* User: Qball
|
|
||||||
* Copyright: Dave Davenport
|
|
||||||
*/
|
|
||||||
* {
|
* {
|
||||||
foreground: #ffeedd;
|
foreground: #ffeedd;
|
||||||
backlight: #ccffeedd;
|
backlight: #ccffeedd;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
dark: #1c1c1c;
|
dark: #1c1c1c;
|
||||||
|
|
||||||
// Black
|
// Black
|
||||||
black: #3d352a;
|
black: #3d352a;
|
||||||
lightblack: #554444;
|
lightblack: #554444;
|
||||||
tlightblack: #554444cc;
|
tlightblack: #554444cc;
|
||||||
//
|
|
||||||
// Red
|
// Red
|
||||||
red: #cd5c5c;
|
red: #cd5c5c;
|
||||||
lightred: #cc5533;
|
lightred: #cc5533;
|
||||||
//
|
|
||||||
// Green
|
// Green
|
||||||
green: #86af80;
|
green: #86af80;
|
||||||
lightgreen: #88cc22;
|
lightgreen: #88cc22;
|
||||||
//
|
|
||||||
// Yellow
|
// Yellow
|
||||||
yellow: #e8ae5b;
|
yellow: #e8ae5b;
|
||||||
lightyellow: #ffa75d;
|
lightyellow: #ffa75d;
|
||||||
//
|
|
||||||
// Blue
|
// Blue
|
||||||
blue: #6495ed;
|
blue: #6495ed;
|
||||||
lightblue: #87ceeb;
|
lightblue: #87ceeb;
|
||||||
//
|
|
||||||
// Magenta
|
// Magenta
|
||||||
magenta: #deb887;
|
magenta: #deb887;
|
||||||
lightmagenta: #996600;
|
lightmagenta: #996600;
|
||||||
//
|
|
||||||
// Cyan
|
// Cyan
|
||||||
cyan: #b0c4de;
|
cyan: #b0c4de;
|
||||||
tcyan: #ccb0c4de;
|
tcyan: #ccb0c4de;
|
||||||
lightcyan: #b0c4de;
|
lightcyan: #b0c4de;
|
||||||
//
|
|
||||||
// White
|
// White
|
||||||
white: #bbaa99;
|
white: #bbaa99;
|
||||||
lightwhite: #ddccbb;
|
lightwhite: #ddccbb;
|
||||||
//
|
|
||||||
// Bold, Italic, Underline
|
// Bold, Italic, Underline
|
||||||
highlight: underline bold #ffffff;
|
highlight: underline bold #ffffff;
|
||||||
|
|
||||||
|
@ -81,16 +72,13 @@ configuration {
|
||||||
children: [vertb, mainbox];
|
children: [vertb, mainbox];
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbox {
|
#mainbox {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
children: [ inputbar, message, listview ];
|
children: [ inputbar, message, listview ];
|
||||||
}
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
border: 0px 2px 2px 2px;
|
border: 0px 2px 2px 2px;
|
||||||
// border-radius: 10px;
|
|
||||||
padding: 5;
|
padding: 5;
|
||||||
background-color: @tcyan;
|
background-color: @tcyan;
|
||||||
}
|
}
|
||||||
|
@ -98,7 +86,6 @@ configuration {
|
||||||
font: "Source Code Pro 8";
|
font: "Source Code Pro 8";
|
||||||
color: @black;
|
color: @black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inputbar {
|
#inputbar {
|
||||||
color: @lightgreen;
|
color: @lightgreen;
|
||||||
padding: 11px;
|
padding: 11px;
|
||||||
|
@ -127,7 +114,6 @@ configuration {
|
||||||
#element {
|
#element {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
// border: 2px;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
|
@ -142,8 +128,6 @@ configuration {
|
||||||
#element normal urgent {
|
#element normal urgent {
|
||||||
foreground: @lightred;
|
foreground: @lightred;
|
||||||
}
|
}
|
||||||
#element alternate normal {
|
|
||||||
}
|
|
||||||
#element alternate active {
|
#element alternate active {
|
||||||
foreground: @lightblue;
|
foreground: @lightblue;
|
||||||
}
|
}
|
||||||
|
@ -158,10 +142,6 @@ configuration {
|
||||||
background-color: @lightred;
|
background-color: @lightred;
|
||||||
foreground: @dark;
|
foreground: @dark;
|
||||||
}
|
}
|
||||||
#element normal normal {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#vertb {
|
#vertb {
|
||||||
expand: false;
|
expand: false;
|
||||||
children: [ dummy0, sidebar, dummy1 ];
|
children: [ dummy0, sidebar, dummy1 ];
|
||||||
|
@ -169,7 +149,6 @@ configuration {
|
||||||
#dummy0,dummy1 {
|
#dummy0,dummy1 {
|
||||||
expand: true;
|
expand: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
expand: false;
|
expand: false;
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
|
@ -192,4 +171,3 @@ configuration {
|
||||||
background-color: @backlight;
|
background-color: @backlight;
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 0, 176, 239, 100% );
|
selected-normal-background: rgba ( 0, 176, 239, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 0, 176, 239, 100% );
|
separatorcolor: rgba ( 0, 176, 239, 100% );
|
||||||
urgent-background: rgba ( 0, 0, 0, 0% );
|
urgent-background: rgba ( 0, 0, 0, 0% );
|
||||||
selected-urgent-background: rgba ( 255, 160, 160, 100% );
|
selected-urgent-background: rgba ( 255, 160, 160, 100% );
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 79, 128, 255, 100% );
|
selected-normal-background: rgba ( 79, 128, 255, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 79, 128, 255, 100% );
|
separatorcolor: rgba ( 79, 128, 255, 100% );
|
||||||
urgent-background: rgba ( 0, 57, 255, 100% );
|
urgent-background: rgba ( 0, 57, 255, 100% );
|
||||||
selected-urgent-background: rgba ( 79, 128, 255, 100% );
|
selected-urgent-background: rgba ( 79, 128, 255, 100% );
|
||||||
|
@ -38,13 +38,13 @@
|
||||||
#window {
|
#window {
|
||||||
font: "Topaz-8 10";
|
font: "Topaz-8 10";
|
||||||
background-color: #4E7FFF;
|
background-color: #4E7FFF;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 40;
|
margin: 40px;
|
||||||
background-color: #003AFF;
|
background-color: #003AFF;
|
||||||
}
|
}
|
||||||
#message {
|
#message {
|
||||||
|
|
|
@ -3,16 +3,13 @@
|
||||||
* User: Qball
|
* User: Qball
|
||||||
* Copyright: Dave Davenport
|
* Copyright: Dave Davenport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: Black;
|
background-color: Black;
|
||||||
border-color: White;
|
border-color: White;
|
||||||
text-color: White;
|
text-color: White;
|
||||||
font: "Times New Roman 12";
|
font: "Times New Roman 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration {
|
|
||||||
}
|
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
anchor: north;
|
anchor: north;
|
||||||
location: north;
|
location: north;
|
||||||
|
@ -20,23 +17,19 @@ configuration {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
children: [ horibox ];
|
children: [ horibox ];
|
||||||
}
|
}
|
||||||
|
|
||||||
#horibox {
|
#horibox {
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
children: [ prompt, entry, listview ];
|
children: [ prompt, entry, listview ];
|
||||||
}
|
}
|
||||||
|
|
||||||
#listview {
|
#listview {
|
||||||
layout: horizontal;
|
layout: horizontal;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
lines: 100;
|
lines: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
expand: false;
|
expand: false;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element {
|
#element {
|
||||||
padding: 0px 2px;
|
padding: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: Rasi
|
* User: Rasi
|
||||||
* Copyright: Rasmus Steinke
|
* Copyright: Rasmus Steinke
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||||
foreground: rgba ( 255, 255, 255, 100% );
|
foreground: rgba ( 255, 255, 255, 100% );
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 38, 139, 210, 100% );
|
selected-normal-background: rgba ( 38, 139, 210, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 38, 139, 210, 100% );
|
separatorcolor: rgba ( 38, 139, 210, 100% );
|
||||||
urgent-background: transparent;
|
urgent-background: transparent;
|
||||||
selected-urgent-background: rgba ( 38, 139, 210, 100% );
|
selected-urgent-background: rgba ( 38, 139, 210, 100% );
|
||||||
|
@ -36,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: rgba ( 57, 57, 57, 95% );
|
background-color: rgba ( 57, 57, 57, 95% );
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -11,23 +11,19 @@ window {
|
||||||
border: 2;
|
border: 2;
|
||||||
padding: 2;
|
padding: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
border: 2px 0 0;
|
border: 2px 0 0;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox {
|
textbox {
|
||||||
highlight: @highlight;
|
highlight: @highlight;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
border: 2px solid 0 0;
|
border: 2px solid 0 0;
|
||||||
padding: 2px 0 0;
|
padding: 2px 0 0;
|
||||||
|
@ -35,57 +31,46 @@ listview {
|
||||||
spacing: 2px;
|
spacing: 2px;
|
||||||
scrollbar: @scrollbar;
|
scrollbar: @scrollbar;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.normal.normal {
|
element.normal.normal {
|
||||||
background-color: @normal-background;
|
background-color: @normal-background;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.normal.urgent {
|
element.normal.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.normal.active {
|
element.normal.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @active-foreground;
|
text-color: @active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.selected.normal {
|
element.selected.normal {
|
||||||
background-color: @selected-normal-background;
|
background-color: @selected-normal-background;
|
||||||
text-color: @selected-normal-foreground;
|
text-color: @selected-normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.selected.urgent {
|
element.selected.urgent {
|
||||||
background-color: @selected-urgent-background;
|
background-color: @selected-urgent-background;
|
||||||
text-color: @selected-urgent-foreground;
|
text-color: @selected-urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.selected.active {
|
element.selected.active {
|
||||||
background-color: @selected-active-background;
|
background-color: @selected-active-background;
|
||||||
text-color: @selected-active-foreground;
|
text-color: @selected-active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.alternate.normal {
|
element.alternate.normal {
|
||||||
background-color: @alternate-normal-background;
|
background-color: @alternate-normal-background;
|
||||||
text-color: @alternate-normal-foreground;
|
text-color: @alternate-normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.alternate.urgent {
|
element.alternate.urgent {
|
||||||
background-color: @alternate-urgent-background;
|
background-color: @alternate-urgent-background;
|
||||||
text-color: @alternate-urgent-foreground;
|
text-color: @alternate-urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element.alternate.active {
|
element.alternate.active {
|
||||||
background-color: @alternate-active-background;
|
background-color: @alternate-active-background;
|
||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -93,32 +78,24 @@ scrollbar {
|
||||||
handle-width: 8px;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar {
|
sidebar {
|
||||||
border: 2px 0 0;
|
border: 2px 0 0;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
children: [ prompt, textbox-prompt-sep, entry, case-indicator ];
|
children: [ prompt, textbox-prompt-sep, entry, case-indicator ];
|
||||||
}
|
}
|
||||||
|
case-indicator,prompt,button {
|
||||||
case-indicator,
|
|
||||||
entry,
|
|
||||||
prompt,
|
|
||||||
button {
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.selected {
|
button.selected {
|
||||||
background-color: @selected-normal-background;
|
background-color: @selected-normal-background;
|
||||||
text-color: @selected-normal-foreground;
|
text-color: @selected-normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox-prompt-sep {
|
textbox-prompt-sep {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 17, 170, 170, 100% );
|
selected-normal-background: rgba ( 17, 170, 170, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 17, 170, 170, 100% );
|
separatorcolor: rgba ( 17, 170, 170, 100% );
|
||||||
urgent-background: rgba ( 0, 0, 0, 0% );
|
urgent-background: rgba ( 0, 0, 0, 0% );
|
||||||
selected-urgent-background: rgba ( 255, 153, 153, 100% );
|
selected-urgent-background: rgba ( 255, 153, 153, 100% );
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
* User: Qball
|
* User: Qball
|
||||||
* Copyright: Dave Davenport
|
* Copyright: Dave Davenport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
blue: #0000FF;
|
blue: #0000FF;
|
||||||
white: #FFFFFF;
|
white: #FFFFFF;
|
||||||
black: #000000;
|
black: #000000;
|
||||||
grey: #eeeeee;
|
grey: #eeeeee;
|
||||||
|
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
background-color: #00000000;
|
background-color: #00000000;
|
||||||
border-color: #444444FF;
|
border-color: #444444FF;
|
||||||
anchor: north;
|
anchor: north;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: Rasi
|
* User: Rasi
|
||||||
* Copyright: Rasmus Steinke
|
* Copyright: Rasmus Steinke
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||||
foreground: rgba ( 180, 180, 180, 100% );
|
foreground: rgba ( 180, 180, 180, 100% );
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 129, 91, 164, 33% );
|
selected-normal-background: rgba ( 129, 91, 164, 33% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 239, 97, 85, 18% );
|
separatorcolor: rgba ( 239, 97, 85, 18% );
|
||||||
urgent-background: rgba ( 47, 30, 46, 15% );
|
urgent-background: rgba ( 47, 30, 46, 15% );
|
||||||
selected-urgent-background: rgba ( 129, 91, 164, 33% );
|
selected-urgent-background: rgba ( 129, 91, 164, 33% );
|
||||||
|
@ -36,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -2,42 +2,44 @@
|
||||||
* User: qball
|
* User: qball
|
||||||
* Copyright: Dave Davenport
|
* Copyright: Dave Davenport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-color: #ffeedd;
|
text-color: #ffeedd;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
dark: #1c1c1c;
|
dark: #1c1c1c;
|
||||||
|
|
||||||
// Black
|
// Black
|
||||||
black: #3d352a;
|
black: #3d352a;
|
||||||
lightblack: #554444;
|
lightblack: #554444;
|
||||||
//
|
|
||||||
// Red
|
// Red
|
||||||
red: #cd5c5c;
|
red: #cd5c5c;
|
||||||
lightred: #cc5533;
|
lightred: #cc5533;
|
||||||
//
|
|
||||||
// Green
|
// Green
|
||||||
green: #86af80;
|
green: #86af80;
|
||||||
lightgreen: #88cc22;
|
lightgreen: #88cc22;
|
||||||
//
|
|
||||||
// Yellow
|
// Yellow
|
||||||
yellow: #e8ae5b;
|
yellow: #e8ae5b;
|
||||||
lightyellow: #ffa75d;
|
lightyellow: #ffa75d;
|
||||||
//
|
|
||||||
// Blue
|
// Blue
|
||||||
blue: #6495ed;
|
blue: #6495ed;
|
||||||
lightblue: #87ceeb;
|
lightblue: #87ceeb;
|
||||||
//
|
|
||||||
// Magenta
|
// Magenta
|
||||||
magenta: #deb887;
|
magenta: #deb887;
|
||||||
lightmagenta: #996600;
|
lightmagenta: #996600;
|
||||||
//
|
|
||||||
// Cyan
|
// Cyan
|
||||||
cyan: #b0c4de;
|
cyan: #b0c4de;
|
||||||
lightcyan: #b0c4de;
|
lightcyan: #b0c4de;
|
||||||
//
|
|
||||||
// White
|
// White
|
||||||
white: #bbaa99;
|
white: #bbaa99;
|
||||||
lightwhite: #ddccbb;
|
lightwhite: #ddccbb;
|
||||||
//
|
|
||||||
// Bold, Italic, Underline
|
// Bold, Italic, Underline
|
||||||
highlight: bold #ffffff;
|
highlight: bold #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -47,15 +49,12 @@
|
||||||
anchor: west;
|
anchor: west;
|
||||||
border: 0px 2px 0px 0px;
|
border: 0px 2px 0px 0px;
|
||||||
text-color: @lightwhite;
|
text-color: @lightwhite;
|
||||||
|
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
children: [mainbox, dummy];
|
children: [mainbox, dummy];
|
||||||
}
|
}
|
||||||
|
|
||||||
#dummy {
|
#dummy {
|
||||||
expand: true;
|
expand: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
border: 2px 0px 0px 0px;
|
border: 2px 0px 0px 0px;
|
||||||
background-color: @lightblack;
|
background-color: @lightblack;
|
||||||
|
@ -93,8 +92,6 @@
|
||||||
#element normal urgent {
|
#element normal urgent {
|
||||||
text-color: @lightred;
|
text-color: @lightred;
|
||||||
}
|
}
|
||||||
#element alternate normal {
|
|
||||||
}
|
|
||||||
#element alternate active {
|
#element alternate active {
|
||||||
text-color: @lightblue;
|
text-color: @lightblue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: Rasi
|
* User: Rasi
|
||||||
* Copyright: Rasmus Steinke
|
* Copyright: Rasmus Steinke
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 129, 147, 150, 100% );
|
selected-normal-foreground: rgba ( 129, 147, 150, 100% );
|
||||||
foreground: rgba ( 129, 147, 150, 100% );
|
foreground: rgba ( 129, 147, 150, 100% );
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 0, 54, 66, 100% );
|
selected-normal-background: rgba ( 0, 54, 66, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 0, 54, 66, 100% );
|
separatorcolor: rgba ( 0, 54, 66, 100% );
|
||||||
urgent-background: rgba ( 0, 43, 55, 100% );
|
urgent-background: rgba ( 0, 43, 55, 100% );
|
||||||
selected-urgent-background: rgba ( 0, 54, 66, 100% );
|
selected-urgent-background: rgba ( 0, 54, 66, 100% );
|
||||||
|
@ -36,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: Rasi
|
* User: Rasi
|
||||||
* Copyright: Rasmus Steinke
|
* Copyright: Rasmus Steinke
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
selected-normal-foreground: rgba ( 255, 255, 255, 100% );
|
||||||
foreground: rgba ( 129, 147, 150, 100% );
|
foreground: rgba ( 129, 147, 150, 100% );
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 0, 142, 212, 100% );
|
selected-normal-background: rgba ( 0, 142, 212, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 0, 54, 66, 100% );
|
separatorcolor: rgba ( 0, 54, 66, 100% );
|
||||||
urgent-background: rgba ( 0, 43, 55, 100% );
|
urgent-background: rgba ( 0, 43, 55, 100% );
|
||||||
selected-urgent-background: rgba ( 0, 142, 212, 100% );
|
selected-urgent-background: rgba ( 0, 142, 212, 100% );
|
||||||
|
@ -36,8 +37,8 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* A red variation of Arc-Dark theme by leofa, based on arc-theme-Red (https://github.com/mclmza/arc-theme-Red)
|
* A red variation of Arc-Dark theme by leofa, based on arc-theme-Red (https://github.com/mclmza/arc-theme-Red)
|
||||||
* User: wikwg9
|
* User: wikwg9
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: rgba ( 249, 249, 249, 100% );
|
selected-normal-foreground: rgba ( 249, 249, 249, 100% );
|
||||||
foreground: rgba ( 196, 203, 212, 100% );
|
foreground: rgba ( 196, 203, 212, 100% );
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
lightfg: rgba ( 88, 104, 117, 100% );
|
lightfg: rgba ( 88, 104, 117, 100% );
|
||||||
selected-normal-background: rgba ( 204, 87, 93, 100% );
|
selected-normal-background: rgba ( 204, 87, 93, 100% );
|
||||||
border-color: rgba ( 137, 131, 124, 100% );
|
border-color: rgba ( 137, 131, 124, 100% );
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 29, 31, 33, 100% );
|
separatorcolor: rgba ( 29, 31, 33, 100% );
|
||||||
urgent-background: rgba ( 29, 31, 33, 17% );
|
urgent-background: rgba ( 29, 31, 33, 17% );
|
||||||
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
selected-urgent-background: rgba ( 165, 66, 66, 100% );
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
padding: 5;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -20,22 +20,19 @@
|
||||||
urgent: #D75F00;
|
urgent: #D75F00;
|
||||||
active: #005F87;
|
active: #005F87;
|
||||||
transparent: #000000aa;
|
transparent: #000000aa;
|
||||||
spacing: 0em;
|
spacing: 0;
|
||||||
font: "Iosevka Term Regular 14";
|
font: "Iosevka Term Regular 14";
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
line-style: "none";
|
line-style: "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt-box {
|
prompt-box {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: @white;
|
text-color: @white;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: @transparent;
|
background-color: @transparent;
|
||||||
|
@ -49,7 +46,6 @@ mainbox {
|
||||||
border: 2px;
|
border: 2px;
|
||||||
spacing: 0%;
|
spacing: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
// Looks.
|
// Looks.
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -124,7 +120,6 @@ inputbar {
|
||||||
color: @black;
|
color: @black;
|
||||||
end: false;
|
end: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
separator {
|
separator {
|
||||||
background-color: @blue;
|
background-color: @blue;
|
||||||
color: #00000000;
|
color: #00000000;
|
||||||
|
@ -144,7 +139,6 @@ case-indicator normal.normal {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
margin: 30px 30px 30px 30px;
|
margin: 30px 30px 30px 30px;
|
||||||
padding: 20px 30px 20px 20px;
|
padding: 20px 30px 20px 20px;
|
||||||
|
@ -152,9 +146,7 @@ message {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 5px 5px 5px 5px;
|
border: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt-colon {
|
prompt-colon {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
enabled: false;
|
enabled: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
maincolor: #ed8712;
|
maincolor: #ed8712;
|
||||||
highlight: bold #ed8712;
|
highlight: bold #ed8712;
|
||||||
urgentcolor: #e53714;
|
urgentcolor: #e53714;
|
||||||
|
|
||||||
fgwhite: #cfcfcf;
|
fgwhite: #cfcfcf;
|
||||||
blackdarkest: #1d1d1d;
|
blackdarkest: #1d1d1d;
|
||||||
blackwidget: #262626;
|
blackwidget: #262626;
|
||||||
|
@ -20,30 +19,25 @@
|
||||||
font: "DejaVu Sans Mono Regular 14";
|
font: "DejaVu Sans Mono Regular 14";
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
anchor: north;
|
anchor: north;
|
||||||
location: north;
|
location: north;
|
||||||
y-offset: 20%;
|
y-offset: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
spacing:0px;
|
spacing: 0;
|
||||||
children: [inputbar, message, sidebar, listview];
|
children: [inputbar, message, sidebar, listview];
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox {
|
textbox {
|
||||||
text-color: @darkgray;
|
text-color: @darkgray;
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
fixed-height: false;
|
fixed-height: false;
|
||||||
dynamic: true;
|
dynamic: true;
|
||||||
|
@ -53,93 +47,75 @@ listview {
|
||||||
margin: 0px 0px 1px 0px;
|
margin: 0px 0px 1px 0px;
|
||||||
background: @blackdarkest;
|
background: @blackdarkest;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
padding: 2px 15px;
|
padding: 2px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @fgwhite;
|
text-color: @fgwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.urgent {
|
element normal.urgent {
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.active {
|
element normal.active {
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: @blackselect;
|
background-color: @blackselect;
|
||||||
text-color: @fgwhite;
|
text-color: @fgwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
background-color: @urgentcolor;
|
background-color: @urgentcolor;
|
||||||
text-color: @blackdarkest;
|
text-color: @blackdarkest;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.active {
|
element selected.active {
|
||||||
background-color: @maincolor;
|
background-color: @maincolor;
|
||||||
text-color: @blackdarkest;
|
text-color: @blackdarkest;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.normal {
|
element alternate.normal {
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @fgwhite;
|
text-color: @fgwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.urgent {
|
element alternate.urgent {
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @urgentcolor;
|
text-color: @urgentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.active {
|
element alternate.active {
|
||||||
background-color: @blackentry;
|
background-color: @blackentry;
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
handle-color: @darkgray;
|
handle-color: @darkgray;
|
||||||
handle-width: 15px;
|
handle-width: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar {
|
sidebar {
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
text-color: @darkgray;
|
text-color: @darkgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
button selected {
|
button selected {
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
spacing: 0px;
|
spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
padding:6px 9px;
|
padding:6px 9px;
|
||||||
background-color: @maincolor;
|
background-color: @maincolor;
|
||||||
text-color: @blackwidget;
|
text-color: @blackwidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
padding:6px 10px;
|
padding:6px 10px;
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
text-color: @fgwhite;
|
text-color: @fgwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
case-indicator {
|
case-indicator {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-color: @maincolor;
|
text-color: @maincolor;
|
||||||
|
|
|
@ -24,74 +24,56 @@
|
||||||
base0D: #82AAFF;
|
base0D: #82AAFF;
|
||||||
base0E: #C792EA;
|
base0E: #C792EA;
|
||||||
base0F: #FF5370;
|
base0F: #FF5370;
|
||||||
|
|
||||||
/*base0D: #00BCD4;*/
|
|
||||||
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
font: "Roboto Mono 13";
|
font: "Roboto Mono 13";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
/*fullscreen: true;*/
|
|
||||||
background-color: #263238CC; /*base00 + CC (80% opacity)*/
|
background-color: #263238CC; /*base00 + CC (80% opacity)*/
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
children: [inputbar, message, sidebar, listview];
|
children: [inputbar, message, sidebar, listview];
|
||||||
spacing: 30px;
|
spacing: 30px;
|
||||||
/*margin: 20%;*/
|
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
border: 1px;
|
border: 1px;
|
||||||
border-color: @base0D;
|
border-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
text-color: @base0D;
|
text-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
margin: 0 1ch 0 0;
|
margin: 0 1ch 0 0;
|
||||||
text-color: @base0D;
|
text-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
text-color: @base07;
|
text-color: @base07;
|
||||||
}
|
}
|
||||||
|
|
||||||
case-indicator {
|
case-indicator {
|
||||||
text-color: @base0F;
|
text-color: @base0F;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar, message {
|
sidebar, message {
|
||||||
border: 1px 0;
|
border: 1px 0;
|
||||||
border-color: @base0D;
|
border-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, textbox {
|
button, textbox {
|
||||||
background-color: @base03;
|
background-color: @base03;
|
||||||
text-color: @base07;
|
text-color: @base07;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button selected {
|
button selected {
|
||||||
background-color: @base0D;
|
background-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
scrollbar: true;
|
scrollbar: true;
|
||||||
margin: 0 10px 0 30px;
|
margin: 0 10px 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
background-color: @base03;
|
background-color: @base03;
|
||||||
handle-color: @base0D;
|
handle-color: @base0D;
|
||||||
|
@ -100,32 +82,22 @@ scrollbar {
|
||||||
border-color: @base0D;
|
border-color: @base0D;
|
||||||
margin: 0 0 0 20px;
|
margin: 0 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
highlight: bold underline;
|
highlight: bold underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal {
|
element normal {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
background-color: @base0D;
|
background-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate {
|
|
||||||
/*background-color: @base03;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
element normal normal, element selected normal, element alternate normal {
|
element normal normal, element selected normal, element alternate normal {
|
||||||
text-color: @base07;
|
text-color: @base07;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal urgent, element selected urgent, element alternate urgent {
|
element normal urgent, element selected urgent, element alternate urgent {
|
||||||
text-color: @base0F;
|
text-color: @base0F;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal active, element selected active, element alternate active {
|
element normal active, element selected active, element alternate active {
|
||||||
text-color: @base0B;
|
text-color: @base0B;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
black: #000000;
|
black: #000000;
|
||||||
red: #eb6e67;
|
red: #eb6e67;
|
||||||
|
@ -22,69 +21,55 @@
|
||||||
text-alt: #b2b2b2;
|
text-alt: #b2b2b2;
|
||||||
fg: #abb2bf;
|
fg: #abb2bf;
|
||||||
bg: #282c34;
|
bg: #282c34;
|
||||||
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
font: "Knack Nerd Font 14";
|
font: "Knack Nerd Font 14";
|
||||||
text-color: @text;
|
text-color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
fullscreen: true;
|
fullscreen: true;
|
||||||
background-color: #282c34dd;
|
background-color: #282c34dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
padding: 30% 30%;
|
padding: 30% 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
margin: 0px 0px 20px 0px;
|
margin: 0px 0px 20px 0px;
|
||||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
text-color: @blue;
|
text-color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
text-color: @text-alt;
|
text-color: @text-alt;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
dynamic: true;
|
dynamic: true;
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-color: @text-alt;
|
text-color: @text-alt;
|
||||||
highlight: bold #95ee8f; /* green */
|
highlight: bold #95ee8f; /* green */
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
background-color: @emphasis;
|
background-color: @emphasis;
|
||||||
text-color: @text;
|
text-color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
element urgent, element selected urgent {
|
element urgent, element selected urgent {
|
||||||
text-color: @red;
|
text-color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
element active, element selected active {
|
element active, element selected active {
|
||||||
text-color: @purple;
|
text-color: @purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -92,7 +77,6 @@ message {
|
||||||
border: 1px;
|
border: 1px;
|
||||||
border-color: @cyan;
|
border-color: @cyan;
|
||||||
}
|
}
|
||||||
|
|
||||||
button selected {
|
button selected {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* User: dikiaap
|
* User: dikiaap
|
||||||
* Copyright: Diki Ananta
|
* Copyright: Diki Ananta
|
||||||
**/
|
**/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
selected-normal-foreground: @lightfg;
|
selected-normal-foreground: @lightfg;
|
||||||
foreground: rgba ( 196, 202, 212, 100% );
|
foreground: rgba ( 196, 202, 212, 100% );
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
lightfg: rgba ( 249, 249, 249, 100% );
|
lightfg: rgba ( 249, 249, 249, 100% );
|
||||||
selected-normal-background: rgba ( 90, 90, 90, 100% );
|
selected-normal-background: rgba ( 90, 90, 90, 100% );
|
||||||
border-color: @foreground;
|
border-color: @foreground;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
separatorcolor: rgba ( 183, 183, 183, 100% );
|
separatorcolor: rgba ( 183, 183, 183, 100% );
|
||||||
urgent-background: @red;
|
urgent-background: @red;
|
||||||
selected-urgent-background: rgba ( 214, 78, 78, 100% );
|
selected-urgent-background: rgba ( 214, 78, 78, 100% );
|
||||||
|
|
|
@ -10,7 +10,6 @@ configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
text-color: #d3d7cf;
|
text-color: #d3d7cf;
|
||||||
|
@ -34,14 +33,13 @@ configuration {
|
||||||
selected-active-background: @actbg;
|
selected-active-background: @actbg;
|
||||||
active-background: @selbg;
|
active-background: @selbg;
|
||||||
|
|
||||||
line-margin: 2;
|
line-margin: 2px;
|
||||||
line-padding: 2;
|
line-padding: 2px;
|
||||||
separator-style: "none";
|
separator-style: "none";
|
||||||
hide-scrollbar: "true";
|
hide-scrollbar: "true";
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
location: west;
|
location: west;
|
||||||
anchor: west;
|
anchor: west;
|
||||||
|
@ -50,81 +48,69 @@ window {
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
children: [mainbox];
|
children: [mainbox];
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
spacing: 0.8em;
|
spacing: 0.8em;
|
||||||
children: [ entry,listview,sidebar ];
|
children: [ entry,listview,sidebar ];
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
button { padding: 5px 2px; }
|
padding: 5px 2px;
|
||||||
|
}
|
||||||
button selected {
|
button selected {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @background-color;
|
text-color: @background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
spacing: 0.5em;
|
spacing: 0.5em;
|
||||||
dynamic: false;
|
dynamic: false;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
}
|
}
|
||||||
|
element {
|
||||||
element { padding: 10px; }
|
padding: 10px;
|
||||||
|
}
|
||||||
entry {
|
entry {
|
||||||
expand: false;
|
expand: false;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
vertical-align: 1;
|
vertical-align: 1;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
background-color: @normal-background;
|
background-color: @normal-background;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.urgent {
|
element normal.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.active {
|
element normal.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @active-foreground;
|
text-color: @active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: @selected-normal-background;
|
background-color: @selected-normal-background;
|
||||||
text-color: @selected-normal-foreground;
|
text-color: @selected-normal-foreground;
|
||||||
border: 0 5px solid 0 0;
|
border: 0 5px solid 0 0;
|
||||||
border-color: @active-background;
|
border-color: @active-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
background-color: @selected-urgent-background;
|
background-color: @selected-urgent-background;
|
||||||
text-color: @selected-urgent-foreground;
|
text-color: @selected-urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.active {
|
element selected.active {
|
||||||
background-color: @selected-active-background;
|
background-color: @selected-active-background;
|
||||||
text-color: @selected-active-foreground;
|
text-color: @selected-active-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.normal {
|
element alternate.normal {
|
||||||
background-color: @normal-background;
|
background-color: @normal-background;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.urgent {
|
element alternate.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate.active {
|
element alternate.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @active-foreground;
|
text-color: @active-foreground;
|
||||||
|
|
|
@ -56,13 +56,13 @@
|
||||||
|
|
||||||
/* Main element styles */
|
/* Main element styles */
|
||||||
border-color: @blue;
|
border-color: @blue;
|
||||||
spacing: 2;
|
spacing: 2px;
|
||||||
background-color: @transparent-background;
|
background-color: @transparent-background;
|
||||||
}
|
}
|
||||||
window {
|
window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1px;
|
||||||
padding: 20;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
mainbox {
|
mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue