therm 215235
This commit is contained in:
parent
55adce51c0
commit
4d9892f10d
@ -3,21 +3,20 @@
|
|||||||
background: #0f111a;
|
background: #0f111a;
|
||||||
background-alt: #1a1c25;
|
background-alt: #1a1c25;
|
||||||
foreground: #cbccc6;
|
foreground: #cbccc6;
|
||||||
selected: #ffcc66;
|
selected-background: #ffcc66;
|
||||||
selected-foreground: #0f111a;
|
selected-foreground: #0f111a;
|
||||||
border: 1px;
|
|
||||||
border-color: #5ccfe6;
|
border-color: #5ccfe6;
|
||||||
padding: 5;
|
|
||||||
spacing: 2;
|
spacing: 2;
|
||||||
|
padding: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
location: north;
|
location: north;
|
||||||
anchor: north;
|
anchor: north;
|
||||||
y-offset: 0;
|
y-offset: 0;
|
||||||
width: 35%;
|
width: 32%;
|
||||||
border: 1px;
|
border: 2px;
|
||||||
padding: 5;
|
padding: 4;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,13 +28,13 @@ mainbox {
|
|||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
children: [ prompt, entry ];
|
children: [ prompt, entry ];
|
||||||
background-color: #1f2430;
|
background-color: @background-alt;
|
||||||
padding: 3;
|
padding: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
text-color: #5ccfe6;
|
text-color: #5ccfe6;
|
||||||
padding: 0 5 0 0;
|
padding: 0 6 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
@ -44,24 +43,25 @@ entry {
|
|||||||
|
|
||||||
listview {
|
listview {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
lines: 10;
|
lines: 9;
|
||||||
|
background-color: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
|
||||||
spacing: 3;
|
spacing: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
padding: 1 4;
|
|
||||||
border: 1px;
|
|
||||||
border-color: #3e4452;
|
|
||||||
background-color: @background-alt;
|
background-color: @background-alt;
|
||||||
|
text-color: @foreground;
|
||||||
|
border: 1px solid #3e4452;
|
||||||
|
padding: 2 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
background-color: @selected;
|
background-color: @selected-background;
|
||||||
text-color: @selected-foreground;
|
text-color: @selected-foreground;
|
||||||
|
border: 1px solid @border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
text-color: @foreground;
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user