From 170f0aaa5dacaec88b60df69728dc34a2696c840 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:19:53 -0400 Subject: [PATCH] (nvim) update colorscheme --- nvim/lua/juancwu/utils/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/juancwu/utils/colors.lua b/nvim/lua/juancwu/utils/colors.lua index 4f83a80..28e2346 100644 --- a/nvim/lua/juancwu/utils/colors.lua +++ b/nvim/lua/juancwu/utils/colors.lua @@ -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