light mode during the day

This commit is contained in:
2026-04-27 23:05:28 +02:00
parent 79a907985f
commit a3cc453271
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -10,4 +10,8 @@ vim.filetype.add {
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
}
vim.cmd [[colorscheme catppuccin-macchiato]]
if time >= 8 and time < 17 then
vim.cmd [[colorscheme catppuccin-latte]]
else
vim.cmd [[colorscheme catppuccin-macchiato]]
end