IDE Colors in Small Basic

I'm featuring a TechNet Wiki 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

   

Go to https://blogs.msdn.com/SmallBasic to download Small Basic for free and learn all about it!   

   

Thanks to Nonki for turning this into a Wiki article!

   - User Ed