From 6b96bd01854ecfb7b0ee816831ff4634af8af856 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:04:31 +0900 Subject: テーマに関して強化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/app.vue | 3 - src/client/app/boot.js | 1 - src/client/app/common/views/components/theme.vue | 103 +++++++---- src/client/app/init.ts | 11 +- src/client/app/theme.ts | 62 +++---- src/client/theme/dark.json | 204 ---------------------- src/client/theme/dark.json5 | 207 +++++++++++++++++++++++ src/client/theme/halloween.json | 17 -- src/client/theme/halloween.json5 | 21 +++ src/client/theme/light.json | 204 ---------------------- src/client/theme/light.json5 | 207 +++++++++++++++++++++++ src/client/theme/pink.json | 17 -- src/client/theme/pink.json5 | 20 +++ 13 files changed, 564 insertions(+), 513 deletions(-) delete mode 100644 src/client/theme/dark.json create mode 100644 src/client/theme/dark.json5 delete mode 100644 src/client/theme/halloween.json create mode 100644 src/client/theme/halloween.json5 delete mode 100644 src/client/theme/light.json create mode 100644 src/client/theme/light.json5 delete mode 100644 src/client/theme/pink.json create mode 100644 src/client/theme/pink.json5 (limited to 'src/client') diff --git a/src/client/app/app.vue b/src/client/app/app.vue index 778e9f29cf..e639c9f9ac 100644 --- a/src/client/app/app.vue +++ b/src/client/app/app.vue @@ -5,9 +5,6 @@