Dark mode QB64-PE IDE colors themes
#16
(07-01-2023, 02:34 PM)mnrvovrfc Wrote: Has anyone at least tried my program or made adjustments to it? Huh

Please read the instructions provided in the post:

https://staging.qb64phoenix.com/showthre...2#pid17362

Ok for you I tried it. Had to fix this section to print to a file in my Docs to copy / paste to config.
Code: (Select All)
'fe = freefile
Open afile$ For Output As #1
For w = 1 To 20
    Print #1, sf(w)
Next
Close #1
Print "ALL DONE!"
System

Here is best IMO maybe:
   

I don't think you would stumble on ideal color scheme randomly, but maybe get ideas from random run.
b = b + ...
Reply


Messages In This Thread
Dark mode QB64-PE IDE colors themes - by a740g - 06-29-2023, 09:05 PM
RE: Dark mode QB64-PE IDE colors themes - by bplus - 07-01-2023, 05:28 PM



Users browsing this thread: 3 Guest(s)