diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:01:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:01:11 +0900 |
| commit | 6a82e94c5489d4879cbbf86091cd15c7d144f284 (patch) | |
| tree | 148f1b4bba454a71075d4b7b21d983b58215e8af /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-6a82e94c5489d4879cbbf86091cd15c7d144f284.tar.gz sharkey-6a82e94c5489d4879cbbf86091cd15c7d144f284.tar.bz2 sharkey-6a82e94c5489d4879cbbf86091cd15c7d144f284.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/halloween.json | 3 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 015225ddab..74447b8f2f 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -1,6 +1,6 @@ { "meta": { - "id": "9978f7f9-5616-44fd-a704-cc5985efdd63", + "id": "dark", "name": "Dark", "author": "syuilo", "vars": { diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json index 6e92db95ff..fb34db57a8 100644 --- a/src/client/theme/halloween.json +++ b/src/client/theme/halloween.json @@ -3,10 +3,9 @@ "id": "42e4f09b-67d5-498c-af7d-29faa54745b0", "name": "Halloween", "author": "syuilo", - "inherit": "9978f7f9-5616-44fd-a704-cc5985efdd63", + "base": "dark", "vars": { "primary": "#d67036", - "primaryForeground": "#fff", "secondary": "#1f1d30", "text": "#b1bee3" } diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 3d131f066a..1b6604e642 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -1,6 +1,6 @@ { "meta": { - "id": "406cfea3-a4e7-486c-9057-30ede1353c3f", + "id": "light", "name": "Light", "author": "syuilo", "vars": { |