feat: shiny button tops everywhere
This commit is contained in:
@@ -23,7 +23,7 @@ configuration {
|
||||
/*****----- Global Properties -----*****/
|
||||
* {
|
||||
font: "JetBrains Mono Nerd Font 10";
|
||||
background: #1c1c1cdd;
|
||||
background: #1c1c1cd0;
|
||||
background-alt: #303030ff;
|
||||
button-shape-top: #505050ff;
|
||||
button-shape-bottom: #303030ff;
|
||||
@@ -32,6 +32,7 @@ configuration {
|
||||
border: #48535Ccf;
|
||||
foreground: #FFe8EE;
|
||||
selected: #9E2238dd;
|
||||
selected-shine: #CE5268dd;
|
||||
active: #9E2238;
|
||||
urgent: #D14781;
|
||||
}
|
||||
@@ -139,6 +140,8 @@ button selected {
|
||||
background-color: @selected;
|
||||
text-color: @foreground;
|
||||
border: 0;
|
||||
border-color: @selected-shine;
|
||||
border: 1px 0 0 0;
|
||||
}
|
||||
|
||||
/*****----- Listview -----*****/
|
||||
@@ -185,6 +188,8 @@ element normal.active {
|
||||
element selected.normal {
|
||||
background-color: @selected;
|
||||
text-color: @foreground;
|
||||
border-color: @selected-shine;
|
||||
border: 1px 0 0 0;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
@@ -219,6 +224,8 @@ textbox {
|
||||
text-color: @foreground;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
border-color: @button-shape-top;
|
||||
border: 1px 0 0 0;
|
||||
}
|
||||
error-message {
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user