Skip to content

tcp/vim-jimbothemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-jimbothemes

Self developed morden vim themes (mainly for neovim)

I created these themes myself via wandering around the beautiful wallpapers in wallpaperbetter.com

I don't know the original authors of these wallpapers but the inspiration credits go to them.

Theme nordic-aurora was inspired from ImageGoNord. Color palette was strictly followed the guideline there. Credits go to them. I have not yet found a suitable wallpaper for this theme.

Installation

Plug 'i3d/vim-jimbothemes' " or any other package manager
"...
set background=dark   " all jimbothemes are dark background themes
set termguicolors     " enable true colors support. !Required!
colorscheme xxxx      " pick the color theme you like

Screenshots

vim breakingbad

breakingbad

set background=dark
set termguicolors
colorscheme breakingbad 

vim cody

cody

set background=dark
set termguicolors
colorscheme cody

vim cold

cold

set background=dark
set termguicolors
colorscheme cold

vim matrix

matrix

set background=dark
set termguicolors
colorscheme matrix

vim neonhive

neonhive

set background=dark
set termguicolors
colorscheme neonhive

vim nordic-aurora (TODO🆘: Need a wallpaper)

nordic-aurora

set background=dark
set termguicolors
colorscheme nordic-aurora

vim superman

superman

set background=dark
set termguicolors
colorscheme superman

vim topology

topology

set background=dark
set termguicolors
colorscheme topology

About

Self developed morden vim themes (mainly for neovim)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%