Skip to content

Commit 85cf56b

Browse files
committed
Bundle gruvbox and iceberg.
1 parent 2693926 commit 85cf56b

3 files changed

Lines changed: 425 additions & 1 deletion

File tree

lib/scripts/bundle-themes.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const OUTPUT = resolve(__dirname, '../src/lib/themes/bundled.json');
2121
const EXTENSIONS = [
2222
{ namespace: 'GitHub', name: 'github-vscode-theme' },
2323
{ namespace: 'santoso-wijaya', name: 'helios-selene' },
24+
{ namespace: 'jdinhlife', name: 'gruvbox' },
25+
{ namespace: 'cocopon', name: 'iceberg-theme' },
2426
];
2527

2628
const PREFERRED_THEME_ORDER = [

0 commit comments

Comments
 (0)