diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/dark/yaru-dark.ts (renamed from themes/src/dark/yaru.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/src/dark/yaru.ts b/themes/src/dark/yaru-dark.ts index c34fac5..187f24a 100644 --- a/themes/src/dark/yaru.ts +++ b/themes/src/dark/yaru-dark.ts @@ -1,7 +1,7 @@ import * as path from 'path'; import { generateTheme, IColorSet } from 'vscode-theme-generator'; -const themeName = 'Yaru [beta]'; +const themeName = 'Yaru Dark'; const colors = { white: '#FFFFFF', cyan: '#55ffff', |