Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.22 KB

Work in progress

The plugin is working but expect breaking changes

Installation & usage

install:

lvim.plugins = {
  "LunarVim/lvim-themes",
}

call setup anywhere in your config.lua:

require("lvim-themes").setup {
  theme = "flat",
  telescope = { set_highlights = true },
}

config options are different for each theme:

-- options for 'flat' theme
local flat = {
  telescope = { set_highlights = true },
}

Available themes and screenshots

flat
  • telescope

    horizontal vertical
    image image