diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index c2edbe24a4..d3ed22e1c4 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -1,9 +1,9 @@ // unified palette // try to use these colors when possible -$bg-color: #181b21; -$base-color: #15191E; +$bg-color: #15191E; +$base-color: $bg-color; $base-text-color: #ffffff; -$header-panel-bg-color: #22262e; +$header-panel-bg-color: #20252B; $header-panel-border-color: #000000; $header-panel-text-primary-color: #B9BEC6; $header-panel-text-secondary-color: #c8c8cd; @@ -48,7 +48,7 @@ $event-selected-color: $header-panel-bg-color; $primary-hairline-color: transparent; // used for the border of input text fields -$input-border-color: #e7e7e7; +$input-border-color: rgba(231, 231, 231, 0.2); $input-darker-bg-color: $search-bg-color; $input-darker-fg-color: $search-placeholder-color; $input-lighter-bg-color: #f2f5f8; @@ -92,7 +92,7 @@ $settings-subsection-fg-color: $text-secondary-color; $topleftmenu-color: $text-primary-color; $roomheader-color: $text-primary-color; -$roomheader-bg-color: rgba(21, 25, 30, 0.6); +$roomheader-bg-color: $bg-color; $roomheader-addroom-bg-color: rgba(92, 100, 112, 0.3); $roomheader-addroom-fg-color: $text-primary-color; $tagpanel-button-color: $header-panel-text-primary-color;