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