Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:15:52.000Z (10 months ago)
- Last Synced: 2024-05-23T00:14:41.394Z (6 months ago)
- Topics: colorscheme, dark-theme, lua, neovim-colorscheme, roshnivim, vim
- Language: Lua
- Homepage:
- Size: 116 KB
- Stars: 78
- Watchers: 2
- Forks: 8
- 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
![screenshot_lua](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/buff_and_nerdtree.png)
![screenshot_pythonlsp](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/python_lsp.png)
![screenshot_running_c](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/running_c.png)
![screenshot_telescode](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/telescope_as_fuzzy_finder.png)
![screenshot_lua](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/packer.png)
![screenshot_codeaction](https://raw.githubusercontent.com/shaeinst/media/main/images/github-repositories/roshnivim/codeaction_in_flutter_app.png)## 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)