mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48: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" },
|
||||
}
|
||||
|
||||
if time >= 8 and time < 17 then
|
||||
vim.cmd [[colorscheme catppuccin-latte]]
|
||||
else
|
||||
vim.cmd [[colorscheme catppuccin-macchiato]]
|
||||
end
|
||||
|
||||
@@ -22,6 +22,7 @@ local servers = {
|
||||
"cssls",
|
||||
"tailwindcss",
|
||||
"jdtls",
|
||||
"odinls",
|
||||
}
|
||||
|
||||
for _, server in ipairs(servers) do
|
||||
|
||||
Reference in New Issue
Block a user