|
|
@ -11,6 +11,7 @@
|
|
|
|
configuration {
|
|
|
|
configuration {
|
|
|
|
modi: "calc";
|
|
|
|
modi: "calc";
|
|
|
|
show-icons: false;
|
|
|
|
show-icons: false;
|
|
|
|
|
|
|
|
display-calc: "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****----- Global Properties -----*****/
|
|
|
|
/*****----- Global Properties -----*****/
|
|
|
@ -72,7 +73,7 @@ prompt {
|
|
|
|
textbox-prompt-colon {
|
|
|
|
textbox-prompt-colon {
|
|
|
|
enabled: true;
|
|
|
|
enabled: true;
|
|
|
|
expand: false;
|
|
|
|
expand: false;
|
|
|
|
str: "";
|
|
|
|
str: "::";
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
text-color: inherit;
|
|
|
|
text-color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -161,6 +162,14 @@ error-message {
|
|
|
|
background-color: black / 10%;
|
|
|
|
background-color: black / 10%;
|
|
|
|
text-color: @foreground;
|
|
|
|
text-color: @foreground;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message {
|
|
|
|
|
|
|
|
border: 2px solid;
|
|
|
|
|
|
|
|
border-color: @selected;
|
|
|
|
|
|
|
|
text-color: @foreground;
|
|
|
|
|
|
|
|
vertical-align: 0.5;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textbox {
|
|
|
|
textbox {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
text-color: @foreground;
|
|
|
|
text-color: @foreground;
|
|
|
|