diff --git a/init.lua b/init.lua index a047c45..15193f8 100644 --- a/init.lua +++ b/init.lua @@ -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