Home
last modified time | relevance | path

Searched defs:ORANGE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h22 #define ORANGE 0x00ff8000 // 橙 macro
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs247 pub const ORANGE: FontColor = FontColor::new(0xff, 0x80, 0); constant