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';
|
||||
fs.writeFileSync(path, contents, 'utf-8');
|
||||
gutil.log(
|
||||
gutil.colors.magenta('\n--------------'),
|
||||
gutil.colors.blue('---------------'),
|
||||
gutil.colors.red('---------------'),
|
||||
gutil.colors.yellow('---------------'
|
||||
));
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
);
|
||||
gutil.log('Generated', gutil.colors.green(path));
|
||||
gutil.log(
|
||||
'Build completed ✔',
|
||||
gutil.colors.magenta('\n--------------'),
|
||||
gutil.colors.blue('---------------'),
|
||||
gutil.colors.red('---------------'),
|
||||
gutil.colors.yellow('---------------'
|
||||
));
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
);
|
||||
|
||||
cb();
|
||||
});
|
||||
|
|
|
@ -32,13 +32,13 @@ files.forEach(file => {
|
|||
}
|
||||
});
|
||||
|
||||
gulp.task('build:themes', cb => {
|
||||
gutil.log()
|
||||
})
|
||||
gulp.task('build:themes', cb => {
|
||||
gutil.log(
|
||||
gutil.colors.magenta('\n--------------'),
|
||||
gutil.colors.blue('---------------'),
|
||||
gutil.colors.red('---------------'),
|
||||
gutil.colors.yellow('---------------'
|
||||
));
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
);
|
||||
themeVariants.forEach(variant => {
|
||||
const templateData = {
|
||||
'commons': themeCommons,
|
||||
|
@ -61,10 +61,6 @@ gulp.task('build:themes', cb => {
|
|||
});
|
||||
|
||||
gutil.log(
|
||||
'Build completed ✔',
|
||||
gutil.colors.magenta('\n--------------'),
|
||||
gutil.colors.blue('---------------'),
|
||||
gutil.colors.red('---------------'),
|
||||
gutil.colors.yellow('---------------'
|
||||
));
|
||||
gutil.colors.gray('\n████████████████████████████████████████████████████████\n')
|
||||
);
|
||||
});
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#EEFFFF",
|
||||
"focusBorder": "#FFFFFF00",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#42424270",
|
||||
"lineNumbers": "#424242",
|
||||
"invisibles": "#65737E",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#EEFFFF",
|
||||
"focusBorder": "#FFFFFF00",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#37474F80",
|
||||
"lineNumbers": "#37474F",
|
||||
"invisibles": "#65737E",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"caret": "#272727",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#90A4AE",
|
||||
"focusBorder": "#FFFFFF00",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#B0BEC570",
|
||||
"lineNumbers": "#CFD8DC",
|
||||
"invisibles": "#E7EAEC",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#A6ACCD",
|
||||
"focusBorder": "#FFFFFF00",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#4E557980",
|
||||
"lineNumbers": "#3A3F58",
|
||||
"invisibles": "#4E5579",
|
||||
|
|
|
@ -663,7 +663,7 @@
|
|||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusBorder": "{{variant.scheme.focusBorder}}",
|
||||
"focusBorder": "{{variant.scheme.focusBorder}}00",
|
||||
"editorCursor.foreground": "{{variant.scheme.caret}}",
|
||||
"scrollbar.shadow": "{{variant.scheme.shadow}}",
|
||||
"editor.background": "{{variant.scheme.background}}",
|
||||
|
|
Loading…
Reference in a new issue