Skip to content

Vallen217/eidolon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eidolon.nvim colorscheme

stars issues forks license

Eidolon-midnight

alt text

alt text

Eidolon-twilight

alt text

alt text

Eidolon-dusk

alt text

alt text

Supported plugins

Installation

Install the theme via your preferred package manager

packer.nvim

use("Vallen217/eidolon.nvim")

lazy.nvim

{
    "Vallen217/eidolon.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        vim.cmd [[colorscheme eidolon]]
    end
},

Usage

:colorscheme eidolon-midnight
:colorscheme eidolon-twilight
:colorscheme eidolon-dusk
vim.cmd [[colorscheme eidolon-midnight]]
vim.cmd [[colorscheme eidolon-twilight]]
vim.cmd [[colorscheme eidolon-dusk]]

TODO