Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Tweak dark theme color values
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 13, 2019
1 parent 4c56b45 commit e09963c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// unified palette
// try to use these colors when possible
$bg-color: #181b21;
$base-color: #15171b;
$base-color: #1b1f25;
$base-text-color: #edf3ff;
$header-panel-bg-color: #181b21;
$header-panel-border-color: #1c212b;
$header-panel-bg-color: #22262e;
$header-panel-border-color: #000000;
$header-panel-text-primary-color: #a1b2d1;
$header-panel-text-secondary-color: #c8c8cd;
$text-primary-color: #edf3ff;
$text-secondary-color: #a1b2d1;
$search-bg-color: #22262e;
$search-bg-color: #181b21;
$search-placeholder-color: #61708b;
$room-highlight-color: #22262e;
$room-highlight-color: #343a46;

// typical text (dark-on-white in light skin)
$primary-fg-color: $text-primary-color;
Expand Down

0 comments on commit e09963c

Please sign in to comment.