vimium icon indicating copy to clipboard operation
vimium copied to clipboard

unreadable input selection in default dark mode vomnibar

Open seki-mei opened this issue 5 months ago • 1 comments

Describe the bug

The default dark mode vomnibar text selection colour makes the text unreadable.

To Reproduce

  1. remove any custom css
  2. open vomnibar and type some text
  3. select the text

gif

Browser and Vimium version Vimium 2.3 Firefox 140.0.2 Linux

** workaround **

can be easily fixed by the user by pasting the following css snippet in the CSS box in the settings page :

#vomnibar input::selection {
  background-color: #ffffff  !important;
  color: #000000  !important;
}

seki-mei avatar Jul 05 '25 20:07 seki-mei

Nice find!

philc avatar Jul 05 '25 21:07 philc