diff --git a/core/embed/rust/src/ui/model_tt/theme.rs b/core/embed/rust/src/ui/model_tt/theme.rs index 93d19941ee..ba58bd6c6d 100644 --- a/core/embed/rust/src/ui/model_tt/theme.rs +++ b/core/embed/rust/src/ui/model_tt/theme.rs @@ -31,7 +31,7 @@ pub const BG: Color = BLACK; // Default background color. pub const RED: Color = Color::rgb(0xCD, 0x49, 0x49); // dark-coral pub const RED_DARK: Color = Color::rgb(0xA6, 0x2D, 0x2D); pub const YELLOW: Color = Color::rgb(0xC1, 0x90, 0x09); // ochre -pub const YELLOW_DARK: Color = Color::rgb(0x9A, 0x73, 0x06); // FIXME +pub const YELLOW_DARK: Color = Color::rgb(0x9A, 0x73, 0x06); // dark yellow pub const GREEN: Color = Color::rgb(0x39, 0xA8, 0x14); // grass-green pub const GREEN_DARK: Color = Color::rgb(0x10, 0xAB, 0x57); pub const BLUE: Color = Color::rgb(0, 0x56, 0xBE); // blue