diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:50:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:50:34 +0900 |
| commit | 1e9eeeb980fc416efcda68b4020d65425c0e8e31 (patch) | |
| tree | a970e7836e56aea008b7bc0ded16c7e963375a13 /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.gz sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.bz2 sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.zip | |
wip
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", |