My custom Vim dark theme for 256-color terminals, highlighting gray, red, and cyan accents.
From: Vivify
- Add the following line to your
~/.vimrc
:
Plug 'dot-richard/minimaldark256.vim'
- Reload your
~/.vimrc
or restart Vim, then run:
:PlugInstall
- Add the following line to your
~/.vimrc
:
Plugin 'dot-richard/minimaldark256.vim'
- Reload your
~/.vimrc
or restart Vim, then run:
:PluginInstall
- Navigate to your Vim configuration directory:
cd ~/.vim/bundle
- Clone the repository: git clone https://github.com/dot-richard/minimaldark256.vim.git
- Add the following line to your
~/.vimrc
:
call dein#add('dot-richard/minimaldark256.vim')
- Reload your
~/.vimrc
or restart Vim, then run:
:call dein#install()
Clone the repository into your ~/.vim/colors
directory :
git clone https://github.com/dot-richard/minimaldark256.vim.git ~/.vim/colors/minimaldark256
To start using the minimaldark256 theme, add the following to your ~/.vimrc
:
set background=dark
colorscheme minimaldark256
Feel free to customize the theme to fit your personal preferences. You can edit the color definitions and styles directly in the minimaldark256.vim
file.
Contributions are welcome! If you have suggestions, bug reports, or improvements, please create an issue or submit a pull request on GitHub.
This theme is licensed under the MIT License. See the LICENSE file for more details.