From 56d0752abdbfbd033b33a26658f149bf78d0bc80 Mon Sep 17 00:00:00 2001 From: wuduoyi Date: Wed, 18 Sep 2019 11:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E8=89=B2=E4=B8=BB=E9=A2=98=20list=20?= =?UTF-8?q?=E5=92=8C=20card=20=E4=B8=8B=E9=80=89=E4=B8=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E9=85=8D=E8=89=B2=E8=B0=83=E6=95=B4=E3=80=81panel=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=92=8C=E5=9F=BA=E7=A1=80=E8=89=B2=E5=BD=A9?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/themes/dark.scss | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/scss/themes/dark.scss b/scss/themes/dark.scss index 6227b9ed0..bf36287b6 100644 --- a/scss/themes/dark.scss +++ b/scss/themes/dark.scss @@ -18,8 +18,8 @@ $success: $green; $warning: $orange; $danger: $red; $light: #3a3a3a; -$dark: #141316; -$black: #1e1f22; +$dark: #1e1f22; +$black: #141316; $text-color: rgb(243, 241, 241); @@ -31,7 +31,7 @@ $background-head: #191c22; $body-bg: $background; $Page-aside-bg: #3c3c3c; -$Panel-bg: #373737; +$Panel-bg: #302d2a; $borderColor: $black; $link-color: $info; @@ -40,7 +40,15 @@ $borderColor: #656565; $Button--default-bg: $black; $Calendar-btnCancel-bg: $background-head; $Calendar-cell-bg: $Panel-bg; + $Card-bg: $Panel-bg; +$Card-onModified-bg: $dark; +$Card-onModified-color: $text-color; +$Card-onChecked-bg: $black; +$Card-onChecked-color: $text-color; +$Card-actions-onHover-bg: $dark; +$Card-actions-onHover-color: $text-color; + $Checkbox-gb: linear-gradient(#515151, #4b4b4b); $Checkbox-onHover-color: $blue; $ColorPicker-bg: $background; @@ -83,13 +91,17 @@ $ListItem-onModified-color: $text-color; $Number-handler-bg: $background; -$Panel--default-bg: linear-gradient(#404144, #36373a); -$Panel-footerBg: linear-gradient(#404144, #36373a); +$Panel--default-bg: linear-gradient(#524e48, #423e3a); +$Panel-footerBg: linear-gradient(#524e48, #423e3a); $PopOver-bg: $background; -$Table-onHover-bg: $black; +$Table-onHover-bg: $dark; $Table-strip-bg: $Panel-bg; $Table-thead-bg: #2f2f2f; +$Table-onChecked-bg: $black; +$Table-onChecked-color: $text-color; +$Table-onModified-bg: $black; +$Table-onModified-color: $text-color; $Tabs--card-bg: #323639; $Tabs--card-borderTopColor: $background;