summaryrefslogtreecommitdiff
path: root/src/client/theme/dark.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 22:50:34 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 22:50:34 +0900
commit1e9eeeb980fc416efcda68b4020d65425c0e8e31 (patch)
treea970e7836e56aea008b7bc0ded16c7e963375a13 /src/client/theme/dark.json
parentwip (diff)
downloadmisskey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.gz
misskey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.bz2
misskey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.zip
wip
Diffstat (limited to 'src/client/theme/dark.json')
-rw-r--r--src/client/theme/dark.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index 8962235f2f..44a8e0e568 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -6,9 +6,10 @@
"vars": {
"primary": "#fb4e4e",
"secondary": "#282C37",
- "text": "#d0e0ea"
+ "text": "#d6dae0"
}
},
+
"primary": "$primary",
"primaryForeground": "#fff",
"bg": ":darken<8<$secondary",
@@ -54,6 +55,9 @@
"dateDividerFg": "#666b79",
"switchTrack": "rgba(255, 255, 255, 0.15)",
+ "inputBorder": "rgba(255, 255, 255, 0.7)",
+ "inputLabel": "rgba(255, 255, 255, 0.7)",
+ "inputText": "#fff",
"autocompleteItemHoverBg": "rgba(255, 255, 255, 0.1)",
"autocompleteItemText": "rgba(255, 255, 255, 0.8)",
@@ -65,6 +69,12 @@
"reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)",
+ "urlPreviewBorder": "rgba(0, 0, 0, 0.4)",
+ "urlPreviewBorderHover": "rgba(255, 255, 255, 0.2)",
+ "urlPreviewTitle": "$text",
+ "urlPreviewText": ":alpha<0.7<$text",
+ "urlPreviewInfo": ":alpha<0.8<$text",
+
"calendarWeek": "#43d5dc",
"calendarSaturdayOrSunday": "#ff6679",
"calendarDay": "#c5ced6",