https://github.com/abstract-ide/abstract-cs
Colorscheme for (neo)vim written in lua, specially made for roshnivim with Tree-sitter support.
https://github.com/abstract-ide/abstract-cs
colorscheme dark-theme lua neovim-colorscheme roshnivim vim
Last synced: 5 months ago
JSON representation
Colorscheme for (neo)vim written in lua, specially made for roshnivim with Tree-sitter support.
- Host: GitHub
- URL: https://github.com/abstract-ide/abstract-cs
- Owner: Abstract-IDE
- Created: 2021-10-28T16:21:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T12:06:08.000Z (7 months ago)
- Last Synced: 2025-03-23T11:01:59.305Z (7 months ago)
- Topics: colorscheme, dark-theme, lua, neovim-colorscheme, roshnivim, vim
- Language: Lua
- Homepage:
- Size: 178 KB
- Stars: 97
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract-cs
colorscheme for (neo)vim written in lua, specially made for [Abstract ](https://github.com/Abstract-IDE/Abstract) Colorscheme with Tree-sitter support.
## Screenshots





## Plugin Support
- [TreeSitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [LSP Diagnostics](https://neovim.io/doc/user/lsp.html)
- [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
- [Git Gutter](https://github.com/airblade/vim-gitgutter)
- [Neogit](https://github.com/TimUntersberger/neogit)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [Dashboard](https://github.com/glepnir/dashboard-nvim)
- [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
- [Barbar](https://github.com/romgrk/barbar.nvim)
- and more...## ⚡️ Requirements
- Neovim >= 0.5.0
## 📦 Installation
Install the theme with your preferred package manager:
[vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'Abstract-IDE/Abstract-cs'
```[packer](https://github.com/wbthomason/packer.nvim)
```lua
use 'Abstract-IDE/Abstract-cs'
```## 🚀 Usage
Enable the colorscheme:
```vim
" Vim Script
colorscheme abscs
``````lua
-- Lua
vim.cmd[[colorscheme abscs]]
```## 🔥 Contributing
If you would like to add support to a plugin or to fix a bug please feel free to send a PR.
## 💐 Credits
- [darkplus.nvim](https://github.com/martinsione/darkplus.nvim)
- [lighthaus](https://github.com/lighthaus-theme/vim)
- [tokyonight](https://github.com/folke/tokyonight.nvim)
- [LunarVimColorschemes](https://github.com/LunarVim/Colorschemes)