From f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Mar 2020 18:11:39 +0900 Subject: wip --- src/client/themes/_dark.json5 | 3 +-- src/client/themes/_light.json5 | 3 +-- src/client/themes/lavender.json5 | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src/client/themes') 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)', }, } -- cgit v1.2.3-freya