Skip to content

Self developed morden vim themes (mainly for neovim)

License

Notifications You must be signed in to change notification settings

i3d/vim-jimbothemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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.

All theme wallpapers are under the wallpapers subdir. The nordic-aurora wallpaper credit goes to here

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

Update

:PlugUpdate vim-jimbothemes

!NOTE: Themes are still actively developing and improving, so update often.

Screenshots

ironman_dark

ironman_dark

set background=dark
set termguicolors
colorscheme ironman_dark

batman

The batman theme is designed with the color palette from the wallper and also the batman iterm color scheme.

batman

set background=dark
set termguicolors
colorscheme batman

breakingbad

breakingbad

set background=dark
set termguicolors
colorscheme breakingbad

vim cody

cody

set background=dark
set termguicolors
colorscheme cody

cold

cold

set background=dark
set termguicolors
colorscheme cold

matrix (this theme is what I am currently using and it is highly tweaked)

matrix

set background=dark
set termguicolors
colorscheme matrix
let g:airline_theme = 'biogoo'

If you use (Airline)[https://github.com/vim-airline/vim-airline], then Airline theme 'biogoo' is highly recommended to pair with this theme. They are almost in perfect match.

dark matrix (NEW DarkMatrix I am developing, targeting low light)

darkmatrix

set background=dark
set termguicolors
colorscheme darkmatrix
let g:airline_theme = 'biogoo'

If you use (Airline)[https://github.com/vim-airline/vim-airline], then Airline theme 'biogoo' is highly recommended to pair with this theme. They are almost in perfect match.

neonhive

neonhive

set background=dark
set termguicolors
colorscheme neonhive

nordic-aurora

nordic-aurora

set background=dark
set termguicolors
colorscheme nordic-aurora

superman

superman

set background=dark
set termguicolors
colorscheme superman

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