From 219aeab974a6d95f923d19df3679572df87abb22 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 8 May 2025 15:23:45 +0200 Subject: [PATCH] now all the nwg menus actually look good --- desktopenvs/hyprland/nwg-drawer/drawer.css | 14 ++++++++------ desktopenvs/hyprland/nwg-panel/menu-start.css | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/desktopenvs/hyprland/nwg-drawer/drawer.css b/desktopenvs/hyprland/nwg-drawer/drawer.css index 710c804..203094e 100644 --- a/desktopenvs/hyprland/nwg-drawer/drawer.css +++ b/desktopenvs/hyprland/nwg-drawer/drawer.css @@ -19,28 +19,30 @@ window { } #active { + background-color: #5018dd; + color: #f50505; } button, image { background: none; border-style: none; box-shadow: none; - color: #999 + color: #d6abab; } button { padding: 4px; margin-left: 4px; margin-right: 4px; - color: #eee; - font-size: 12px + color: #d6abab; + font-size: 12px; } button:hover { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 2px; + background-color: #5018dd; } button:focus { - box-shadow: none + background-color: #E40046; + color: #5018dd; } diff --git a/desktopenvs/hyprland/nwg-panel/menu-start.css b/desktopenvs/hyprland/nwg-panel/menu-start.css index 0c671ee..857a8bf 100644 --- a/desktopenvs/hyprland/nwg-panel/menu-start.css +++ b/desktopenvs/hyprland/nwg-panel/menu-start.css @@ -25,7 +25,7 @@ entry { background-color: #1a1a1a; padding: 2px 2px; border-radius: 15px; - color: #b0b4bc; + color: #5018dd; } button, image {