Dark mode QB64-PE IDE colors themes
#17
Thanks!

The font selection of the "reply" box doesn't work, cannot select "Courier New" and otherwise I have to use "code" block. This forum absolutely hates whitespace, tries to kill all that it could find not inside sentences.

Code: (Select All)

case 7, 8, 9
rr = Random1(96)
gg = Rand(16, 64)
bb = Rand(32, 96)
if Random1(2) = 1 then swap gg, bb
if Random1(2) = 1 then swap rr, gg
if Random1(2) = 1 then swap rr, bb

In this code section could set all three variables to pick a random value from zero to 64 or even lower for "true dark mode". I did it like that because I accept slight red, blue, purple etc. which is dark, as background color. Not the absolute black that dominates some people's displays.

I wrote the file statements and then commented them out because somebody would have requested direct change into "internal/config.ini" without wanting to do it themselves. If one doesn't know what he/she is doing here he/she could become peaked off at me for ever supplying this "trick" program...

Also "why do you not give me kewl names of the schemes?" Time for some more poetry.
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 mnrvovrfc - 07-01-2023, 07:25 PM



Users browsing this thread: 2 Guest(s)