Fixed bold color for Terminal.
* Terminal was using 'BoldTextColor' rather than 'TextBoldColor' * Updated all the Terminal schemes for the change (this included adding some that had not been converted).
This commit is contained in:
parent
2e5e8e7628
commit
e41e92c5f4
145 changed files with 2632 additions and 1207 deletions
|
|
@ -47,7 +47,7 @@ enum TerminalColors: String {
|
|||
case AnsiBrightWhite = "ANSIBrightWhiteColor"
|
||||
case Background = "BackgroundColor"
|
||||
case Text = "TextColor"
|
||||
case BoldText = "BoldTextColor"
|
||||
case BoldText = "TextBoldColor"
|
||||
case Selection = "SelectionColor"
|
||||
case Cursor = "CursorColor"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue