(nvim) update colorscheme

This commit is contained in:
jc 2024-06-06 14:19:53 -04:00
commit 170f0aaa5d
No known key found for this signature in database

View file

@ -9,8 +9,8 @@ end
---@return string
function M.get_timebased_colorscheme()
local light = "kanagawa-lotus"
local dark = "kanagawa-dragon"
local light = "catppuccin-latte"
local dark = "catppuccin-mocha"
if M.is_daytime() then
return light
else