From 027ee625b222040e3ba536a62c95967abeeead88 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 7 May 2026 12:18:13 +0200 Subject: [PATCH] removal light mode --- init.lua | 6 ------ 1 file changed, 6 deletions(-) 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