mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
removal light mode
This commit is contained in:
@@ -9,9 +9,3 @@ local time = tonumber(os.date "%H")
|
|||||||
vim.filetype.add {
|
vim.filetype.add {
|
||||||
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user