removal light mode

This commit is contained in:
2026-05-07 12:18:13 +02:00
parent 6d8d80f762
commit 027ee625b2
-6
View File
@@ -9,9 +9,3 @@ local time = tonumber(os.date "%H")
vim.filetype.add {
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
}
if time >= 8 and time < 17 then
vim.cmd [[colorscheme catppuccin-latte]]
else
vim.cmd [[colorscheme catppuccin-macchiato]]
end