Set event-sending-color in dark theme

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2019-02-19 19:58:03 -06:00
parent 6b46057283
commit c16791814e
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -113,6 +113,9 @@ $panel-divider-color: $header-panel-border-color;
$widget-menu-bar-bg-color: $header-panel-bg-color;
// event tile lifecycle
$event-sending-color: $text-secondary-color;
// event redaction
$event-redacted-fg-color: #606060;
$event-redacted-border-color: #000000;