About Store Forum Documentation Contact



Post Reply 
VS 2012 Dark Skin for Code Editor
Author Message
Kevin Offline
Member

Post: #1
VS 2012 Dark Skin for Code Editor
Hi,
I really liked the dark skin of Visual Studio 2012, so the first thing I did in the editor was adjusting the settings. This is the result:

[Image: VSDark_Skin.jpg]

These are the colors I used in the "Color Theme Editor" (all values are R;G;B).
Background: 30;30;30
Operator: 255;255;255
Keyword: 48;115;214
Code: 255;255;255;
Comment: 73;139;78
Text: 212;153;129
Character: 212;153;129
Number: 255;255;255
Preprocessor: 130;130;130
Preprocessor Disabled: 130;130;130
Selection: 38;79;120
Brace Highlight: 64;128;255

I just wanted to suggest that you could add this to the themes, I think it would be a nice addition wink

I also wanted to report a bug I noticed while using a custom theme. When I start the application the Text and Character colors don't get applied automatically, instead all the text and characters in code appear in standard red.
03-15-2013 02:28 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: VS 2012 Dark Skin for Code Editor
Thanks, using! grin
03-15-2013 02:44 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #3
RE: VS 2012 Dark Skin for Code Editor
Nice... I loved that dark style also grin

My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
03-15-2013 03:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: VS 2012 Dark Skin for Code Editor
Many thanks for letting me know about the bug (fix will be in next release), and sharing with us the info about VS 2012 dark color theme, which I will add as well wink
03-15-2013 03:24 PM
Find all posts by this user Quote this message in a reply
Post Reply