summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 14:32:48 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 14:32:48 +0900
commit4fe2f29478fbf81cb21450170b551ed21211a854 (patch)
treead53b7e7667705c5a0a4b29fbe26a99e79b6bff6 /src/client/theme
parentwip (diff)
downloadsharkey-4fe2f29478fbf81cb21450170b551ed21211a854.tar.gz
sharkey-4fe2f29478fbf81cb21450170b551ed21211a854.tar.bz2
sharkey-4fe2f29478fbf81cb21450170b551ed21211a854.zip
wip
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json24
-rw-r--r--src/client/theme/halloween.json2
-rw-r--r--src/client/theme/light.json24
3 files changed, 35 insertions, 15 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index c9e9835136..88bde9d684 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -13,11 +13,22 @@
"face": "#282c37",
"faceHeader": "#313543",
"faceDivider": "rgba(0, 0, 0, 0.3)",
+ "faceTextButton": "#9baec8",
+ "faceTextButtonHover": "#b2c1d5",
"popupBg": "#2c303c",
"popupFg": "#d6dce2",
"subNoteBg": "rgba(0, 0, 0, 0.18)",
"renoteGradient": "#314027",
"renoteText": "#9dbb00",
+ "quoteBorder": "#4e945e",
+ "noteText": "#fff",
+ "noteHeaderName": "#fff",
+ "noteHeaderBadgeFg": "#758188",
+ "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.25)",
+ "noteHeaderAdminFg": "#f15f71",
+ "noteHeaderAdminBg": "#5d282e",
+ "noteHeaderAcct": "#606984",
+ "noteHeaderInfo": "#606984",
"noteActions": "#606984",
"noteActionsHover": "#a1a8bf",
"noteActionsReplyHover": "#0af",
@@ -28,13 +39,6 @@
"dateDividerBg": "#242731",
"dateDividerFg": "#666b79",
"switchTrack": "rgba(255, 255, 255, 0.15)",
- "noteHeaderName": "#fff",
- "noteHeaderBadgeFg": "#758188",
- "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.25)",
- "noteHeaderAdminFg": "#f15f71",
- "noteHeaderAdminBg": "#5d282e",
- "noteHeaderAcct": "#606984",
- "noteHeaderInfo": "#606984",
"autocompleteItemHoverBg": "rgba(255, 255, 255, 0.1)",
"autocompleteItemText": "rgba(255, 255, 255, 0.8)",
"autocompleteItemTextSub": "rgba(255, 255, 255, 0.3)",
@@ -43,6 +47,12 @@
"cwButtonHoverBg": "#707b97",
"reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)",
"desktopHeaderBg": "#313543",
+ "desktopPostFormBg": "@face",
+ "desktopPostFormTextareaBg": "rgba(0, 0, 0, 0.25)",
+ "desktopPostFormTextareaFg": "#fff",
+ "desktopTimelineHeaderShadow": "rgba(0, 0, 0, 0.15)",
+ "desktopTimelineSrc": "@faceTextButton",
+ "desktopTimelineSrcHover": "@faceTextButtonHover",
"mobileSignedInAsBg": "#273c34",
"mobileSignedInAsFg": "#49ab63",
"mobileSignoutBg": "#652222",
diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json
index b156eb1aa8..474fc7ea8f 100644
--- a/src/client/theme/halloween.json
+++ b/src/client/theme/halloween.json
@@ -8,7 +8,7 @@
"primary": "#fb8d4e",
"primaryForeground": "#fff",
"bg": "#1b1a35",
- "face": "#2e2a3e",
+ "face": "#322e44",
"faceHeader": "#36314e",
"dateDividerBg": "#26253c",
"popupBg": "#2c303c",
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index 6aef10d9a6..3374a62e36 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -13,11 +13,22 @@
"face": "#fff",
"faceHeader": "#fff",
"faceDivider": "rgba(0, 0, 0, 0.082)",
+ "faceTextButton": "#ccc",
+ "faceTextButtonHover": "#aaa",
"popupBg": "#fff",
"popupFg": "#586069",
"subNoteBg": "rgba(0, 0, 0, 0.01)",
"renoteGradient": "#edfde2",
"renoteText": "#9dbb00",
+ "quoteBorder": "#c0dac6",
+ "noteText": "#717171",
+ "noteHeaderName": "#627079",
+ "noteHeaderBadgeFg": "#aaa",
+ "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.05)",
+ "noteHeaderAdminFg": "#f15f71",
+ "noteHeaderAdminBg": "#5d282e",
+ "noteHeaderAcct": "#ccc",
+ "noteHeaderInfo": "#c0c0c0",
"noteActions": "#ddd",
"noteActionsHover": "#444",
"noteActionsReplyHover": "#0af",
@@ -28,13 +39,6 @@
"dateDividerBg": "#fdfdfd",
"dateDividerFg": "#aaa",
"switchTrack": "rgba(0, 0, 0, 0.25)",
- "noteHeaderName": "#627079",
- "noteHeaderBadgeFg": "#aaa",
- "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.05)",
- "noteHeaderAdminFg": "#f15f71",
- "noteHeaderAdminBg": "#5d282e",
- "noteHeaderAcct": "#ccc",
- "noteHeaderInfo": "#c0c0c0",
"autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)",
"autocompleteItemText": "rgba(0, 0, 0, 0.8)",
"autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)",
@@ -43,6 +47,12 @@
"cwButtonHoverBg": "#bbc4ce",
"reactionPickerButtonHoverBg": "#eee",
"desktopHeaderBg": "#f7f7f7",
+ "desktopPostFormBg": "#fff6f6",
+ "desktopPostFormTextareaBg": "#fff",
+ "desktopPostFormTextareaFg": "#333",
+ "desktopTimelineHeaderShadow": "rgba(0, 0, 0, 0.08)",
+ "desktopTimelineSrc": "#6f7477",
+ "desktopTimelineSrcHover": "#525a5f",
"mobileSignedInAsBg": "#fcfff5",
"mobileSignedInAsFg": "#2c662d",
"mobileSignoutBg": "#fff6f5",