Andrei - 2015-04-27

Hello, I'd like to contribute my current syntax highlighting scheme.
It is similar to Classic Plus, but it's more beginner-esque.
I call it "Inexpert Blue":

[Editor.Custom]
Assembler=clBlack, clNone, 0, 0, 0
Character=clBlack, $0080FFFF, 0, 0, 0
Comment=clGray, clWhite, 0, 0, 0
Float=clBlack, clNone, 0, 0, 0
Hexadecimal=clBlack, clNone, 0, 0, 0
Identifier=clBlack, clWhite, 0, 0, 0
Illegal Char=clRed, clNone, 0, 0, 0
Number=clBlack, clNone, 0, 0, 0
Octal=clBlack, clNone, 0, 0, 0
Preprocessor=clNavy, clWhite, 0, 0, 0
Reserved Word=clBlue, clWhite, 1, 0, 0
Space=clNone, clWhite, 0, 0, 0
String=clNavy, $00FFFFC8, 0, 0, 0
Symbol=clRed, clWhite, 0, 0, 0
Selected text=16777215, 8388608
Gutter=536870911, 16777215
Breakpoints=16777215, 255
Error line=16777215, 0
Active breakpoints=16777215, 16711680
Folding lines=536870911, -16777201

And thanks for maintaining Dev-C++!