Skip to content

bettervim/yugen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

yugen 🌌

yugen is a Neovim theme inspired by the profound beauty and depth of the concept of "yΕ«gen." It provides a minimalist and aesthetically pleasing color scheme for coding, highlighting both subtle and profound elements in your workspace.

More screenshots πŸ–ΌοΈ

Preview 1 Preview 2 Preview 3

Installation πŸ“¦

To use yugen in Neovim, follow the installation instructions below based on your preferred plugin manager.

Using lazy.nvim

Add the following line to your lazy configuration:

{
    'bettervim/yugen.nvim',
    config = function()
        vim.cmd.colorscheme('yugen')
    end,
}

Then, run the following in Neovim:

:Lazy sync

Add the line to your init.vim or init.lua to make it your default theme.

Credits πŸ‘€

This theme started as a fork of poimandres.nvim, and its foundation is still used by the theme. A big thanks to the original creators for their amazing work and inspiration.

License βš–οΈ

yugen is licensed under the MIT License. See the LICENSE.