Revert back to previous base color on dark theme

This commit is contained in:
J. Ryan Stinnett 2019-02-15 17:34:39 +00:00
parent fa3662257d
commit c490606f15

View file

@ -1,7 +1,7 @@
// unified palette
// try to use these colors when possible
$bg-color: #181b21;
$base-color: #1b1f25;
$base-color: #15171b;
$base-text-color: #edf3ff;
$header-panel-bg-color: #22262e;
$header-panel-border-color: #000000;