wip
This commit is contained in:
@@ -130,8 +130,9 @@ typedef enum UIStatus {
|
||||
// Clearpilot custom colors
|
||||
const QColor bg_colors [] = {
|
||||
[STATUS_DISENGAGED] = QColor(0x17, 0x33, 0x49, 0xc8),
|
||||
[STATUS_OVERRIDE] = QColor(218, 112, 36, 0xd1), // When you nudge the steering wheel while engaged
|
||||
[STATUS_ENGAGED] = QColor(218, 112, 36, 0xd1), // Orange
|
||||
[STATUS_OVERRIDE] = QColor(217, 214, 137, 0xd1), // When you nudge the steering wheel while engaged
|
||||
// [STATUS_ENGAGED] = QColor(218, 112, 36, 0xd1), // Orange
|
||||
[STATUS_ENGAGED] = QColor(217, 214, 137, 0xd1), // Orange
|
||||
[STATUS_ALWAYS_ON_LATERAL_ACTIVE] = QColor(158, 126, 111, 0xd1), // Gray
|
||||
[STATUS_TRAFFIC_MODE_ACTIVE] = QColor(0xc9, 0x22, 0x31, 0xd1), // ? unused?
|
||||
[STATUS_EXPERIMENTAL_ACTIVE] = QColor(126, 32, 128, 0xd1), // Magenta
|
||||
|
||||
Reference in New Issue
Block a user