Skip to content

Commit

Permalink
Fix missing callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseshaffer committed May 21, 2023
1 parent 94d9b28 commit 4d0b348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/darklight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ end

local Config = {
mode = 'background',
dark_mode_callback = function() end,
light_mode_callback = function() end,
}

local function set_colorscheme_callbacks()
Expand Down

0 comments on commit 4d0b348

Please sign in to comment.