diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-02-09 15:55:32 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-02-09 15:55:32 -0500 |
commit | d8674b5ebf2880981a38a4eeedd0f0379b25b553 (patch) | |
tree | c1187c59b78006a0fb904461fbcf187248380b81 /themes | |
parent | b8c7c56c28599ed85dbf1ad28ea632e053987eb3 (diff) |
Yaru Dark: Rename from Yaru
Diffstat (limited to 'themes')
-rw-r--r-- | themes/dark/yaru-dark.json (renamed from themes/dark/yaru.json) | 2 | ||||
-rw-r--r-- | themes/src/dark/yaru-dark.ts (renamed from themes/src/dark/yaru.ts) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/yaru.json b/themes/dark/yaru-dark.json index ec59fa0..9553c4b 100644 --- a/themes/dark/yaru.json +++ b/themes/dark/yaru-dark.json @@ -1,5 +1,5 @@ { - "name": "Yaru [beta]", + "name": "Yaru Dark", "tokenColors": [ { "name": "Global settings", 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', |