πA Simple and Nice dark colorscheme for Vim and Neovimπ
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
- Add support for other plugins like airline
- Add support for various programming language.
- Screenshots
- Refractor the code
- Ensure support for terminals
let g:neotrix_dark_contrast = "galaxy"
- Possible values are:
galaxy
,galaxy_hard
,retro
, andretro_hard
" Set to 1 to enable italicized comments or strings
let g:neotrix_italicize_comments = 0
let g:neotrix_italicize_strings = 0
1.You can use your favorite plugin manager or manually place it in colors/neotrix.vim
directory in ~/.vim/colors
.
I like help. If you want to make some changes feel free to open up a pull request and I'll gladly merge it.π