diff options
Diffstat (limited to 'lua/blossom_light')
| -rw-r--r-- | lua/blossom_light/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/blossom_light/init.lua b/lua/blossom_light/init.lua index 0c70fd2..9c870a9 100644 --- a/lua/blossom_light/init.lua +++ b/lua/blossom_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'blossom_light' + vim.colors_name = 'b46-blossom_light' theme.set_highlights() end |