Skip to content

Commit

Permalink
chore: exclude vscode modern themes
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 20, 2023
1 parent 8288eec commit 03b42d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/themes/sources.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
import type { ThemeSource } from './types'

export const sourcesVSCode: ThemeSource[] = [
{
displayName: 'Dark Modern',
name: 'dark-modern',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/theme-defaults/themes/dark_modern.json',
},
{
displayName: 'Dark Plus',
name: 'dark-plus',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/theme-defaults/themes/dark_plus.json',
},
{
displayName: 'Light Modern',
name: 'light-modern',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/theme-defaults/themes/light_modern.json',
},
{
displayName: 'Light Plus',
name: 'light-plus',
Expand Down

0 comments on commit 03b42d9

Please sign in to comment.