summaryrefslogtreecommitdiff
path: root/src/client/themes
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
commitf31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch)
treee48e372ddaac8514cada36f165bf921f313971a4 /src/client/themes
parentFix bug (diff)
downloadsharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip
wip
Diffstat (limited to 'src/client/themes')
-rw-r--r--src/client/themes/_dark.json53
-rw-r--r--src/client/themes/_light.json53
-rw-r--r--src/client/themes/lavender.json51
3 files changed, 2 insertions, 5 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index 5f30d2141b..db4813d8ba 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -33,8 +33,7 @@
divider: 'rgba(255, 255, 255, 0.1)',
scrollbarHandle: 'rgba(255, 255, 255, 0.2)',
scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)',
- dateLabelBg: 'rgba(255, 255, 255, 0.08)',
- dateLabelFg: '#fff',
+ dateLabelFg: '@fg',
infoBg: '#253142',
infoFg: '#fff',
infoWarnBg: '#42321c',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index 2b411fb28d..ead162011a 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -33,8 +33,7 @@
divider: 'rgba(0, 0, 0, 0.1)',
scrollbarHandle: 'rgba(0, 0, 0, 0.2)',
scrollbarHandleHover: 'rgba(0, 0, 0, 0.4)',
- dateLabelBg: 'rgba(0, 0, 0, 0.5)',
- dateLabelFg: '#fff',
+ dateLabelFg: '@fg',
infoBg: '#e5f5ff',
infoFg: '#72818a',
infoWarnBg: '#fff0db',
diff --git a/src/client/themes/lavender.json5 b/src/client/themes/lavender.json5
index 4eb4a54749..faa4093612 100644
--- a/src/client/themes/lavender.json5
+++ b/src/client/themes/lavender.json5
@@ -14,6 +14,5 @@
link: '@accent',
mention: '@accent',
hashtag: '@accent',
- dateLabelBg: 'rgb(204, 186, 188)',
},
}