get nvim colorscheme from colors util

This commit is contained in:
jc 2024-06-06 14:10:51 -04:00
commit 45485c5cdc
No known key found for this signature in database
3 changed files with 28 additions and 5 deletions

View file

@ -11,6 +11,7 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
local Utils = require("juancwu.utils")
require("juancwu.config").setup({
colorscheme = "kanagawa-dragon",
colorscheme = Utils.colors.get_timebased_colorscheme(),
})