Skip to content

Commit

Permalink
Add Vesper(dark) theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ije authored Feb 9, 2024
1 parent 5b7d3ce commit 30551a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sources-themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ export const sourcesCommunity: ThemeSource[] = [
name: 'one-dark-pro',
source: 'https://github.com/Binaryify/OneDark-Pro/blob/master/themes/OneDark-Pro.json',
},
{
name: "vesper",

Check failure on line 125 in sources-themes.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
displayName: "Vesper",

Check failure on line 126 in sources-themes.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
type: "dark",

Check failure on line 127 in sources-themes.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
source: "https://github.com/raunofreiberg/vesper/blob/main/themes/Vesper-dark-color-theme.json",

Check failure on line 128 in sources-themes.ts

View workflow job for this annotation

GitHub Actions / lint

Expected "source" to come before "type"

Check failure on line 128 in sources-themes.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
},
]

export const sourcesMarketplace: ThemeSource[] = [
Expand Down

0 comments on commit 30551a3

Please sign in to comment.