diff --git a/lua/solarized/util.lua b/lua/solarized/util.lua index 7b84e33..1a08845 100644 --- a/lua/solarized/util.lua +++ b/lua/solarized/util.lua @@ -1,5 +1,5 @@ local util = {} -local solarized = require('moonlight.theme') +local solarized = require('solarized.theme') -- Go trough the table and highlight the group with the color values util.highlight = function (group, color)