diff options
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 11b001ceb1..8dd4b1fe7b 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -9,6 +9,7 @@ "text": "#666" } }, + "primary": "$primary", "primaryForeground": "#fff", "bg": ":darken<8<$secondary", @@ -54,6 +55,9 @@ "dateDividerFg": "#aaa", "switchTrack": "rgba(0, 0, 0, 0.25)", + "inputBorder": "rgba(0, 0, 0, 0.42)", + "inputLabel": "rgba(0, 0, 0, 0.54)", + "inputText": "#000", "autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)", "autocompleteItemText": "rgba(0, 0, 0, 0.8)", @@ -65,6 +69,12 @@ "reactionPickerButtonHoverBg": "#eee", + "urlPreviewBorder": "rgba(0, 0, 0, 0.1)", + "urlPreviewBorderHover": "rgba(0, 0, 0, 0.2)", + "urlPreviewTitle": "$text", + "urlPreviewText": ":alpha<0.7<$text", + "urlPreviewInfo": ":alpha<0.8<$text", + "calendarWeek": "#19a2a9", "calendarSaturdayOrSunday": "#ef95a0", "calendarDay": "#777", |