1
0
Fork 0

nvim: remove duplicate highlights

This commit is contained in:
Daniel Kempkens 2024-01-20 13:01:46 +01:00
parent 2c5271e4b5
commit 93fde740e7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -18,9 +18,6 @@
(set g.dracula_italic_comment true) (set g.dracula_italic_comment true)
(set o.background :dark) (set o.background :dark)
(colorscheme :dracula) (colorscheme :dracula)
;; LSP
(highlight-link :LspCodeLens :Comment)
(highlight-link :LspInlayHint :Comment)
;; Tabline ;; Tabline
(highlight :TabLine {:fg mod.colors.comment :bg mod.colors.black}) (highlight :TabLine {:fg mod.colors.comment :bg mod.colors.black})
(highlight :TabLineSel {:fg mod.colors.white :bg mod.colors.bg}) (highlight :TabLineSel {:fg mod.colors.white :bg mod.colors.bg})