Dark | Light |
---|---|
![]() |
![]() |
Table of content:
- Supports the latest Neovim 0.9.0 features.
- Terminal colors.
- Supports treesitter and related plugins.
- Using
vim-plug
:
Plug 'ntk148v/slack.nvim'
- Using
packer
:
use { "ntk148v/slack.nvim" }
- Using
lazy.nvim
:
{ "ntk148v/slack.nvim" }
colorscheme slack
vim.cmd("colorscheme slack")
You can switch between light and dark variants by setting background.
This colorscheme is always in development and testing. Users are welcome to use it however for programming daily. In case a user spots any bugs or error especially related to the supported plugins, treesitter or built-in LSP highlight support, then they can contribute by opening an issue or by making a pull request. More plugin highlight support is also welcome.
- base16
- TODO: support multiple terminals.