From 38930750a2a81ec2d6e6cb904f3ae202d98139a7 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sat, 9 Feb 2019 18:12:29 -0500 Subject: Yaru: Add (light) theme --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index db24974..118631a 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,11 @@ "label": "Arc", "uiTheme": "vs", "path": "./themes/light/arc.json" + }, + { + "label": "Yaru [Beta]", + "uiTheme": "vs", + "path": "./themes/light/yaru.json" } ] }, -- cgit v1.2.3