No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-06 00:17:52 +03:00
colors port all other references 2026-06-12 17:52:48 +03:00
lua/klephron-darker fix default config override 2026-07-06 00:17:52 +03:00
.luarc.json add nvim colors resetted 2026-01-11 23:39:01 +03:00
LICENSE.md update readme, add license 2026-01-12 08:46:45 +03:00
README.md port all other references 2026-06-12 17:52:48 +03:00

klephron-darker.nvim

image image

Installation

lazy.nvim:

local M = {
  "klephron/klephron-darker.nvim",
  lazy = false,
  priority = 1000,
  opts = {
    bold = true,
    undercurl = true,
    underline = true,
    strikethrough = true,
    italic = {
      string = true,
      char = true,
      comment = true,
      operator = true,
      fold = true,
      text = true,
    }
  }
}

Acknowledgement