1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 23:14:32 +03:00

remove search highlight borders

This commit is contained in:
Eugene Pankov 2022-10-21 20:41:10 +02:00
parent e1c07e7844
commit 0e529ea5a1
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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',
},
}
}