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 | |
| parent | wip (diff) | |
| download | sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.gz sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.tar.bz2 sharkey-1e9eeeb980fc416efcda68b4020d65425c0e8e31.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 12 | ||||
| -rw-r--r-- | src/client/theme/halloween.json | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json | 10 |
3 files changed, 22 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", diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json index 327d04cad6..1fc60c00ad 100644 --- a/src/client/theme/halloween.json +++ b/src/client/theme/halloween.json @@ -11,6 +11,7 @@ "text": "#b1bee3" } }, + "renoteGradient": "#5d2d1a", "renoteText": "#ff6c00", "desktopHeaderBg": "#36314e" 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", |