ui.h: const bg_colors (#21169)

pull/21173/head
Dean Lee 4 years ago committed by GitHub
parent 4488df8d1f
commit 514111ca85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/ui.h

@ -60,7 +60,7 @@ typedef enum UIStatus {
STATUS_ALERT,
} UIStatus;
static QColor bg_colors [] = {
const QColor bg_colors [] = {
[STATUS_DISENGAGED] = QColor(0x17, 0x33, 0x49, 0xc8),
[STATUS_ENGAGED] = QColor(0x17, 0x86, 0x44, 0xf1),
[STATUS_WARNING] = QColor(0xDA, 0x6F, 0x25, 0xf1),

Loading…
Cancel
Save