neotrix.vim
This colorscheme is totally not finish and I recommend using the gui of vim or nvim or add the following to your init.vim
or .vimrc
:
syntax on
colorscheme neotrix
set termguicolors
TODOS
- Add support for other plugins like airline
- Add support for some programming language.
- Screenshots
- Refractor the code
- Ensure support for terminals
Screenshots
neotrix-retro
neotrix-retro_hard
neotrix-hard
neotrix-medium
Contrast Options with a default value
let g:neotrix_dark_contrast = "galaxy_medium"
- Possible values are:
galaxy_medium
,galaxy_hard
,retro
, andretro_hard
Installation
1.You can use your favorite plugin manager or manually place it in colors/neotrix.vim
directory in ~/.vim/colors
.
Contributing
I like help. If you want to make some changes feel free to open up a pull request and I'll gladly merge it.