update theme color

This commit is contained in:
zyl 2024-06-21 17:14:14 -07:00
parent 5f145757df
commit e070fc6935
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -125,8 +125,8 @@ impl EmbedMetadata {
s
}
fn default_theme_color() -> String {
"rgb(255, 196, 252)".to_string()
pub fn default_theme_color() -> String {
"ffc4fc".to_string()
}
}