feat: shiny button tops everywhere

This commit is contained in:
2025-09-22 19:51:22 +03:00
parent 76abd354fa
commit 9f7b47f8ea

View File

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