mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 22:16:26 +00:00
7 lines
125 B
Lua
7 lines
125 B
Lua
|
require("dark_notify").run({
|
||
|
onchange = function(_)
|
||
|
-- Defined in _colors
|
||
|
_G.update_colors()
|
||
|
end,
|
||
|
})
|