Skip to content

CantoroMC/ayu-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Ayu

ayu-vim, a theme for Vim, reimplemented in lua, with inspirations from material.nvim.

Screenshots

dark

mirage

light

Configuration

The theme contains three color variants: light, mirage and dark.

It will respect your background (see :h background) setting to choose between dark and light variants.

To use mirage variant instead of dark for dark background you should specify the following anywhere in your configuration:

vim.g.ayu_mirage = true

By default, many highlighting groups have the italic style, to avoid that add

vim.g.ayu_avoid_italics = true

to your init.lua

About

Port of ayu-vim to lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published