fix(client): Fix theme color

This commit is contained in:
syuilo
2020-07-12 18:22:13 +09:00
parent 6ff84a1061
commit 35a8c37922
3 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,7 @@
badge: '#31b1ce',
messageBg: ':lighten<5<@bg',
deckColumnBorder: ':lighten<10<@panel',
htmlThemeColor: '@bg',
X1: ':alpha<0<@bg',
X2: ':darken<2<@panel',
X3: 'rgba(255, 255, 255, 0.05)',

View File

@@ -57,6 +57,7 @@
badge: '#31b1ce',
messageBg: '@panel',
deckColumnBorder: ':darken<20<@panel',
htmlThemeColor: '@bg',
X1: ':alpha<0<@bg',
X2: ':darken<2<@panel',
X3: 'rgba(0, 0, 0, 0.05)',