From f967011e6a9dba835f1f5ad1f2e23d385e4d07c9 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:42:00 -0400 Subject: [PATCH] Update util.lua --- lua/solarized/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)