diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index b813b3a..aaa63d8 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -41,6 +41,21 @@ row:selected:focus { color: #ffffff; } +/* Smooth out / disable the dark flash when reaching scroll limits */ +overshoot.top, +overshoot.bottom, +overshoot.left, +overshoot.right { + background: none; /* removes the opaque overlay */ + background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */ + border: none; +} + +/* Optional: make it fade faster for less distraction */ +overshoot { + transition: background-color 0.15s ease-in-out; +} + /* Buttons and entries */ button, entry, .button {