molokai.nvim

MIT License

Stars
9

Molokai

Dark and light Neovim colorscheme made with lush. Colors are mostly taken from tomasr.

Install

Using lazy for example:

{
    "fabius/molokai.nvim",
    dependencies = "rktjmp/lush.nvim",
    lazy = false,
    priority = 1000,
},

Usage

vim.cmd "colorscheme molokai-light"
vim.cmd "colorscheme molokai"

Lualine

require('lualine').setup {
    options = {
        theme = 'molokai'
    }
}