From 0e529ea5a17fc5ab956297895452f8b14996e112 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 21 Oct 2022 20:41:10 +0200 Subject: [PATCH] remove search highlight borders --- tabby-terminal/src/frontends/xtermFrontend.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tabby-terminal/src/frontends/xtermFrontend.ts b/tabby-terminal/src/frontends/xtermFrontend.ts index 41048962..436b8787 100644 --- a/tabby-terminal/src/frontends/xtermFrontend.ts +++ b/tabby-terminal/src/frontends/xtermFrontend.ts @@ -418,12 +418,10 @@ export class XTermFrontend extends Frontend { return { ...searchOptions, decorations: { - matchOverviewRuler: '#888', + matchOverviewRuler: '#888888', activeMatchColorOverviewRuler: '#ffff00', - matchBorder: '#888', - matchBackground: '#888', - activeMatchBorder: '#ff0', - activeMatchBackground: '#ff0', + matchBackground: '#888888', + activeMatchBackground: '#ffff00', }, } }