A Neovim colorscheme ported from Slack colorscheme
Dark | Light |
---|---|
Table of content:
vim-plug
:Plug 'ntk148v/slack.nvim'
packer
:use { "ntk148v/slack.nvim" }
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.