Home
last modified time | relevance | path

Searched refs:GREEN (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h24 #define GREEN 0x0000ff00 // 绿 macro
H A Dkprint.h18 printk_color(GREEN, BLACK, "SUCCESS"); \
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs243 pub const GREEN: FontColor = FontColor::new(0, 0xff, 0); constant