viewpoint-particle

Author Topic: Studio Colorization question  (Read 1714 times)

stanl

  • Pundit
  • *****
  • Posts: 1778
Studio Colorization question
« on: June 17, 2018, 05:03:42 am »
Attached jpeg is something I am almost comfortable with. It seems to address a color scheme for script elements, but structures like if..endif, while...endwhile default to a purple so I would like to know a default work around that brightens them...

td

  • Tech Support
  • *****
  • Posts: 4293
    • WinBatch
Re: Studio Colorization question
« Reply #1 on: June 17, 2018, 04:24:37 pm »
In the WinBatch System directory look for and open the Wil.clr file.  Near the top of the file, you will find a line that looks something like "CON=128,0,128".  The numbers are RGB values.  Change those numbers to whatever color you prefer.  Of course, you will have to remember to change them each time you install a new version of WinBatch+Compiler.
"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade

stanl

  • Pundit
  • *****
  • Posts: 1778
Re: Studio Colorization question
« Reply #2 on: June 18, 2018, 02:20:48 am »
Thanks.

cssyphus

  • Jr. Member
  • **
  • Posts: 79
  • Let's go Brandon
Re: Studio Colorization question
« Reply #3 on: October 08, 2021, 10:20:42 am »
FWIW...

CON= is what creates the default purple color of the if/elseif/return/gosub keywords.  The default color is, as Tony pointed out, [ 128,0,128 ]

CON=153,50,204  is a brighter, easier to read purple  (in CSS color names it is "DarkOrchid" )
Is this a pandemic... or an IQ test? newz.icu

stanl

  • Pundit
  • *****
  • Posts: 1778
Re: Studio Colorization question
« Reply #4 on: October 09, 2021, 04:32:53 am »
CON=153,50,204  is a brighter, easier to read purple  (in CSS color names it is "DarkOrchid" )


That is nice. After Tony's reply I had set it to a halloween orange but the DarkOrchid works... incidently we were at the farmer's market yesterday and picked up some flowers to plant - same color.... go figure