Small Basic Featured Article - IDE Colors

I'm featuring an article from Nonki:

Small Basic: IDE Colors

 

That was based on this thread from Danair and Nonki:

https://social.msdn.microsoft.com/Forums/en-US/52988d5b-dd97-46f4-bedf-4fef24aa7437/small-basic-ide-colors

 

 

These are text colors and the background color used in Small Basic IDE (Integrated Development Environment).

#7777FF for Keywords

#800000 for Operators and “the dot between Object and Properties/Events/Operations”

#000000 for Variables, Subroutines, Labels and "the brackets of Arrays"

#DD6633 for Numbers

#006060 for Objects

#CC6633 for Strings

#802020 for Properties, Events and Operations

#008020 for Comments

#F8F8F8 for Background

#5C5C5C for Line Numbers

 

 

You can see the latest version of this article here:

Small Basic: IDE Colors

 

 

Thanks to Nonki for turning this into a Wiki article!

   - Ninja Ed