aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-09 18:12:29 -0500
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-09 18:12:29 -0500
commit38930750a2a81ec2d6e6cb904f3ae202d98139a7 (patch)
tree4315e5b4ce387030f6b1af1aa42082069a3b03c8 /package.json
parentd8674b5ebf2880981a38a4eeedd0f0379b25b553 (diff)
Yaru: Add (light) theme
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
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"
}
]
},