1
0
Fork 0

Set InstructionHighlightColor to white

This commit is contained in:
justanotheranonymoususer 2020-08-02 14:08:53 +03:00 committed by Duncan Ogilvie
parent e169fd8b44
commit 6ba36edbf0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Configuration::Configuration() : QObject(), noMoreMsgbox(false)
defaultColors.insert("RegistersHighlightWriteColor", QColor("#B00000"));
defaultColors.insert("RegistersHighlightReadWriteColor", QColor("#808000"));
defaultColors.insert("InstructionHighlightColor", QColor("#000000"));
defaultColors.insert("InstructionHighlightColor", QColor("#FFFFFF"));
defaultColors.insert("InstructionHighlightBackgroundColor", QColor("#CC0000"));
defaultColors.insert("InstructionCommaColor", QColor("#000000"));
defaultColors.insert("InstructionCommaBackgroundColor", Qt::transparent);