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 @@ -315,6 +315,11 @@ function M.setup()
315
315
MiniFilesTitle = { fg = util .blend (t .bgHighlight , t .cyan , 0.7 ) },
316
316
MiniFilesTitleFocused = { fg = t .cyan },
317
317
318
+ -- Grapple
319
+ GrappleTitle = { fg = t .pink },
320
+ GrappleFooter = { fg = t .grey },
321
+ GrappleBorder = { fg = t .cyan },
322
+
318
323
-- TreeSitter Specific
319
324
[" @variable" ] = { fg = t .fg },
320
325
[" @markup.strong" ] = { fg = t .pink , bold = true },
@@ -334,6 +339,11 @@ function M.setup()
334
339
theme .highlights .TelescopeResultsBorder = { fg = t .bgAlt , bg = t .bgAlt }
335
340
theme .highlights .TelescopeResultsNormal = { bg = t .bgAlt }
336
341
theme .highlights .TelescopeResultsTitle = { fg = t .bgAlt , bg = t .bgAlt }
342
+
343
+ -- Mimic styling in Grapple
344
+ theme .highlights .GrappleNormal = { bg = t .bgAlt }
345
+ theme .highlights .GrappleBorder = { fg = t .bgAlt , bg = t .bgAlt }
346
+ theme .highlights .GrappleTitle = { fg = t .bgAlt , bg = t .cyan }
337
347
end
338
348
339
349
if opts .terminal_colors then
You can’t perform that action at this time.
0 commit comments