a Neovim Color Scheme
- Optimization for
Treesitter
- Additional highlighting for
Rust
,Lua
andVim
files
- Additional highlighting for
- Highlighting of currently popular plugins such as the wonderful Telescope 🔠and nvim-cmp
- Highlighting of all your tried and true favorite plugins.
- Compatibility with Vim. But, you get more granularity and speed with Neovim.
- Full customizability via
Treesitter
and non-Treesitter HL groups
-- packer(but, use your favorite plugin manager)
use "whatsthatsmell/codesmell_dark.vim"
-- configs (just yank what's in quotes and drop in your .vimrc if you're not Lua'd yet)
vim.cmd "set fillchars+=vert:│"
vim.cmd "colorscheme codesmell_dark"
- Rewrite in Lua (currently a WIP)
- Will keep vimL version up as well
Thanks to: https://github.com/yunlingz/ci_dark