Link TroubleNormal and SagaNormal/Border to EdgeTool, still some more stuff to link but a good start

This commit is contained in:
Martin Larsson 2024-07-01 00:22:54 +02:00
parent 77b61eaf59
commit 2464375e1d

View file

@ -66,6 +66,13 @@ return {
TelescopeResultsBorder = { link = "EdgeToolBorder" },
TelescopePreviewNormal = { link = "EdgeTool" },
TelescopePreviewBorder = { link = "EdgeToolBorder" },
-- Trouble
TroubleNormal = { link = "EdgeTool" },
-- Saga
SagaNormal = { link = "EdgeTool" },
SagaBorder = { link = "EdgeToolBorder" },
}
end
})