Skip to content

A series of 8-based colorschemes for vim/neovim text editor

License

Notifications You must be signed in to change notification settings

sampixel/mood-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Colors

This is a series of colorschemes for vim/neovim text editor.

All of those colorschemes support lightline.vim and airline.vim

If you want to see my personal configuration of neovim visit my github-repo

Disclaimer

These colorschemes no longer support cterm colors.

Palette

Darkenvim

color-palette

Wintenvim

color-palette

Colorfull

color-palette

Luascheme

color-palette

Violetelo

color-palette

Statusline

Darkenvim

statusline

Wintenvim

statusline

Colorfull

statusline

Luascheme

statusline

Violetelo

statusline

Colorscheme

Darkenvim

colorscheme

Wintenvim

colorscheme

Colorfull

colorscheme

Luascheme

colorscheme

Violetelo

colorscheme

Installation

Plug this theme with your package manager inside your plugins.vim.

Vundle

Plugin `sampixel/mood-colors`

Install with :PluginInstall

vim-plug

Plug 'sampixel/mood-colors'

Install with :PlugInstall

NeoBundle

NeoBundle `sampixel/mood-colors`

Install with :NeoBundleInstall

Or you can even clone this repo inside your ~/.config/nvim/autoload/plugged folder

git clone https://github.com/sampixel/mood-colors

Refresh your vim environment with :source $MYVIMRC

Configuration

To be able to see the changes in your vim environment you need to implement the following lines inside your .vimrc or init.vim

" enable syntax
syntax enable

" enable termguicolors
if (has("termguicolors"))
    set termguicolors
endif

Lightline and Airline

If you want to implement color support for tablines and statusline colors, add the following line to your .vimrc or init.vim

" list of available colorschemes
" darkenvim - wintenvim - colorfull - luascheme - violetelo - devtool

" set airline theme
let g:airline_theme = "violetelo"

" set lightline theme
let g:lightline = {"colorscheme": "violetelo"}

" set colorscheme name
colorscheme violetelo

About

A series of 8-based colorschemes for vim/neovim text editor

Topics

Resources

License

Stars

Watchers

Forks