https://github.com/felipeagc/fleet-theme-nvim
A port of Fleet's default theme for Neovim
https://github.com/felipeagc/fleet-theme-nvim
color-scheme lua neovim neovim-colorscheme neovim-plugin
Last synced: 3 months ago
JSON representation
A port of Fleet's default theme for Neovim
- Host: GitHub
- URL: https://github.com/felipeagc/fleet-theme-nvim
- Owner: felipeagc
- License: mit
- Created: 2023-04-22T20:05:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T01:46:47.000Z (5 months ago)
- Last Synced: 2025-05-18T02:46:57.379Z (5 months ago)
- Topics: color-scheme, lua, neovim, neovim-colorscheme, neovim-plugin
- Language: Lua
- Homepage:
- Size: 10.7 KB
- Stars: 68
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/HiPhish/nvim-ts-rainbow2)
- [lukas-reineke/indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)## Installation
Using [lazy.nvim](https://github.com/folke/lazy.nvim):
```lua
{
"felipeagc/fleet-theme-nvim",
config = function() vim.cmd("colorscheme fleet") end
}
```## Credits
Colors were initially taken from the [Helix editor](https://github.com/helix-editor/helix)'s builtin [fleet dark theme](https://github.com/helix-editor/helix/blob/b0ceac608ebc117399af89b81fbd0837d370161d/runtime/themes/fleet_dark.toml).
## License
[MIT](./LICENSE)