File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 11local colors = require (" base46" ).get_theme_tb " base_30"
22local colorize = require (" base46.colors" ).change_hex_lightness
33
4- local nvconfig = require " nvconfig"
5- local subtle_hover = nvconfig .ui .subtle_hover or nvconfig .base46 .subtle_hover
6-
7- local lspReferenceText , lspReferenceRead , lspReferenceWrite
8-
9- if subtle_hover then
10- lspReferenceText = { bg = colors .grey }
11- lspReferenceRead = { bg = colors .grey }
12- lspReferenceWrite = { bg = colors .grey }
13- else
14- lspReferenceText = { fg = colors .darker_black , bg = colors .white }
15- lspReferenceRead = { fg = colors .darker_black , bg = colors .white }
16- lspReferenceWrite = { fg = colors .darker_black , bg = colors .white }
17- end
18-
194return {
205 -- LSP References
21- LspReferenceText = lspReferenceText ,
22- LspReferenceRead = lspReferenceRead ,
23- LspReferenceWrite = lspReferenceWrite ,
6+ LspReferenceText = { bg = colors . one_b3 } ,
7+ LspReferenceRead = { bg = colors . one_b3 } ,
8+ LspReferenceWrite = { bg = colors . one_b3 } ,
249
2510 -- Lsp Diagnostics
2611 DiagnosticHint = { fg = colors .purple },
You can’t perform that action at this time.
0 commit comments