Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vallen217/eidolon.nvim
Neovim colorscheme
https://github.com/vallen217/eidolon.nvim
colorscheme dark-theme lua neovim neovim-plugin nvim nvim-plugin theme treesitter
Last synced: about 21 hours ago
JSON representation
Neovim colorscheme
- Host: GitHub
- URL: https://github.com/vallen217/eidolon.nvim
- Owner: Vallen217
- License: mit
- Created: 2024-12-05T23:53:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T21:04:53.000Z (about 2 months ago)
- Last Synced: 2024-12-20T22:18:26.115Z (about 2 months ago)
- Topics: colorscheme, dark-theme, lua, neovim, neovim-plugin, nvim, nvim-plugin, theme, treesitter
- Language: Lua
- Homepage:
- Size: 5.51 MB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Eidolon.nvim colorscheme
## Eidolon-midnight
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/midnight_1.png?raw=true)
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/midnight_2.png?raw=true)
## Eidolon-twilight
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/twilight_1.png?raw=true)
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/twilight_2.png?raw=true)
## Eidolon-dusk
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/dusk_1.png?raw=true)
![alt text](https://github.com/Vallen217/eidolon.nvim/blob/main/screenshots/dusk_2.png?raw=true)
## Supported plugins
- [aerial.nvim](https://github.com/stevearc/aerial.nvim)
- [barbar.nvim](https://github.com/romgrk/barbar.nvim)
- [blink.cmp](https://github.com/Saghen/blink.cmp)
- [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
- [coc.nvim](https://github.com/neoclide/coc.nvim)
- [flash.nvim](https://github.com/folke/flash.nvim)
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [LSP](https://github.com/neovim/nvim-lspconfig)
- [lualine](https://github.com/nvim-lualine/lualine.nvim)
- [neogit](https://github.com/NeogitOrg/neogit)
- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)
- [noice.nvim](https://github.com/folke/noice.nvim)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [nvim-notify](https://github.com/rcarriga/nvim-notify)
- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [render-markdown](https://github.com/MeanderingProgrammer/render-markdown.nvim)
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [trouble.nvim](https://github.com/folke/trouble.nvim)
- [which-key.nvim](https://github.com/folke/which-key.nvim)## Installation
Install the theme via your preferred package manager
[packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use("Vallen217/eidolon.nvim")
```[lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"Vallen217/eidolon.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd [[colorscheme eidolon]]
end
},
```## Usage
```lua
:colorscheme eidolon-midnight
:colorscheme eidolon-twilight
:colorscheme eidolon-dusk
``````lua
vim.cmd [[colorscheme eidolon-midnight]]
vim.cmd [[colorscheme eidolon-twilight]]
vim.cmd [[colorscheme eidolon-dusk]]
```### TODO
- Add support for:
- [mini.nvim](https://github.com/echasnovski/mini.nvim)