Skip to content

Skardyy/makurai-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Makurai Theme

A simple, bright and lively dark theme for neovim

Static Badge ˙ Static Badge


vim.cmd.colorscheme("makurai")

image

vim.cmd.colorscheme("makurai_less")

image

🚀 Installation

lazy:

return {
  "Skardyy/makurai-nvim",
  config = function()
    -- you don't have to call setup
    require "makurai".setup({
      transparent = false -- removes the bg color
    })

    vim.cmd.colorscheme("makurai")
  end
}
⚙️ Overriding the palette

the below example converts makurai into makurai_less

require("makurai").modify("makurai", {
  fg = "#e8e8ea",
  purple = "#FF7733",
  green = "#92c468",
  yellow = "#9d9eb0",
  blue = "#8e8e90",
  orange = "#f7e254",
  light_orange = "#24221a",
})

the options are

  • bg
  • fg
  • surface
  • surface2
  • on_fg
  • comment
  • selection
  • cursor
  • border
  • line
  • guide
  • error
  • purple
  • green
  • yellow
  • blue
  • orange
  • light_orange
  • cyan
  • command
  • normal
  • insert
  • visual

check the main repo here

no usuage is not a real word..

About

A simple, bright and lively dark theme for neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages