diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 16:58:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 16:58:00 +0900 |
| commit | 5f289e47676b790b6ac2d6c8cb887300e190fd73 (patch) | |
| tree | 86bd8ccbb1c40ea02308a31a8d9ae3bc7435cd56 /src/client/theme | |
| parent | wip (diff) | |
| download | misskey-5f289e47676b790b6ac2d6c8cb887300e190fd73.tar.gz misskey-5f289e47676b790b6ac2d6c8cb887300e190fd73.tar.bz2 misskey-5f289e47676b790b6ac2d6c8cb887300e190fd73.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/halloween.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json index 420a03d2cd..154755fe90 100644 --- a/src/client/theme/halloween.json +++ b/src/client/theme/halloween.json @@ -5,13 +5,13 @@ "author": "syuilo", "inherit": "9978f7f9-5616-44fd-a704-cc5985efdd63" }, - "primary": "#fb8d4e", + "primary": "#d67036", "primaryForeground": "#fff", "bg": "#1b1a35", "face": "#322e44", "faceHeader": "#36314e", "dateDividerBg": "#26253c", - "popupBg": "#2c303c", + "popupBg": "@face", "popupFg": "#d6dce2", "renoteGradient": "#5d2d1a", "renoteText": "#ff6c00", |