summaryrefslogtreecommitdiff
path: root/src/client/themes
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-12 13:09:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-12 13:09:40 +0900
commit68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6 (patch)
tree7755c29a13ad4358b5d11feac1e484ac28a8906e /src/client/themes
parentrespect reduce animation settings in list (diff)
downloadmisskey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.tar.gz
misskey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.tar.bz2
misskey-68b1fea6bb3bfb8a0bcbd4ab92fd5687847284f6.zip
:art:
Diffstat (limited to 'src/client/themes')
-rw-r--r--src/client/themes/_dark.json52
-rw-r--r--src/client/themes/_light.json52
-rw-r--r--src/client/themes/d-persimmon.json52
-rw-r--r--src/client/themes/l-light.json52
4 files changed, 4 insertions, 4 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index 9ce8853614..cdeeb12e76 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -28,7 +28,7 @@
acrylicPanel: ':alpha<0.5<@panel',
shadow: 'rgba(0, 0, 0, 0.3)',
header: ':alpha<0.7<@bg',
- navBg: '@bg',
+ navBg: '@panel',
navFg: '@fg',
navHoverFg: ':lighten<17<@fg',
navActive: '@accent',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index d08063fdaf..e4d18d6cec 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -28,7 +28,7 @@
acrylicPanel: ':alpha<0.5<@panel',
shadow: 'rgba(0, 0, 0, 0.1)',
header: ':alpha<0.7<@bg',
- navBg: '@bg',
+ navBg: '@panel',
navFg: '@fg',
navHoverFg: ':darken<17<@fg',
navActive: '@accent',
diff --git a/src/client/themes/d-persimmon.json5 b/src/client/themes/d-persimmon.json5
index 067911ace6..ecfce1681f 100644
--- a/src/client/themes/d-persimmon.json5
+++ b/src/client/themes/d-persimmon.json5
@@ -19,7 +19,7 @@
infoFg: '@fg',
infoBg: '#333c3b',
header: ':alpha<0.7<@bg',
- navBg: '#1f211f',
+ navBg: '#141714',
renote: '@accent',
mention: '@accent',
mentionMe: '#de6161',
diff --git a/src/client/themes/l-light.json5 b/src/client/themes/l-light.json5
index f7ec85d01e..34be20fae0 100644
--- a/src/client/themes/l-light.json5
+++ b/src/client/themes/l-light.json5
@@ -12,7 +12,7 @@
fg: '#636b71',
divider: 'rgb(223, 223, 223)',
header: ':alpha<0.7<@bg',
- navBg: '@bg',
+ navBg: '#fff',
panel: '#fff',
panelShadow: '" 0 8px 24px rgb(21 43 75 / 8%)',
panelHeaderDivider: '@divider',