diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index e12483d..49231b6 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -15,7 +15,7 @@ ../../modules/openssh ../../modules/vaultwarden ../../modules/uptime-kuma - ../../modules/homepage + ../../modules/glance ../../modules/docker ../../modules/actual-server ]; diff --git a/modules/nvim/config/colors/winterly.lua b/modules/nvim/config/colors/winterly.lua index 17a3d00..6d6e725 100644 --- a/modules/nvim/config/colors/winterly.lua +++ b/modules/nvim/config/colors/winterly.lua @@ -89,7 +89,7 @@ hi("Macro", { link = "PreProc" }) hi("PreCondit", { link = "PreProc" }) hi("StorageClass", { 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("SpecialChar", { link = "Special" }) hi("Delimiter", { link = "Special" })