diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 20:55:59 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 20:55:59 +0900 |
| commit | 3ec6101b160d6ebbffda1ff6bf4873c49f3253b5 (patch) | |
| tree | 26d2b5fd91f6b55edbc6cfca7d5413bb030c02ce /src/client/themes | |
| parent | :art: (diff) | |
| download | misskey-3ec6101b160d6ebbffda1ff6bf4873c49f3253b5.tar.gz misskey-3ec6101b160d6ebbffda1ff6bf4873c49f3253b5.tar.bz2 misskey-3ec6101b160d6ebbffda1ff6bf4873c49f3253b5.zip | |
:art:
Diffstat (limited to 'src/client/themes')
| -rw-r--r-- | src/client/themes/d-botanical.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/themes/d-botanical.json5 b/src/client/themes/d-botanical.json5 index f3665e22b2..c03b95e2d7 100644 --- a/src/client/themes/d-botanical.json5 +++ b/src/client/themes/d-botanical.json5 @@ -20,7 +20,7 @@ renote: '@accent', mention: 'rgb(212, 153, 76)', mentionMe: 'rgb(212, 210, 76)', - hashtag: 'rgb(76, 212, 180)', + hashtag: '#5bcbb0', link: '@accent', }, } |