This commit is contained in:
NoriDev 2022-09-14 17:31:52 +09:00
parent 8cc4581c09
commit 6a5365b2bf
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
panelHeaderDivider: '@divider',
infoFg: '@accent',
infoBg: 'rgb(0, 0, 0)',
acrylicPanel: ':alpha<0.9<@panel',
acrylicPanel: ':alpha<0.5<@panel',
header: '@bg',
navBg: '@panel',
navHoverFg: '@pick',

View file

@ -9,7 +9,7 @@
bg: '#f9f9f9',
fg: '#676767',
divider: 'rgb(223, 223, 223)',
acrylicPanel: ':alpha<0.9<@panel',
acrylicPanel: ':alpha<0.5<@panel',
header: '@bg',
navBg: '#fff',
navHoverFg: '@pick',