A dark Neovim colorscheme built around quiet focus. Part of the SlateDust theme project.
- Treesitter
- LSP & diagnostics
- Telescope
- Gitsigns
lazy.nvim
{
"l0yst/slatedust.nvim",
priority = 1000,
config = function()
vim.cmd("colorscheme slatedust")
end,
}Copy extra/nvchad/slatedust.lua to ~/.config/nvim/lua/themes/
Then in chadrc.lua:
M.base46 = {
theme = "slatedust",
}If you found a bug or want to improve something? open an issue — feedback is appreciated.
MIT — see LICENSE
