diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-04 13:48:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-04 13:48:26 +0900 |
| commit | 35489ef5b7dde1ffda11cb1ab83fc26c17e41196 (patch) | |
| tree | fc078b9f58983d76612c8cac32f204ee7da53b9e /src/client/theme/dark.json5 | |
| parent | Improve default theme definition (light) (diff) | |
| download | sharkey-35489ef5b7dde1ffda11cb1ab83fc26c17e41196.tar.gz sharkey-35489ef5b7dde1ffda11cb1ab83fc26c17e41196.tar.bz2 sharkey-35489ef5b7dde1ffda11cb1ab83fc26c17e41196.zip | |
Improve default theme definition (dark)
Diffstat (limited to 'src/client/theme/dark.json5')
| -rw-r--r-- | src/client/theme/dark.json5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 2042bd7931..72362a2305 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -46,15 +46,15 @@ noteHeaderBadgeBg: 'rgba(0, 0, 0, 0.25)', noteHeaderAdminFg: '#f15f71', noteHeaderAdminBg: '#5d282e', - noteHeaderAcct: '#606984', - noteHeaderInfo: '#606984', + noteHeaderAcct: ':alpha<0.65<$text', + noteHeaderInfo: ':alpha<0.5<$text', - noteActions: '#606984', - noteActionsHover: '#a1a8bf', + noteActions: ':alpha<0.45<$text', + noteActionsHover: ':alpha<0.6<$text', noteActionsReplyHover: '#0af', noteActionsRenoteHover: '#8d0', noteActionsReactionHover: '#fa0', - noteActionsHighlighted: '#707b97', + noteActionsHighlighted: ':alpha<0.7<$text', noteAttachedFile: 'rgba(255, 255, 255, 0.1)', |