Added color for warning for MOONFLY and NIGHTFLY

This commit is contained in:
David Aguiló Domínguez 2024-09-25 13:52:34 +02:00 committed by Héctor Ramón Jiménez
parent 91439dc172
commit c3aefdc27b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -281,6 +281,7 @@ impl Palette {
primary: color!(0x80a0ff), // Blue (normal)
success: color!(0x8cc85f), // Green (normal)
danger: color!(0xff5454), // Red (normal)
warning: color!(0xe3c78a), // Yellow (normal)
};
/// The built-in [Nightfly] variant of a [`Palette`].
@ -292,6 +293,7 @@ impl Palette {
primary: color!(0x82aaff), // Blue (normal)
success: color!(0xa1cd5e), // Green (normal)
danger: color!(0xfc514e), // Red (normal)
warning: color!(0xe3d18a), // Yellow (normal)
};
/// The built-in [Oxocarbon] variant of a [`Palette`].