colorscheme for (neo)vim written in lua, specially made for Abstract Colorscheme with Tree-sitter support.
- TreeSitter
- LSP Diagnostics
- Git Signs
- Git Gutter
- Neogit
- Telescope
- NvimTree
- Indent Blankline
- Dashboard
- BufferLine
- Barbar
- and more...
- Neovim >= 0.5.0
Install the theme with your preferred package manager:
Plug 'Abstract-IDE/Abstract-cs'
use 'Abstract-IDE/Abstract-cs'
Enable the colorscheme:
" Vim Script
colorscheme abscs
-- Lua
vim.cmd[[colorscheme abscs]]
If you would like to add support to a plugin or to fix a bug please feel free to send a PR.