summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-24 15:48:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-24 15:48:27 +0900
commit44e9be5a1cd071476359ce997807b13cca5b8d0b (patch)
treeb8499ccca2316b4c1e9253519bf8a9abe008b9ed /src/client/theme
parentDocker関連の修正 (#2997) (diff)
downloadmisskey-44e9be5a1cd071476359ce997807b13cca5b8d0b.tar.gz
misskey-44e9be5a1cd071476359ce997807b13cca5b8d0b.tar.bz2
misskey-44e9be5a1cd071476359ce997807b13cca5b8d0b.zip
Better default theme :art:
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json52
-rw-r--r--src/client/theme/light.json52
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 68c001d354..23bface34b 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -34,7 +34,7 @@
faceClearButtonHover: 'rgba(0, 0, 0, 0.1)',
faceClearButtonActive: 'rgba(0, 0, 0, 0.2)',
popupBg: ':lighten<5<$secondary',
- popupFg: '#d6dce2',
+ popupFg: '$text',
subNoteBg: 'rgba(0, 0, 0, 0.18)',
subNoteText: ':alpha<0.7<$text',
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index 3570dd40b5..18ac6bd73f 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -34,7 +34,7 @@
faceClearButtonHover: 'rgba(0, 0, 0, 0.025)',
faceClearButtonActive: 'rgba(0, 0, 0, 0.05)',
popupBg: ':lighten<5<$secondary',
- popupFg: '#586069',
+ popupFg: '$text',
subNoteBg: 'rgba(0, 0, 0, 0.01)',
subNoteText: ':alpha<0.7<$text',