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/src/dark | |
parent | b8c7c56c28599ed85dbf1ad28ea632e053987eb3 (diff) |
Yaru Dark: Rename from Yaru
Diffstat (limited to 'themes/src/dark')
-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', |