GUI: Apply unique color to unusual instructions
This commit is contained in:
		
							parent
							
								
									a1efbc1971
								
							
						
					
					
						commit
						0f05ebd57b
					
				|  | @ -88,6 +88,8 @@ Configuration::Configuration() : QObject() | |||
|     defaultColors.insert("InstructionConditionalJumpBackgroundColor", QColor("#FFFF00")); | ||||
|     defaultColors.insert("InstructionUnconditionalJumpColor", QColor("#000000")); | ||||
|     defaultColors.insert("InstructionUnconditionalJumpBackgroundColor", QColor("#FFFF00")); | ||||
|     defaultColors.insert("InstructionUnusualColor", QColor("#808080")); | ||||
|     defaultColors.insert("InstructionUnusualBackgroundColor", Qt::transparent); | ||||
|     defaultColors.insert("InstructionNopColor", QColor("#808080")); | ||||
|     defaultColors.insert("InstructionNopBackgroundColor", Qt::transparent); | ||||
|     defaultColors.insert("InstructionFarColor", QColor("#000000")); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue