fleet-theme-nvim
A port of Fleet's default theme for Neovim
Lua★ 78⑂ 7 forksMITupdated 1 year ago
git clone https://github.com/felipeagc/fleet-theme-nvim.gitfelipeagc/fleet-theme-nvimREADME.mdfork it — it’s yours
Fleet theme for Neovim
A port of the default theme from Jetbrains' Fleet IDE for Neovim with Treesitter support.
Includes support for:
- Tree-sitter
- LSP semantic highlighting
- HiPhish/nvim-ts-rainbow2
- lukas-reineke/indent-blankline.nvim
Installation
Using lazy.nvim:
{
"felipeagc/fleet-theme-nvim",
config = function() vim.cmd("colorscheme fleet") end
}
Credits
Colors were initially taken from the Helix editor's builtin fleet dark theme.
License
more like this
