Added color for warning for OXOCARBON, used a purple since it is the one used for diagnostic warnings in the nvim theme

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

View file

@ -305,6 +305,7 @@ impl Palette {
primary: color!(0x00b4ff), primary: color!(0x00b4ff),
success: color!(0x00c15a), success: color!(0x00c15a),
danger: color!(0xf62d0f), danger: color!(0xf62d0f),
warning: color!(0xbe95ff), // Base 14
}; };
/// The built-in [Ferra] variant of a [`Palette`]. /// The built-in [Ferra] variant of a [`Palette`].