colorscheme for (neo)vim written in lua, specially made for Abstract Colorscheme with Tree-sitter support.
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.