This commit is contained in:
Gabriel Brown
2026-06-02 09:19:42 -04:00
parent 4c529afae7
commit ac57cfa319
5 changed files with 222 additions and 20 deletions
@@ -19,6 +19,11 @@ return {
bg = colors.terminal_black,
fg = colors.fg,
}
-- Fix LspReference* readability: DiagnosticUnnecessary dims fg for unused
-- imports, making text nearly invisible against LspReferenceText's background
highlights["LspReferenceText"] = { bg = colors.fg_gutter, fg = colors.fg }
highlights["LspReferenceRead"] = { bg = colors.fg_gutter, fg = colors.fg }
highlights["LspReferenceWrite"] = { bg = colors.fg_gutter, fg = colors.fg }
end,
},
},