diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 00:41:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 00:41:30 +0900 |
| commit | 810ed509768f7f90f1a8f0ac2aa036d64b24808b (patch) | |
| tree | cec1cb914c9a833a00bf3e134bb886d0d9101107 /src | |
| parent | Custom reaction (#4517) (diff) | |
| download | sharkey-810ed509768f7f90f1a8f0ac2aa036d64b24808b.tar.gz sharkey-810ed509768f7f90f1a8f0ac2aa036d64b24808b.tar.bz2 sharkey-810ed509768f7f90f1a8f0ac2aa036d64b24808b.zip | |
Update black.json5
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/theme/black.json5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5 index 836130215c..7f2c5026f9 100644 --- a/src/client/theme/black.json5 +++ b/src/client/theme/black.json5 @@ -25,15 +25,15 @@ noteHeaderInfo: '$c4', subNoteText: ':alpha<0.7<$c4', renoteGradient: 'rgba(0, 0, 0, 0)', - renoteText: '#7bb54a', - quoteBorder: 'rgb(78, 148, 94)', + renoteText: '$c2', + quoteBorder: '$c2', mfmHashtag: '$c1', - mfmUrl: '#5b8bbd', - mfmLink: '#5b8bbd', - mfmMention: '$c2', + mfmUrl: '$c2', + mfmLink: '$c2', + mfmMention: '$c1', mfmMentionForeground: '#fff', notificationIndicator: '$c2', - link: '$c3', + link: '$c2', desktopHeaderBg: '$secondary', }, } |