![]() |
|
IDE Colors - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: IDE Colors (/showthread.php?tid=4174) Pages:
1
2
|
IDE Colors - Dimster - 12-01-2025 A while ago there was a thread which a number of members had some great suggestions on the color combinations they were using for their IDE. I can't seem to find that thread, could it have been deleted? It also seemed I was only able to search 6 pages of various threads, if there are more pages how would I access them? Thanks RE: IDE Colors - Pete - 12-01-2025 I do not recall and did not delete such a thread, but I suppose another admin may have, but we don't make it a habit to remove perfectly good threads, regardless of age. If you can recall who authored the thread, or if you, or anyone you can recall, posted to the thread, go to the member tab under the QB64PE banner, click it, look up the member's name, click the member's name, and then look to the left for the links that show: Find all threads, and Find all posts. If you can remember the author, do the thread search, otherwise try the post search. Results will appear chronologically, so if you also have an idea of the time frame, you can ignore posts or threads that are not within that range. Pete RE: IDE Colors - Dimster - 12-01-2025 Thanks Pete RE: IDE Colors - bplus - 12-01-2025 I remember TempodiBasic talking about color schemes and found this: https://qb64phoenix.com/forum/showthread.php?tid=1191&page=3&highlight=Color+scheme here is a snap of my saved schemes and location found: yeah I've yet to update QB64pe to 4.2 RE: IDE Colors - Dimster - 12-01-2025 Thanks b - you know the thread may have been on the old forum. As I recall the various contributors were not providing scheme codes as you have listed but rather offering what backgrounds went well with the different options and colors that did not show up well. I think there was some RGB mix thrown in there. But, I really do need to give up smoking stuff. Messing with IDE colors is fun all on its own, not finding that thread is not a big deal. RE: IDE Colors - SMcNeill - 12-01-2025 Code: (Select All) Config.txt v 1.4 config.ini v1.5 (QB64 folder /Internal then look for config.ini file)RE: IDE Colors - SMcNeill - 12-01-2025 I had to look for where you would want to put those in a modern version of QB64PE. We've moved and sorted things a bit, so the config file isn't in the same place where it used to be. Where you want to be is: QB64PE FOLDER\settings\config.ini <-- at this file. Scroll down until you see the part that says the following: Quote:[IDE COLOR SCHEMES] Paste the schemes from above down below that area. You don't need the header or instructions; simply paste starting with the line reading Scheme11$. When you start QB64PE, from that point on, you'll always have the above schemes available for choosing from and using whenever you wish. That's the whole list of all the old schemes that I could find and round up, collected in one simple place for ease of pasting and inserting into your config file. Enjoy, one and all!
RE: IDE Colors - Dimster - 12-01-2025 OK, you're smoking better shit - those are some interesting colors. Thanks Steve. RE: IDE Colors - SMcNeill - 12-01-2025 Personally, my favorite is the "Dark Steve", which is basically the standard IDE scheme but with a nice black background for high contrast and ease of reading. I find it reduces my eye strain and such more than anything else which I've tried out of that whole list of options. RE: IDE Colors - Pete - 12-02-2025 I prefer Pastel Pete... I mean Pistol Pete. Damn hormone replacement therapy! Pete
|