Skip to content

l0yst/slatedust.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slatedust.nvim

A dark Neovim colorscheme built around quiet focus. Part of the SlateDust theme project.

Preview

preview

Supports

  • Treesitter
  • LSP & diagnostics
  • Telescope
  • Gitsigns

Install

lazy.nvim

{
    "l0yst/slatedust.nvim",
    priority = 1000,
    config = function()
        vim.cmd("colorscheme slatedust")
    end,
}

NvChad

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.

License

MIT — see LICENSE

About

Slatedust theme plugin for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages