mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 05:54:57 +00:00
.
This commit is contained in:
@@ -21,7 +21,7 @@ export class ColorSchemes extends TerminalColorSchemeProvider {
|
||||
})
|
||||
|
||||
schemes.push({
|
||||
name: schemeFile.split('/')[1],
|
||||
name: schemeFile.split('/')[1].trim(),
|
||||
foreground: values.foreground,
|
||||
background: values.background,
|
||||
cursor: values.cursorColor,
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"target": "es2015",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": false,
|
||||
|
Reference in New Issue
Block a user