Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.44 KB

README.md

File metadata and controls

63 lines (41 loc) · 2.44 KB

LVIM THEME - Neovim colorscheme writen in Lua

lvim-logo

License

Neovim configuration - LVIM

Screenshot

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

LVIM Colorscheme

Init

require("lvim-colorscheme").setup()

Default config

{
    style = "dark", -- dark, darksoft, light
    styles = {
        comments = { italic = true, bold = true },
        keywords = { italic = true, bold = true },
        functions = { italic = true, bold = true },
        variables = {},
    },
    sidebars = {},
    colors = {
        dark = {},
        darksoft = {},
        light = {},
    },
}