12-02-2025, 03:05 PM
(This post was last modified: 12-02-2025, 03:06 PM by Kernelpanic.)
As mentioned, the settings are located in the config.ini file. Here is a setting for the original Quick Basic background and the overall color settings of the IDE.
Code: (Select All)
[IDE COLOR SETTINGS 1]
SchemeID=0
TextColor=_RGB32(216, 216, 216)
KeywordColor=_RGB32(98, 167, 196)
NumbersColor=_RGB32(216, 98, 69)
QuoteColor=_RGB32(206, 216, 0)
CommentColor=_RGB32(69, 216, 0)
ChromaColor=_RGB32(170, 170, 170)
MetaCommandColor=_RGB32(177, 59, 226)
HighlightColor=_RGB32(0, 88, 108)
BackgroundColor=_RGB32(0, 0, 108)
BackgroundColor2=_RGB32(0, 78, 177)
ErrorColor=_RGB32(170, 0, 0)

