summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 02:35:13 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 02:35:13 +0900
commit49f8cfb0db79653caf0a1cb158041d51856912ef (patch)
tree6e31dd6142113a86ac0e1c8cca541dff76ab3bda /src/client/theme
parentwip (diff)
downloadsharkey-49f8cfb0db79653caf0a1cb158041d51856912ef.tar.gz
sharkey-49f8cfb0db79653caf0a1cb158041d51856912ef.tar.bz2
sharkey-49f8cfb0db79653caf0a1cb158041d51856912ef.zip
wip
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json4
-rw-r--r--src/client/theme/light.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index aeaf547b72..b3d233d45f 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -15,6 +15,10 @@
"popupBg": "#2c303c",
"popupFg": "#d6dce2",
"modalBackdrop": "rgba(0, 0, 0, 0.5)",
+ "dateDividerBg": "#242731",
+ "dateDividerFg": "#666b79",
+ "footerButtonHover": "#2e3440",
+ "footerButtonActive": "#21242b",
"noteHeaderName": "#fff",
"noteHeaderBadgeFg": "#758188",
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index d4803389da..87f384a200 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -15,6 +15,10 @@
"popupBg": "#fff",
"popupFg": "#586069",
"modalBackdrop": "rgba(0, 0, 0, 0.1)",
+ "dateDividerBg": "#fdfdfd",
+ "dateDividerFg": "#aaa",
+ "footerButtonHover": "#f5f5f5",
+ "footerButtonActive": "#eee",
"noteHeaderName": "#627079",
"noteHeaderBadgeFg": "#aaa",