From 1e9eeeb980fc416efcda68b4020d65425c0e8e31 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 22:50:34 +0900 Subject: wip --- src/client/theme/dark.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/client/theme/dark.json') 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", -- cgit v1.2.3-freya