mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 02:34:19 -05:00
fix: Default color scheme incorrectly shown as custom
This commit is contained in:
@@ -27,8 +27,6 @@ export class DefaultColorSchemes extends TerminalColorSchemeProvider {
|
||||
'#b7fff9',
|
||||
'#ffffff',
|
||||
],
|
||||
selection: undefined,
|
||||
cursorAccent: undefined,
|
||||
}
|
||||
|
||||
static defaultLightColorScheme: TerminalColorScheme = {
|
||||
@@ -54,8 +52,6 @@ export class DefaultColorSchemes extends TerminalColorSchemeProvider {
|
||||
'#3e999f',
|
||||
'#ffffff',
|
||||
],
|
||||
selection: undefined,
|
||||
cursorAccent: undefined,
|
||||
}
|
||||
|
||||
async getSchemes (): Promise<TerminalColorScheme[]> {
|
||||
|
||||
Reference in New Issue
Block a user