From 6cfad65ac773cc850a41bf79d443e3666d83552c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Aug 2021 21:59:18 +0900 Subject: :art: --- src/client/themes/_light.json5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/themes/_light.json5') diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5 index 97f56c75f5..973a6251f0 100644 --- a/src/client/themes/_light.json5 +++ b/src/client/themes/_light.json5 @@ -19,6 +19,7 @@ fgTransparentWeak: ':alpha<0.75<@fg', fgTransparent: ':alpha<0.5<@fg', fgHighlighted: ':darken<3<@fg', + fgOnAccent: '#fff', divider: 'rgba(0, 0, 0, 0.1)', indicator: '@accent', panel: ':lighten<3<@bg', @@ -28,6 +29,7 @@ panelHeaderDivider: 'rgba(0, 0, 0, 0)', panelBorder: '" solid 1px var(--divider)', acrylicPanel: ':alpha<0.5<@panel', + popup: ':lighten<3<@panel', shadow: 'rgba(0, 0, 0, 0.1)', header: ':alpha<0.7<@panel', navBg: '@panel', -- cgit v1.3.1-freya