File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,11 @@ function M.setup()
310
310
MiniFilesTitle = { fg = util .blend (t .bgHighlight , t .cyan , 0.7 ) },
311
311
MiniFilesTitleFocused = { fg = t .cyan },
312
312
313
+ -- Grapple
314
+ GrappleTitle = { fg = t .pink },
315
+ GrappleFooter = { fg = t .grey },
316
+ GrappleBorder = { fg = t .cyan },
317
+
313
318
-- TreeSitter Specific
314
319
[" @variable" ] = { fg = t .fg },
315
320
[" @markup.strong" ] = { fg = t .pink , bold = true },
@@ -329,6 +334,11 @@ function M.setup()
329
334
theme .highlights .TelescopeResultsBorder = { fg = t .bgAlt , bg = t .bgAlt }
330
335
theme .highlights .TelescopeResultsNormal = { bg = t .bgAlt }
331
336
theme .highlights .TelescopeResultsTitle = { fg = t .bgAlt , bg = t .bgAlt }
337
+
338
+ -- Mimic styling in Grapple
339
+ theme .highlights .GrappleNormal = { bg = t .bgAlt }
340
+ theme .highlights .GrappleBorder = { fg = t .bgAlt , bg = t .bgAlt }
341
+ theme .highlights .GrappleTitle = { fg = t .bgAlt , bg = t .cyan }
332
342
end
333
343
334
344
if opts .terminal_colors then
You can’t perform that action at this time.
0 commit comments