diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:19:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:19:35 +0900 |
| commit | 904114740b2f87743c332e029a4c6817ebb9e17d (patch) | |
| tree | 72f4645aa02999d7e795e93359a52f95d63dadc9 /src/client/theme | |
| parent | wip (diff) | |
| download | misskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.gz misskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.bz2 misskey-904114740b2f87743c332e029a4c6817ebb9e17d.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 4ea0a1a649..ffe0ffa3ce 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -3,6 +3,7 @@ "name": "Dark" }, "primary": "#fb4e4e", + "primaryForeground": "#fff", "bg": "#191B22", "scrollbarTrack": "#282C37", "scrollbarHandle": "#454954", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 00a74a53c5..f4d061e5ce 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -3,6 +3,7 @@ "name": "Light" }, "primary": "#fb4e4e", + "primaryForeground": "#fff", "bg": "#f7f7f7", "scrollbarTrack": "#fff", "scrollbarHandle": "#00000033", |