Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T21:26:38.000Z (10 months ago)
- Last Synced: 2024-04-21T17:19:10.668Z (7 months ago)
- Topics: color-scheme, lua, neovim, neovim-colorscheme, neovim-plugin
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 60
- Watchers: 3
- Forks: 8
- 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.
![Screenshot](https://user-images.githubusercontent.com/17355488/235284483-77920361-b1b7-4c12-8b1a-d81952aeb947.png)
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)