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:
parent
e1c07e7844
commit
0e529ea5a1
@ -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',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user