chore: Update theme and icons
This commit is contained in:
parent
86c5d06965
commit
7dfe7243cc
7 changed files with 16 additions and 27 deletions
|
@ -42,19 +42,12 @@ gulp.task('build:icons', cb => {
|
||||||
const path = './themes/.material-theme-icons.tmp';
|
const path = './themes/.material-theme-icons.tmp';
|
||||||
fs.writeFileSync(path, contents, 'utf-8');
|
fs.writeFileSync(path, contents, 'utf-8');
|
||||||
gutil.log(
|
gutil.log(
|
||||||
gutil.colors.magenta('\n--------------'),
|
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||||
gutil.colors.blue('---------------'),
|
);
|
||||||
gutil.colors.red('---------------'),
|
|
||||||
gutil.colors.yellow('---------------'
|
|
||||||
));
|
|
||||||
gutil.log('Generated', gutil.colors.green(path));
|
gutil.log('Generated', gutil.colors.green(path));
|
||||||
gutil.log(
|
gutil.log(
|
||||||
'Build completed ✔',
|
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||||
gutil.colors.magenta('\n--------------'),
|
);
|
||||||
gutil.colors.blue('---------------'),
|
|
||||||
gutil.colors.red('---------------'),
|
|
||||||
gutil.colors.yellow('---------------'
|
|
||||||
));
|
|
||||||
|
|
||||||
cb();
|
cb();
|
||||||
});
|
});
|
||||||
|
|
|
@ -32,13 +32,13 @@ files.forEach(file => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gulp.task('build:themes', cb => {
|
||||||
|
gutil.log()
|
||||||
|
})
|
||||||
gulp.task('build:themes', cb => {
|
gulp.task('build:themes', cb => {
|
||||||
gutil.log(
|
gutil.log(
|
||||||
gutil.colors.magenta('\n--------------'),
|
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||||
gutil.colors.blue('---------------'),
|
);
|
||||||
gutil.colors.red('---------------'),
|
|
||||||
gutil.colors.yellow('---------------'
|
|
||||||
));
|
|
||||||
themeVariants.forEach(variant => {
|
themeVariants.forEach(variant => {
|
||||||
const templateData = {
|
const templateData = {
|
||||||
'commons': themeCommons,
|
'commons': themeCommons,
|
||||||
|
@ -61,10 +61,6 @@ gulp.task('build:themes', cb => {
|
||||||
});
|
});
|
||||||
|
|
||||||
gutil.log(
|
gutil.log(
|
||||||
'Build completed ✔',
|
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||||
gutil.colors.magenta('\n--------------'),
|
);
|
||||||
gutil.colors.blue('---------------'),
|
|
||||||
gutil.colors.red('---------------'),
|
|
||||||
gutil.colors.yellow('---------------'
|
|
||||||
));
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#EEFFFF",
|
"foreground": "#EEFFFF",
|
||||||
"focusBorder": "#FFFFFF00",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#42424270",
|
"guides": "#42424270",
|
||||||
"lineNumbers": "#424242",
|
"lineNumbers": "#424242",
|
||||||
"invisibles": "#65737E",
|
"invisibles": "#65737E",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#EEFFFF",
|
"foreground": "#EEFFFF",
|
||||||
"focusBorder": "#FFFFFF00",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#37474F80",
|
"guides": "#37474F80",
|
||||||
"lineNumbers": "#37474F",
|
"lineNumbers": "#37474F",
|
||||||
"invisibles": "#65737E",
|
"invisibles": "#65737E",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"caret": "#272727",
|
"caret": "#272727",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#90A4AE",
|
"foreground": "#90A4AE",
|
||||||
"focusBorder": "#FFFFFF00",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#B0BEC570",
|
"guides": "#B0BEC570",
|
||||||
"lineNumbers": "#CFD8DC",
|
"lineNumbers": "#CFD8DC",
|
||||||
"invisibles": "#E7EAEC",
|
"invisibles": "#E7EAEC",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#A6ACCD",
|
"foreground": "#A6ACCD",
|
||||||
"focusBorder": "#FFFFFF00",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#4E557980",
|
"guides": "#4E557980",
|
||||||
"lineNumbers": "#3A3F58",
|
"lineNumbers": "#3A3F58",
|
||||||
"invisibles": "#4E5579",
|
"invisibles": "#4E5579",
|
||||||
|
|
|
@ -663,7 +663,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"colors": {
|
||||||
"focusBorder": "{{variant.scheme.focusBorder}}",
|
"focusBorder": "{{variant.scheme.focusBorder}}00",
|
||||||
"editorCursor.foreground": "{{variant.scheme.caret}}",
|
"editorCursor.foreground": "{{variant.scheme.caret}}",
|
||||||
"scrollbar.shadow": "{{variant.scheme.shadow}}",
|
"scrollbar.shadow": "{{variant.scheme.shadow}}",
|
||||||
"editor.background": "{{variant.scheme.background}}",
|
"editor.background": "{{variant.scheme.background}}",
|
||||||
|
|
Loading…
Reference in a new issue