README.md

May 26, 2025 ยท View on GitHub

slack.nvim

A Neovim colorscheme ported from Slack colorscheme

DarkLight
darkdark

Table of content:

1. โœจ Features

2. ๐Ÿ“ฆ Installation

  • Using vim-plug:
Plug 'ntk148v/slack.nvim'
  • Using packer:
use { "ntk148v/slack.nvim" }
  • Using lazy.nvim:
{ "ntk148v/slack.nvim" }

3. ๐Ÿš€ Usage

colorscheme slack
vim.cmd("colorscheme slack")

You can switch between light and dark variants by setting background.

4. ๐Ÿ”ฅ Contributing

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.

5. :sparkles: Extras

  • base16
  • TODO: support multiple terminals.

6. :newspaper: License

Apache 2.0


Made with โค๏ธ by @ntk148v