Update util.lua

This commit is contained in:
shaunsingh
2021-06-01 12:42:00 -04:00
committed by GitHub
parent 8a9ff1faa1
commit f967011e6a

View File

@@ -1,5 +1,5 @@
local util = {} local util = {}
local solarized = require('moonlight.theme') local solarized = require('solarized.theme')
-- Go trough the table and highlight the group with the color values -- Go trough the table and highlight the group with the color values
util.highlight = function (group, color) util.highlight = function (group, color)