Dark theme for vimium chrome extension.
Copy and paste the vimium-simply-dark.css in Vimium settings.
You can customize the colors to your liking by changing the variables specified under /** Customizable Palette */
.
/** Customizable Palette */
--accent: yellow;
--text: #fff;
--background: #444;
/** Customizable Palette */
--accent: hotpink;
--text: #fff;
--background: #111;
/** Customizable Palette */
--accent: hotpink;
--text: #fff;
--background: rgb(30 30 30 / 90%);
/** Customizable Palette */
--accent: mediumorchid;
--text: blue;
--background: pink;