Skip to content

okaihe/okai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍊 Okai - nvim

Orange, blue and green based colorscheme for Neovim! You can find the corresponding Tmux colorscheme here. There is also an ITerm2 color profile here!

Screenshot1 Screenshot1

🔌 Plugin support

Some main common plugins are supported:

  • TreeSitter
  • Cmp
  • Fugitive
  • Lualine
  • Lsp
  • Indent Blankline
  • Telescope
  • Gitsignes

🚀 Installation

Install the colorscheme via any package manager, for example with Lazy:

-- pick your favourite plugin manager
{
    "okaihe/okai",
    lazy = false,
    priority = 1000,
    config = function()
        require("okai").setup({})
        vim.cmd([[colorscheme okai]])
    end,
}

✏️ Creating your own Colorscheme

The colorscheme was made with Lush.nvim. Check it out!