Skip to content

Commit

Permalink
orb-ui: tweak yellow color (#264)
Browse files Browse the repository at this point in the history
taken from show-car work
  • Loading branch information
fouge authored Oct 16, 2024
1 parent 5404dfd commit ad32a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orb-ui/rgb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ impl Argb {
pub const DIAMOND_RING_OPERATOR_QR_SCAN_SPINNER_OPERATOR_BASED: Argb =
Argb(Some(10), 100, 88, 20);
/// Outer-ring color during user QR scans
pub const DIAMOND_RING_USER_QR_SCAN: Argb = Argb(Some(5), 120, 100, 4); // same as DIAMOND_RING_USER_CAPTURE, lower brightness
pub const DIAMOND_RING_USER_QR_SCAN_SPINNER: Argb = Argb(Some(10), 80, 60, 40);
pub const DIAMOND_RING_USER_QR_SCAN: Argb = Argb(Some(5), 120, 80, 4);
pub const DIAMOND_RING_USER_QR_SCAN_SPINNER: Argb = Argb(Some(10), 100, 90, 35);
/// Shroud color to invite user to scan / reposition in front of the orb
pub const DIAMOND_SHROUD_SUMMON_USER_AMBER: Argb = Argb(Some(3), 95, 40, 3);
/// Shroud color during user scan/capture (in progress)
Expand Down

0 comments on commit ad32a80

Please sign in to comment.