mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
light mode during the day
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user