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:
parent
c3aefdc27b
commit
39f2cdd946
1 changed files with 1 additions and 0 deletions
|
|
@ -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`].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue