mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-08 06:08:24 +02:00
Compare commits
2 Commits
6d8d80f762
...
12c16a649a
| Author | SHA1 | Date | |
|---|---|---|---|
| 12c16a649a | |||
| 027ee625b2 |
@@ -7,11 +7,7 @@ vim.cmd "source ~/.config/nvim/suda.vim"
|
|||||||
local time = tonumber(os.date "%H")
|
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-macchiato]]
|
||||||
vim.cmd [[colorscheme catppuccin-latte]]
|
|
||||||
else
|
|
||||||
vim.cmd [[colorscheme catppuccin-macchiato]]
|
|
||||||
end
|
|
||||||
|
|||||||
Reference in New Issue
Block a user