Skip to content

QB45/QBasic "Default" Color Scheme #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DualBrain opened this issue Sep 12, 2022 · 1 comment
Open

QB45/QBasic "Default" Color Scheme #27

DualBrain opened this issue Sep 12, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DualBrain
Copy link

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?

@DualBrain DualBrain added enhancement New feature or request help wanted Extra attention is needed labels Sep 12, 2022
@brickviking
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants