fleet-theme-nvim
fleet-theme-nvim copied to clipboard
A port of Fleet's default theme for Neovim
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
MIT