aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/yaru.json2
-rw-r--r--themes/src/dark/yaru.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/yaru.json b/themes/dark/yaru.json
index fddab5f..441ec75 100644
--- a/themes/dark/yaru.json
+++ b/themes/dark/yaru.json
@@ -1,5 +1,5 @@
{
- "name": "Yaru",
+ "name": "Yaru [beta]",
"tokenColors": [
{
"name": "Global settings",
diff --git a/themes/src/dark/yaru.ts b/themes/src/dark/yaru.ts
index a1a38cd..6a274a1 100644
--- a/themes/src/dark/yaru.ts
+++ b/themes/src/dark/yaru.ts
@@ -1,7 +1,7 @@
import * as path from 'path';
import { generateTheme, IColorSet } from 'vscode-theme-generator';
-const themeName = 'Yaru';
+const themeName = 'Yaru [beta]';
const colors = {
black: '#111111',
white: '#FFFFFF',