Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Sep 17, 2023
1 parent 36bdd4a commit b3c0778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gruvbox/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
-- setup Gruvbox groups
---@param config GruvboxConfig
M.setup = function(config)
local colors = require("gruvbox.palette").get_base_colors(config.overrides, vim.o.background, config.contrast)
local colors = require("gruvbox.palette").get_base_colors(config.palette_overrides, vim.o.background, config.contrast)

set_terminal_colors(colors)

Expand Down

0 comments on commit b3c0778

Please sign in to comment.