From 7526b9ae29a69a9389f2070a846ebc9b8d2f3840 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 25 Feb 2025 14:17:12 +0100 Subject: [PATCH] fixed up cyberqueer gtk --- gtk-themes/cyberqueer/gtk-3.0/gtk.css | 28 ++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index 4acef4a..a0bcb23 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -3,7 +3,7 @@ font-family: Agave Nerd Font Mono, Arial, sans-serif; border-radius: 15px; font-size: 18pt; - color: #d6abab; + color: #E40046; background-color: #1a1a1a; @@ -52,7 +52,29 @@ border-radius: 30px; } + + notebook { + border: solid; + background-color: #1a1a1a; + border-width: 4px; + color: #5018dd; + border-radius: 30px; + + } - #inner-box { + button:active { + background-color: #E40046; + color: #5018dd; + } - } + checkbutton:checked { + color: #E40046; + background-color: #5018dd; + } + *:focus { + background-color: #1a1a1a; + color: #d6abab; + } + *:disabled { + background-color: #1a1a1a; + }