Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Objects Object-Oriented Programming Object Initialization

Bad Workspace

My Workspace is flat the only two color that i see is blue for Class, Namespaces etc.. how could i fix that?

2 Answers

That is the new color scheme Treehouse made for C#. The C# videos were created before Treehouse did so. I don't think that is change-able.

Steven Parker
Steven Parker
229,644 Points

I don't know any way to change it yourself either. Apparently now most keywords are blue and string literals are red.

I hate that theme, somebody know how i can compile my code if im using Atom?

If you want to compile locally and use Atom to write the code, it will require installing C# stuff. Personally I like the new Treehouse theme, so I don't run locally.

However, if you want to run locally, you can use Visual Studio. It's a little easier then installing C#, I think.

In this workshop, Jeremy explains How to use Visual Studio with C#.