Replies: 1 comment
-
In the Vimium options you can change the "CSS for Vimium UI". I just fiddled around with the HUD CSS a little bit and it's definitely finicky... In Firefox it's really not great inspecting what's going on in an Setting a rule with selector The only way I could get some stuff working was by styling the inner .vimiumHUD {
border: 5px solid red !important;
} I also think there's no CSS class or other information that would be identifiable by a CSS selector that let's you distinguish whether you're currently in Insert Mode, Visual Mode, Caret Mode, Link Hint Mode or Find Mode... So with my minimal example the red border will apply to the mode indicator regardless of the mode. Since the mode indicator HUD runs in an But maybe you're a CSS magician and come up with a cool solution regardless. I would be curious to learn about it. Hope this information helps as a start. |
Beta Was this translation helpful? Give feedback.
-
how can i best make the insert mode easier to spot. I'd like a border around the whole screen, but if that is not possible, can we change the size and color of the insert mode bar at the bottom of the screen?
I prefer a solution that does not require other extensions to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions