(nvim) update colorscheme
This commit is contained in:
parent
4127fd90b6
commit
170f0aaa5d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue