aboutsummaryrefslogtreecommitdiff
path: root/themes/src
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-09 15:55:32 -0500
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-09 15:55:32 -0500
commitd8674b5ebf2880981a38a4eeedd0f0379b25b553 (patch)
treec1187c59b78006a0fb904461fbcf187248380b81 /themes/src
parentb8c7c56c28599ed85dbf1ad28ea632e053987eb3 (diff)
Yaru Dark: Rename from Yaru
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',