added normal intensity
This commit is contained in:
parent
08e23a34f3
commit
80ef751bff
@ -84,6 +84,9 @@ pub enum Attribute {
|
|||||||
/// - Opposite of `Bold`(1)
|
/// - Opposite of `Bold`(1)
|
||||||
/// [Supportability]: not widely supported
|
/// [Supportability]: not widely supported
|
||||||
NoBold = 21,
|
NoBold = 21,
|
||||||
|
/// Normal color or intensity
|
||||||
|
/// Neither bold nor faint
|
||||||
|
NormalIntensity = 22,
|
||||||
/// This will turn off the italic attribute.
|
/// This will turn off the italic attribute.
|
||||||
/// [info]:
|
/// [info]:
|
||||||
/// - Not italic, not Fraktur
|
/// - Not italic, not Fraktur
|
||||||
|
Loading…
Reference in New Issue
Block a user