feat: chat
feat: android setup
This commit is contained in:
5
src/theme.rs
Normal file
5
src/theme.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use egui::Color32;
|
||||
|
||||
pub const PRIMARY: Color32 = Color32::from_rgb(248, 56, 217);
|
||||
pub const NEUTRAL_500: Color32 = Color32::from_rgb(115, 115, 115);
|
||||
pub const NEUTRAL_900: Color32 = Color32::from_rgb(23, 23, 23);
|
Reference in New Issue
Block a user