Catapultcchin added

This commit is contained in:
AramMarkarov
2025-05-09 00:44:35 +02:00
parent 25a269ed07
commit 70c19f3e96
3 changed files with 18 additions and 17 deletions
+8 -7
View File
@@ -12,12 +12,13 @@ vim.filetype.add({
}
})
if time >= 8 and time < 20 then
vim.o.background = "light"
vim.cmd[[colorscheme rose-pine-dawn]]
else
vim.o.background = "dark"
vim.cmd[[colorscheme rose-pine-moon]]
end
vim.cmd[[colorscheme catppuccin]]
--if time >= 8 and time < 20 then
-- vim.o.background = "light"
-- vim.cmd[[colorscheme rose-pine-dawn]]
--else
-- vim.o.background = "dark"
-- vim.cmd[[colorscheme rose-pine-moon]]
--end
local bg_color = vim.api.nvim_get_hl_by_name('Normal', true).background