From 30551a3a9e0469fabe575f70b4c7e0f68b1bf2dd Mon Sep 17 00:00:00 2001 From: X Date: Sat, 10 Feb 2024 03:15:44 +0800 Subject: [PATCH 1/2] Add Vesper(dark) theme --- sources-themes.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sources-themes.ts b/sources-themes.ts index 5b69ac5..2c25f02 100644 --- a/sources-themes.ts +++ b/sources-themes.ts @@ -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", + displayName: "Vesper", + type: "dark", + source: "https://github.com/raunofreiberg/vesper/blob/main/themes/Vesper-dark-color-theme.json", + }, ] export const sourcesMarketplace: ThemeSource[] = [ From 52c373809623d3ea72d526213153aabde20e1612 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 11 Feb 2024 15:24:25 +0100 Subject: [PATCH 2/2] chore: update --- sources-themes.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources-themes.ts b/sources-themes.ts index 2c25f02..2797132 100644 --- a/sources-themes.ts +++ b/sources-themes.ts @@ -122,10 +122,10 @@ export const sourcesCommunity: ThemeSource[] = [ source: 'https://github.com/Binaryify/OneDark-Pro/blob/master/themes/OneDark-Pro.json', }, { - name: "vesper", - displayName: "Vesper", - type: "dark", - source: "https://github.com/raunofreiberg/vesper/blob/main/themes/Vesper-dark-color-theme.json", + name: 'vesper', + displayName: 'Vesper', + source: 'https://github.com/raunofreiberg/vesper/blob/main/themes/Vesper-dark-color-theme.json', + type: 'dark', }, ]