summaryrefslogtreecommitdiff
path: root/lua/lvim/core/theme.lua
AgeCommit message (Collapse)Author
2022-12-12fix: only call theme's setup if it's selected (#3586)LostNeophyte
2022-11-04feat: use our own colorscheme, decouple from tokyonight (#3378)Christian Chiarulli
Co-authored-by: kylo252 <[email protected]>
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252
2022-10-24fix(theme): do not fallback to tokyonight if no user's theme found (#3327)CPea
2022-10-08feat: warn user when setting un-installed colorscheme (#2982)CPea
2022-10-04refactor: more deliberate reload (#3133)kylo252
2022-09-25feat: colorscheme tweaksChristianChiarulli
2022-09-21fix: improve lualine inactiveChristian Chiarulli
2022-09-21fix: always load base themeChristianChiarulli
2022-09-21Indentlines (#3057)Christian Chiarulli
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>