summaryrefslogtreecommitdiff
path: root/src/client/theme/light.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-28 10:14:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-28 10:14:58 +0900
commit9ea7de3564caa063ee9549ae808ea731379e2516 (patch)
tree9930f7562c2df648671e5f7996aa646d0467ea27 /src/client/theme/light.json
parentwip (diff)
downloadsharkey-9ea7de3564caa063ee9549ae808ea731379e2516.tar.gz
sharkey-9ea7de3564caa063ee9549ae808ea731379e2516.tar.bz2
sharkey-9ea7de3564caa063ee9549ae808ea731379e2516.zip
wip
Diffstat (limited to 'src/client/theme/light.json')
-rw-r--r--src/client/theme/light.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index 9f41ee8f22..d05ee995f6 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -29,6 +29,7 @@
"faceClearButtonActive": "rgba(0, 0, 0, 0.05)",
"popupBg": ":lighten<5<$secondary",
"popupFg": "#586069",
+
"subNoteBg": "rgba(0, 0, 0, 0.01)",
"renoteGradient": "#edfde2",
"renoteText": "#9dbb00",
@@ -49,10 +50,12 @@
"noteActionsReactionHover": "#fa0",
"noteActionsHighlighted": "#888",
+ "noteAttachedFile": "rgba(0, 0, 0, 0.05)",
+
"modalBackdrop": "rgba(0, 0, 0, 0.1)",
- "dateDividerBg": "#fdfdfd",
- "dateDividerFg": "#aaa",
+ "dateDividerBg": ":darken<2<$secondary",
+ "dateDividerFg": ":alpha<0.7<$text",
"switchTrack": "rgba(0, 0, 0, 0.25)",
"inputBorder": "rgba(0, 0, 0, 0.42)",
@@ -103,8 +106,8 @@
"messagingRoomMessageBg": "#eee",
"messagingRoomMessageFg": "#333",
- "desktopHeaderBg": "#f7f7f7",
- "desktopHeaderFg": "#9eaba8",
+ "desktopHeaderBg": ":lighten<5<$secondary",
+ "desktopHeaderFg": "$text",
"desktopHeaderHoverFg": "#7b8c88",
"desktopHeaderIcon": "url('/assets/desktop/header-icon.light.svg')",
"desktopHeaderSearchBg": "rgba(0, 0, 0, 0.05)",