Fix incorrect ansi code being used for bold (#8000)
Co-authored-by: BillyGalbreath <blake.galbreath@gmail.com>
This commit is contained in:
@@ -138,7 +138,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ formatHexAnsi(NamedTextColor.YELLOW), // Yellow §e
|
+ formatHexAnsi(NamedTextColor.YELLOW), // Yellow §e
|
||||||
+ formatHexAnsi(NamedTextColor.WHITE), // White §f
|
+ formatHexAnsi(NamedTextColor.WHITE), // White §f
|
||||||
+ "\u001B[5m", // Obfuscated §k
|
+ "\u001B[5m", // Obfuscated §k
|
||||||
+ "\u001B[21m", // Bold §l
|
+ "\u001B[1m", // Bold §l
|
||||||
+ "\u001B[9m", // Strikethrough §m
|
+ "\u001B[9m", // Strikethrough §m
|
||||||
+ "\u001B[4m", // Underline §n
|
+ "\u001B[4m", // Underline §n
|
||||||
+ "\u001B[3m", // Italic §o
|
+ "\u001B[3m", // Italic §o
|
||||||
@@ -162,7 +162,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ "\u001B[0;33;1m", // Yellow §e
|
+ "\u001B[0;33;1m", // Yellow §e
|
||||||
+ "\u001B[0;37;1m", // White §f
|
+ "\u001B[0;37;1m", // White §f
|
||||||
+ "\u001B[5m", // Obfuscated §k
|
+ "\u001B[5m", // Obfuscated §k
|
||||||
+ "\u001B[21m", // Bold §l
|
+ "\u001B[1m", // Bold §l
|
||||||
+ "\u001B[9m", // Strikethrough §m
|
+ "\u001B[9m", // Strikethrough §m
|
||||||
+ "\u001B[4m", // Underline §n
|
+ "\u001B[4m", // Underline §n
|
||||||
+ "\u001B[3m", // Italic §o
|
+ "\u001B[3m", // Italic §o
|
||||||
|
|||||||
Reference in New Issue
Block a user