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:
Nader Akoury 2016-07-29 14:25:41 -07:00
parent 2e5e8e7628
commit e41e92c5f4
145 changed files with 2632 additions and 1207 deletions

View file

@ -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"
}