diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index f6e66fb..fbf8417 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -5,6 +5,7 @@ font-size: 14pt; color: #d6abab; /* Updated text color */ background-color: #1a1a1a; + border-radius: 15px; } /* Window styling */ @@ -18,7 +19,8 @@ window { .rubberband { background-color: rgba(80, 24, 221, 0.2); /* translucent purple */ - border: 1px solid rgba(80, 24, 221, 0.8); + border: none; + border-radius: 5px; } @@ -29,8 +31,9 @@ iconview:selected, treeview:selected, list:selected, row:selected { - background-color: rgba(80, 24, 221, 0.25); /* subtle translucent purple */ - color: #d6abab; /* readable text */ + color: #E40046; /* readable text */ + border-width: 5px; + border-color: #E40046; } /* Also handle focus highlight for keyboard navigation */ @@ -38,7 +41,7 @@ row:selected { .view:selected:focus, row:selected:focus { background-color: rgba(80, 24, 221, 0.35); - color: #ffffff; + color: #5018DD; } /* Smooth out / disable the dark flash when reaching scroll limits */