refactor lualine resolution

- create util to determine theme just by the name
- read config from colorschemes.json
This commit is contained in:
Michael Chris Lopez
2021-12-02 18:47:45 +08:00
parent 34bed10a7b
commit 0deecb8e22
14 changed files with 48 additions and 179 deletions

View File

@@ -1 +1 @@
return require("lualine.themes." .. vim.g.randombones_colors_name)
return require("zenbones.util").get_lualine_theme(vim.g.randombones_colors_name)