colorscheme

This commit is contained in:
2026-05-07 13:51:42 +02:00
parent 027ee625b2
commit 12c16a649a
+3 -1
View File
@@ -7,5 +7,7 @@ vim.cmd "source ~/.config/nvim/suda.vim"
local time = tonumber(os.date "%H")
vim.filetype.add {
pattern = { [".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh" },
pattern = {[".*/hypr/.*%.conf"] = "hyprlang", [".*/uwsm/env.*"] = "zsh"}
}
vim.cmd [[colorscheme catppuccin-macchiato]]