diff --git a/modules/home-manager/theme/nvim.vim b/modules/home-manager/theme/nvim.vim index 2b19be0..e25f539 100644 --- a/modules/home-manager/theme/nvim.vim +++ b/modules/home-manager/theme/nvim.vim @@ -163,6 +163,8 @@ hi Function guifg={{colors.functions.default.hex}} hi Structure guifg={{colors.structures.default.hex}} hi def link PreProc Structure hi def link Tag Structure +hi def link @attribute.typescript Structure + hi Type gui=none guifg={{colors.types.default.hex}} hi def link @lsp.type.interface Type