We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2693926 commit 85cf56bCopy full SHA for 85cf56b
3 files changed
lib/scripts/bundle-themes.mjs
@@ -21,6 +21,8 @@ const OUTPUT = resolve(__dirname, '../src/lib/themes/bundled.json');
21
const EXTENSIONS = [
22
{ namespace: 'GitHub', name: 'github-vscode-theme' },
23
{ namespace: 'santoso-wijaya', name: 'helios-selene' },
24
+ { namespace: 'jdinhlife', name: 'gruvbox' },
25
+ { namespace: 'cocopon', name: 'iceberg-theme' },
26
];
27
28
const PREFERRED_THEME_ORDER = [
0 commit comments