diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-20 17:19:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-20 17:19:18 +0900 |
| commit | beeb8de6da328dfcb26d4876bcd37989c090d919 (patch) | |
| tree | 80f7917d6a6c543f39742f8eb50afa9a451ea9fc /src/client/themes/_dark.json5 | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-beeb8de6da328dfcb26d4876bcd37989c090d919.tar.gz misskey-beeb8de6da328dfcb26d4876bcd37989c090d919.tar.bz2 misskey-beeb8de6da328dfcb26d4876bcd37989c090d919.zip | |
:art:
Diffstat (limited to 'src/client/themes/_dark.json5')
| -rw-r--r-- | src/client/themes/_dark.json5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5 index cdeeb12e76..889436f03b 100644 --- a/src/client/themes/_dark.json5 +++ b/src/client/themes/_dark.json5 @@ -14,6 +14,7 @@ accentLighten: ':lighten<10<@accent', focus: ':alpha<0.3<@accent', bg: '#000', + acrylicBg: ':alpha<0.5<@bg', fg: '#c7d1d8', fgHighlighted: ':lighten<3<@fg', divider: 'rgba(255, 255, 255, 0.1)', |