/one.nvim

extremely lightweight Atom One colorscheme for Neovim using new Lua APIs

Primary LanguageLuaMIT LicenseMIT

One Neovim Theme

An Atom One inspired dark and light colorscheme for Neovim.

Screenshots

Dark theme

dark theme

Light theme

light theme

Getting Started

Packer

use {
    'disrupted/one.nvim',
    config = function()
        require('one').colorscheme()
    end,
}