2017-09-09 08:50:23 -04:00
|
|
|
|
|
|
|
configuration {
|
|
|
|
|
|
|
|
// The display name of this browser
|
2017-09-11 03:19:03 -04:00
|
|
|
display-ssh: " ";
|
2017-09-09 08:50:23 -04:00
|
|
|
// The display name of this browser
|
|
|
|
display-run: "";
|
|
|
|
// The display name of this browser
|
|
|
|
display-drun: "";
|
|
|
|
// The display name of this browser
|
|
|
|
display-window: "";
|
2017-09-11 03:19:03 -04:00
|
|
|
display-combi: "";
|
2017-09-09 08:50:23 -04:00
|
|
|
show-icons: true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-01-19 03:26:16 -05:00
|
|
|
/**
|
|
|
|
* User: Qball
|
|
|
|
* Copyright: Dave Davenport
|
|
|
|
*/
|
|
|
|
* {
|
|
|
|
foreground: #ffeedd;
|
2017-09-09 08:50:23 -04:00
|
|
|
backlight: #ccffeedd;
|
2017-09-18 11:53:35 -04:00
|
|
|
background-color: transparent;
|
2017-01-19 03:26:16 -05:00
|
|
|
dark: #1c1c1c;
|
|
|
|
// Black
|
|
|
|
black: #3d352a;
|
|
|
|
lightblack: #554444;
|
2017-09-09 08:50:23 -04:00
|
|
|
tlightblack: #554444cc;
|
2017-01-19 03:26:16 -05:00
|
|
|
//
|
|
|
|
// 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;
|
2017-09-09 08:50:23 -04:00
|
|
|
tcyan: #ccb0c4de;
|
2017-01-19 03:26:16 -05:00
|
|
|
lightcyan: #b0c4de;
|
|
|
|
//
|
|
|
|
// White
|
|
|
|
white: #bbaa99;
|
|
|
|
lightwhite: #ddccbb;
|
|
|
|
//
|
|
|
|
// Bold, Italic, Underline
|
2017-09-09 08:50:23 -04:00
|
|
|
highlight: underline bold #ffffff;
|
|
|
|
|
|
|
|
transparent: rgba(0,0,0,0);
|
|
|
|
font: "Sauce Code Powerline Medium 10";
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
|
|
|
#window {
|
|
|
|
location: center;
|
2017-01-21 06:13:01 -05:00
|
|
|
anchor: center;
|
2017-09-09 08:50:23 -04:00
|
|
|
transparency: "screenshot";
|
2017-01-19 03:26:16 -05:00
|
|
|
padding: 10px;
|
2017-09-09 08:50:23 -04:00
|
|
|
border: 0px;
|
|
|
|
border-radius: 10px;
|
|
|
|
color: @magenta;
|
|
|
|
background-color: @transparent;
|
|
|
|
spacing: 0;
|
|
|
|
children: [vertb, mainbox];
|
|
|
|
orientation: horizontal;
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
|
|
|
|
2017-09-09 08:50:23 -04:00
|
|
|
#mainbox {
|
|
|
|
spacing: 0;
|
2017-09-18 11:37:48 -04:00
|
|
|
children: [ inputbar, message, listview ];
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
|
|
|
|
#message {
|
|
|
|
border-color: @foreground;
|
|
|
|
border: 0px 2px 2px 2px;
|
|
|
|
// border-radius: 10px;
|
|
|
|
padding: 5;
|
|
|
|
background-color: @tcyan;
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#message {
|
|
|
|
font: "Sauce Code Powerline ExtraLight 8";
|
|
|
|
color: @black;
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
|
|
|
|
2017-09-09 08:50:23 -04:00
|
|
|
#inputbar {
|
|
|
|
color: @lightgreen;
|
2017-09-09 09:10:41 -04:00
|
|
|
padding: 11px;
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @tlightblack;
|
|
|
|
border: 2px 2px 2px 2px;
|
|
|
|
border-radius: 15px 15px 0px 0px;
|
|
|
|
border-color: @foreground;
|
|
|
|
font: "Sauce Code Pro 18";
|
|
|
|
}
|
2017-09-09 09:10:41 -04:00
|
|
|
#entry,prompt,case-indicator {
|
2017-09-18 11:53:35 -04:00
|
|
|
text-font: inherit;
|
2017-09-09 09:10:41 -04:00
|
|
|
text-color:inherit;
|
2017-09-09 08:50:23 -04:00
|
|
|
}
|
|
|
|
#listview {
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 0px 0px 15px 15px;
|
|
|
|
border-color: @foreground;
|
|
|
|
border: 0px 2px 2px 2px;
|
|
|
|
background-color: #1c1c1ccc;
|
2017-01-19 03:26:16 -05:00
|
|
|
dynamic: false;
|
2017-09-09 08:50:23 -04:00
|
|
|
lines: 10;
|
|
|
|
}
|
|
|
|
#element {
|
2017-09-18 11:53:35 -04:00
|
|
|
padding: 3px;
|
2017-09-09 08:50:23 -04:00
|
|
|
vertical-align: 0.5;
|
|
|
|
// border: 2px;
|
|
|
|
border-radius: 4px;
|
2017-09-18 11:53:35 -04:00
|
|
|
background-color: transparent;
|
2017-09-09 08:50:23 -04:00
|
|
|
color: @foreground;
|
|
|
|
font:inherit;
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element selected.normal {
|
|
|
|
background-color: @blue;
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element normal active {
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @lightblue;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element normal urgent {
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @lightred;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element alternate normal {
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element alternate active {
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @lightblue;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element alternate urgent {
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @lightred;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element selected active {
|
|
|
|
background-color: @lightblue;
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @dark;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element selected urgent {
|
|
|
|
background-color: @lightred;
|
2017-01-19 03:26:16 -05:00
|
|
|
foreground: @dark;
|
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#element normal normal {
|
|
|
|
|
|
|
|
}
|
2017-01-19 03:26:16 -05:00
|
|
|
|
2017-09-09 08:50:23 -04:00
|
|
|
#vertb {
|
|
|
|
expand: false;
|
|
|
|
children: [ dummy0, sidebar, dummy1 ];
|
2017-01-19 03:26:16 -05:00
|
|
|
}
|
2017-09-09 08:50:23 -04:00
|
|
|
#dummy0, dummy1 {
|
|
|
|
expand: true;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
expand: false;
|
|
|
|
orientation: vertical;
|
|
|
|
spacing: 0px;
|
|
|
|
border: 0px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
#button {
|
|
|
|
font: "FontAwesome 22";
|
|
|
|
padding: 6px;
|
|
|
|
border: 2px 0px 2px 2px;
|
|
|
|
border-radius: 4px 0px 0px 4px;
|
|
|
|
background-color: @tlightblack;
|
|
|
|
border-color: @foreground;
|
|
|
|
color: @foreground;
|
2017-09-11 03:19:03 -04:00
|
|
|
horizontal-align: 0.5;
|
2017-09-09 08:50:23 -04:00
|
|
|
}
|
|
|
|
#button selected normal {
|
|
|
|
color: @dark;
|
|
|
|
border: 2px 0px 2px 2px;
|
|
|
|
background-color: @backlight;
|
|
|
|
border-color: @foreground;
|
|
|
|
}
|
|
|
|
|