summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:55:34 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:55:34 +0900
commitf5b41e1fbf901a3a33c5a8954c189a2b5083db1e (patch)
tree7fb90d75683c95058006ec4c0a284624997963f8 /src
parentrefactror (diff)
downloadsharkey-f5b41e1fbf901a3a33c5a8954c189a2b5083db1e.tar.gz
sharkey-f5b41e1fbf901a3a33c5a8954c189a2b5083db1e.tar.bz2
sharkey-f5b41e1fbf901a3a33c5a8954c189a2b5083db1e.zip
refactor
Diffstat (limited to 'src')
-rw-r--r--src/client/themes/_dark.json52
-rw-r--r--src/client/themes/_light.json52
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index f4d5e244d8..9b80128600 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -1,3 +1,5 @@
+// ダークテーマのベーステーマ
+// このテーマが直接使われることは無い
{
id: 'dark',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index d9dca7df69..e0b6d3cd6f 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -1,3 +1,5 @@
+// ライトテーマのベーステーマ
+// このテーマが直接使われることは無い
{
id: 'light',