fleet-theme-nvim icon indicating copy to clipboard operation
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.

Screenshot

Includes support for:

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