QB64Official / qb64

The official home for the QB64 source code and wiki.
https://qb64.com
Other
161 stars 24 forks source link

QB45/QBasic "Default" Color Scheme #27

Open DualBrain opened 2 years ago

DualBrain commented 2 years ago

QB64 provides a means to change colors - but the default colors certainly don't look anything like QB45/QBasic. Can someone please determine what these colors need to be to make QB64 look more like QB45/QBasic?

brickviking commented 2 years ago

I went through and captured some colours, which I then posted to the Discord chat. I'll include what colours I managed to work out here too:

[IDE COLOR SCHEMES]
Instructions1="Create custom color schemes in the IDE (Options->IDE Colors)."
Instructions2="Custom color schemes will be stored in this section."
Scheme2$=QB45 Default|192192192192192192192192192192192192192192192192192192000000128000000128000147177192192192

[IDE WINDOW 1]
IDE_Width=200
IDE_Height=56

[IDE COLOR SETTINGS 1]
SchemeID=12
TextColor=_RGB32(192, 192, 192)
KeywordColor=_RGB32(192, 192, 192)
NumbersColor=_RGB32(192, 192, 192)
QuoteColor=_RGB32(192, 192, 192)
CommentColor=_RGB32(192, 192, 192)
ChromaColor=_RGB32(192, 192, 192)
MetaCommandColor=_RGB32(192, 192, 192)
HighlightColor=_RGB32(0, 147, 177)
BackgroundColor=_RGB32(0, 0, 128)
BackgroundColor2=_RGB32(0, 0, 128)

I can't guarantee these are absolutely correct, but they're about as close as I can get from within my virtual machine. I hope this helps, at least somewhat. I did notice (like you) that there's no way to change the colour of the status bar, as it's a little duller shade of cyan than we appear to have.