updates stuff

This commit is contained in:
Dennis Schoepf 2025-11-14 23:18:37 +01:00
parent 781fbe05fc
commit 199ce44b7a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
../../modules/openssh ../../modules/openssh
../../modules/vaultwarden ../../modules/vaultwarden
../../modules/uptime-kuma ../../modules/uptime-kuma
../../modules/homepage ../../modules/glance
../../modules/docker ../../modules/docker
../../modules/actual-server ../../modules/actual-server
]; ];

View file

@ -89,7 +89,7 @@ hi("Macro", { link = "PreProc" })
hi("PreCondit", { link = "PreProc" }) hi("PreCondit", { link = "PreProc" })
hi("StorageClass", { link = "Type" }) hi("StorageClass", { link = "Type" })
hi("Structure", { link = "Type" }) hi("Structure", { link = "Type" })
hi("Typedef", { link = "Type" }) hi("Typedef", { bold = true, fg = palette.yellow_brighter, ctermfg = "LightYellow" })
hi("Tag", { link = "Special" }) hi("Tag", { link = "Special" })
hi("SpecialChar", { link = "Special" }) hi("SpecialChar", { link = "Special" })
hi("Delimiter", { link = "Special" }) hi("Delimiter", { link = "Special" })