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