Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-slipstream

A dark and fast theme for Neovim.

Color Palette

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

Requirements

  • Neovim 0.8+
  • termguicolors enabled (set automatically by the theme)

Installation

lazy.nvim

{
  "kylemcd/nvim-slipstream",
  priority = 1000,
  config = function()
    vim.cmd("colorscheme slipstream")
  end,
}

packer.nvim

use {
  "kylemcd/nvim-slipstream",
  config = function()
    vim.cmd("colorscheme slipstream")
  end,
}

Manual

Add the repo to your runtimepath and call:

vim.cmd("colorscheme slipstream")

Plugin Support

  • 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

License

MIT — see LICENSE for details.


Also available for Zed.

About

A dark and fast theme.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages