From b8dd8978a88bee98c036eebaeeca96ee10a84a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0etina?= <57008159+Hannsek@users.noreply.github.com> Date: Fri, 17 Feb 2023 12:09:53 +0100 Subject: [PATCH] Update theme.rs --- core/embed/rust/src/ui/model_tt/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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