feat: support themes other than defaults

Try to activate a theme if not presented in defaults. Accordingly,
add the option `ui.colors` to provide the missing `hl_theme*` in
the custom theme.
This commit is contained in:
tuberry 2022-03-26 01:25:06 +08:00 committed by siduck
parent 958a62bc67
commit ec5017126c
2 changed files with 22 additions and 9 deletions

View file

@ -46,6 +46,7 @@ M.options = {
M.ui = {
hl_override = "", -- path of your file that contains highlights
colors = "", -- path of your file that contains colors
italic_comments = false,
theme = "onedark", -- default theme