diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-11 20:27:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-11 20:27:09 +0900 |
| commit | d43fe853c3605696e2e57e240845d0fc9c284f61 (patch) | |
| tree | 838914e262c0fca5737588a7bba64e2b9f3d8e5f /src/const.json | |
| parent | Update README.md (diff) | |
| parent | wip #1443 (diff) | |
| download | misskey-d43fe853c3605696e2e57e240845d0fc9c284f61.tar.gz misskey-d43fe853c3605696e2e57e240845d0fc9c284f61.tar.bz2 misskey-d43fe853c3605696e2e57e240845d0fc9c284f61.zip | |
Merge pull request #1 from syuilo/master
追従
Diffstat (limited to 'src/const.json')
| -rw-r--r-- | src/const.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/const.json b/src/const.json index 924b4dd8b3..65dc734fab 100644 --- a/src/const.json +++ b/src/const.json @@ -1,4 +1,5 @@ { - "themeColor": "#ff4e45", + "copyright": "Copyright (c) 2014-2018 syuilo", + "themeColor": "#5cbb2d", "themeColorForeground": "#fff" } |