https://github.com/bratpeki/truedark-vim
A true dark theme. For Vim. Duh.
https://github.com/bratpeki/truedark-vim
neovim neovim-colorscheme neovim-plugin vim vim-colorscheme vim-colorscheme-dark vim-plugin
Last synced: 9 months ago
JSON representation
A true dark theme. For Vim. Duh.
- Host: GitHub
- URL: https://github.com/bratpeki/truedark-vim
- Owner: bratpeki
- Created: 2021-03-16T17:20:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T18:00:14.000Z (over 2 years ago)
- Last Synced: 2024-11-25T04:36:08.020Z (over 1 year ago)
- Topics: neovim, neovim-colorscheme, neovim-plugin, vim, vim-colorscheme, vim-colorscheme-dark, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 423 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⬛ truedark-vim ⬛
A true dark theme. For Vim. Duh.
## About truedark-vim
truedark-vim is a colorscheme for (Neo)Vim. It has a pure, #000000, black background. And also a bunch of colors from all around the color spectrum!
## Installation
truedark-vim can be installed manually into the `$VIM/vimxx/colors/` folder, where `xx` refers to the version of Vim you are using, ex. `82`.
If you are using NeoVim, the path should be `$VIM/runtime/colors/`.
You can also use any plugin manager (ex. `vim-plug`, `Vundle.vim`, `vim-pathogen` etc).
### vim-plug
```
call plug#begin("$VIM/plug")
Plug 'bratpeki/truedark-vim'
call plug#end()
```
Then source the `_vimrc`/`.vimrc` and call `:PlugInstall`.
### Vundle.vim
```
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'bratpeki/truedark-vim'
call vundle#end()
filetype plugin indent on
```
Then source the `_vimrc`/`.vimrc` and call `:PluginInstall`.
### vim-pathogen
I do not know. I do not want to know.
## Showcase:
