Skip to content

My custom Vim dark theme for 256-color terminals, highlighting gray, red, and cyan accents.

License

Notifications You must be signed in to change notification settings

dot-richard/minimaldark256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minimaldark256.vim

My custom Vim dark theme for 256-color terminals, highlighting gray, red, and cyan accents.

Screenshots

From: Vivify

Screenshot 1

Screenshot 2

Screenshot 3

Installation

Vim-Plug

  1. Add the following line to your ~/.vimrc:
Plug 'dot-richard/minimaldark256.vim'
  1. Reload your ~/.vimrc or restart Vim, then run:
:PlugInstall

Vundle

  1. Add the following line to your ~/.vimrc:
Plugin 'dot-richard/minimaldark256.vim'
  1. Reload your ~/.vimrc or restart Vim, then run:
:PluginInstall

Pathogen

  1. Navigate to your Vim configuration directory:
cd ~/.vim/bundle
  1. Clone the repository: git clone https://github.com/dot-richard/minimaldark256.vim.git

Dein

  1. Add the following line to your ~/.vimrc:
call dein#add('dot-richard/minimaldark256.vim')
  1. Reload your ~/.vimrc or restart Vim, then run:
:call dein#install()

Manual Installation

Clone the repository into your ~/.vim/colors directory :

git clone https://github.com/dot-richard/minimaldark256.vim.git ~/.vim/colors/minimaldark256

Usage

To start using the minimaldark256 theme, add the following to your ~/.vimrc:

set background=dark
colorscheme minimaldark256

Customization

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.

Contributing

Contributions are welcome! If you have suggestions, bug reports, or improvements, please create an issue or submit a pull request on GitHub.

License

This theme is licensed under the MIT License. See the LICENSE file for more details.

About

My custom Vim dark theme for 256-color terminals, highlighting gray, red, and cyan accents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published