Skip to content

ysjn/vimium-simply-dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimium-simply-dark

Dark theme for vimium chrome extension.

Screenshots

f Open links

o Vomnibar

/ Find

Installation

Copy and paste the vimium-simply-dark.css in Vimium settings.

Customization

You can customize the colors to your liking by changing the variables specified under /** Customizable Palette */.

Changing the accent color

/** Customizable Palette */
--accent: yellow;
--text: #fff;
--background: #444;

Making it darker

/** Customizable Palette */
--accent: hotpink;
--text: #fff;
--background: #111;

Transparency

/** Customizable Palette */
--accent: hotpink;
--text: #fff;
--background: rgb(30 30 30 / 90%);

Fancy

/** Customizable Palette */
--accent: mediumorchid;
--text: blue;
--background: pink;

About

Dark theme for vimium chrome extension.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages