From 80ef751bff9fb287c0967ba120cb72b0fdaea1a6 Mon Sep 17 00:00:00 2001 From: Timon_Post Date: Sat, 4 May 2019 14:55:45 +0200 Subject: [PATCH] added normal intensity --- crossterm_style/src/enums/attribute.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crossterm_style/src/enums/attribute.rs b/crossterm_style/src/enums/attribute.rs index 35aad41..2953978 100644 --- a/crossterm_style/src/enums/attribute.rs +++ b/crossterm_style/src/enums/attribute.rs @@ -84,6 +84,9 @@ pub enum Attribute { /// - Opposite of `Bold`(1) /// [Supportability]: not widely supported NoBold = 21, + /// Normal color or intensity + /// Neither bold nor faint + NormalIntensity = 22, /// This will turn off the italic attribute. /// [info]: /// - Not italic, not Fraktur