mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-13 10:58:00 +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 {
|
return {
|
||||||
...searchOptions,
|
...searchOptions,
|
||||||
decorations: {
|
decorations: {
|
||||||
matchOverviewRuler: '#888',
|
matchOverviewRuler: '#888888',
|
||||||
activeMatchColorOverviewRuler: '#ffff00',
|
activeMatchColorOverviewRuler: '#ffff00',
|
||||||
matchBorder: '#888',
|
matchBackground: '#888888',
|
||||||
matchBackground: '#888',
|
activeMatchBackground: '#ffff00',
|
||||||
activeMatchBorder: '#ff0',
|
|
||||||
activeMatchBackground: '#ff0',
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user