feat: some shit

This commit is contained in:
2022-10-06 21:14:32 +02:00
parent fdc2bbdbe4
commit 77576e3bdf
11 changed files with 137 additions and 105 deletions

View File

@ -28,10 +28,11 @@ local function updateTheme()
if line then
local light = string.find(line, "light")
if light then
-- vim.cmd("colorscheme dayfox")
vim.g.catppuccin_flavour = "latte"
else
-- vim.cmd("colorscheme nightfox")
vim.g.catppuccin_flavour = "mocha"
end
vim.cmd("colorscheme catppuccin")
end
end