summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-10-19 06:18:33 +0900
committerGitHub <noreply@github.com>2018-10-19 06:18:33 +0900
commitfef4f7fce81d5aca76a8c45713c76c0c482884e7 (patch)
tree87f460732361921860ac40b2130430014fce6e58 /src/client/theme
parentMerge pull request #2929 from syuilo/l10n_develop (diff)
downloadmisskey-fef4f7fce81d5aca76a8c45713c76c0c482884e7.tar.gz
misskey-fef4f7fce81d5aca76a8c45713c76c0c482884e7.tar.bz2
misskey-fef4f7fce81d5aca76a8c45713c76c0c482884e7.zip
#2930 (#2933)
* wip * wip * Clean up * wip * wip * wip * wip * wip * wip * wip * wip * :art: * wip * wip
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json51
-rw-r--r--src/client/theme/light.json51
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 59cff0ae44..deb4c4ceee 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -174,6 +174,7 @@
desktopSettingsNavItemHover: ':lighten<10<$text',
deckAcrylicColumnBg: 'rgba(0, 0, 0, 0.25)',
+ deckUserColumnBg: ':darken<3<@face',
mobileHeaderBg: ':lighten<5<$secondary',
mobileHeaderFg: '$text',
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index a1b000530a..c5b3148834 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -174,6 +174,7 @@
desktopSettingsNavItemHover: ':darken<10<$text',
deckAcrylicColumnBg: 'rgba(0, 0, 0, 0.1)',
+ deckUserColumnBg: ':darken<4<@face',
mobileHeaderBg: ':lighten<5<$secondary',
mobileHeaderFg: '$text',