@@ -51,25 +51,25 @@ public class OptionsControl
5151
5252 public bool Program_UseHardwareAcceleration = true ;
5353 public bool Program_UseHardwareSalts = true ;
54- public SerializeableColor SH_Chars = new SerializeableColor ( 0xFF , 0xD6 , 0x9C , 0x85 ) ;
54+ public SerializeableColor SH_Chars = new ( 0xFF , 0xD6 , 0x9C , 0x85 ) ;
5555
56- public SerializeableColor SH_Comments = new SerializeableColor ( 0xFF , 0x57 , 0xA6 , 0x49 ) ;
57- public SerializeableColor SH_CommentsMarker = new SerializeableColor ( 0xFF , 0xFF , 0x20 , 0x20 ) ;
58- public SerializeableColor SH_Constants = new SerializeableColor ( 0xFF , 0xBC , 0x62 , 0xC5 ) ;
59- public SerializeableColor SH_ContextKeywords = new SerializeableColor ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
60- public SerializeableColor SH_Deprecated = new SerializeableColor ( 0xFF , 0xFF , 0x00 , 0x00 ) ;
61- public SerializeableColor SH_Functions = new SerializeableColor ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
56+ public SerializeableColor SH_Comments = new ( 0xFF , 0x57 , 0xA6 , 0x49 ) ;
57+ public SerializeableColor SH_CommentsMarker = new ( 0xFF , 0xFF , 0x20 , 0x20 ) ;
58+ public SerializeableColor SH_Constants = new ( 0xFF , 0xBC , 0x62 , 0xC5 ) ;
59+ public SerializeableColor SH_ContextKeywords = new ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
60+ public SerializeableColor SH_Deprecated = new ( 0xFF , 0xFF , 0x00 , 0x00 ) ;
61+ public SerializeableColor SH_Functions = new ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
6262
6363 public bool SH_HighlightDeprecateds = true ;
64- public SerializeableColor SH_Keywords = new SerializeableColor ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
65- public SerializeableColor SH_Methods = new SerializeableColor ( 0xFF , 0x3B , 0xC6 , 0x7E ) ;
66- public SerializeableColor SH_Numbers = new SerializeableColor ( 0xFF , 0x97 , 0x97 , 0x97 ) ;
67- public SerializeableColor SH_PreProcessor = new SerializeableColor ( 0xFF , 0x7E , 0x7E , 0x7E ) ;
68- public SerializeableColor SH_SpecialCharacters = new SerializeableColor ( 0xFF , 0x8F , 0x8F , 0x8F ) ;
69- public SerializeableColor SH_Strings = new SerializeableColor ( 0xFF , 0xF4 , 0x6B , 0x6C ) ;
70- public SerializeableColor SH_Types = new SerializeableColor ( 0xFF , 0x28 , 0x90 , 0xB0 ) ; //56 9C D5
71- public SerializeableColor SH_TypesValues = new SerializeableColor ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
72- public SerializeableColor SH_UnkownFunctions = new SerializeableColor ( 0xFF , 0x45 , 0x85 , 0xC5 ) ;
64+ public SerializeableColor SH_Keywords = new ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
65+ public SerializeableColor SH_Methods = new ( 0xFF , 0x3B , 0xC6 , 0x7E ) ;
66+ public SerializeableColor SH_Numbers = new ( 0xFF , 0x97 , 0x97 , 0x97 ) ;
67+ public SerializeableColor SH_PreProcessor = new ( 0xFF , 0x7E , 0x7E , 0x7E ) ;
68+ public SerializeableColor SH_SpecialCharacters = new ( 0xFF , 0x8F , 0x8F , 0x8F ) ;
69+ public SerializeableColor SH_Strings = new ( 0xFF , 0xF4 , 0x6B , 0x6C ) ;
70+ public SerializeableColor SH_Types = new ( 0xFF , 0x28 , 0x90 , 0xB0 ) ; //56 9C D5
71+ public SerializeableColor SH_TypesValues = new ( 0xFF , 0x56 , 0x9C , 0xD5 ) ;
72+ public SerializeableColor SH_UnkownFunctions = new ( 0xFF , 0x45 , 0x85 , 0xC5 ) ;
7373
7474 public bool UI_Animations = true ;
7575 public bool UI_ShowToolBar ;
0 commit comments