(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
|
---@return string
|
||||||
function M.get_timebased_colorscheme()
|
function M.get_timebased_colorscheme()
|
||||||
local light = "kanagawa-lotus"
|
local light = "catppuccin-latte"
|
||||||
local dark = "kanagawa-dragon"
|
local dark = "catppuccin-mocha"
|
||||||
if M.is_daytime() then
|
if M.is_daytime() then
|
||||||
return light
|
return light
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue