A dark and fast theme for Neovim.
| Color | Hex | Used For |
|---|---|---|
| Black | #000000 |
Background |
| Teal | #5CB8A2 |
Functions, tags, attributes |
| Gold | #F4D58D |
Strings, numbers, constants |
| Sky | #8CB8DC |
Keywords, types, enums |
| Rose | #E85C6C |
Errors |
- Neovim 0.8+
termguicolorsenabled (set automatically by the theme)
{
"kylemcd/nvim-slipstream",
priority = 1000,
config = function()
vim.cmd("colorscheme slipstream")
end,
}use {
"kylemcd/nvim-slipstream",
config = function()
vim.cmd("colorscheme slipstream")
end,
}Add the repo to your runtimepath and call:
vim.cmd("colorscheme slipstream")- Treesitter
- LSP diagnostics
- Telescope
- nvim-cmp
- GitSigns
- nvim-tree / neo-tree
- bufferline.nvim
- which-key.nvim
- indent-blankline.nvim
- Noice.nvim
- mini.statusline / mini.tabline
- Mason
- LuaSnip
- zen-mode.nvim
MIT — see LICENSE for details.
Also available for Zed.