Skip to content

lvim-tech/lvim-colorscheme

Repository files navigation

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 = {},
    },
}

About

Colorscheme for Neovim writen in LUA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published