From a03078a31d0b770ef37f066682a959928c73e507 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Mon, 22 Sep 2025 19:51:22 +0300 Subject: [PATCH] feat: shiny button tops everywhere --- rofi-wayland/launchers/type-6/style-7.rasi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rofi-wayland/launchers/type-6/style-7.rasi b/rofi-wayland/launchers/type-6/style-7.rasi index 8c1376b..5613f1a 100644 --- a/rofi-wayland/launchers/type-6/style-7.rasi +++ b/rofi-wayland/launchers/type-6/style-7.rasi @@ -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;