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; + }