Skip to content

LunarVim/lvim-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages