Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Visual Studio 2015's dark theme's TypeScript color scheme

If you're using Visual Studio 2015 + Dark Theme + TypeScript, you'd probably notice that the property of a class gets rendered with a black font. The black font on top of a very dark gray background is nearly unreadable. Here's a screenshot:

enter image description here

It appears identifiers also get rendered with a black font.

I've looked under Tools->Options->Fonts and Colors for a way to change this but not having any luck.

Is anyone else using this combination? What is the best solution for making the .ts file more readable with the dark theme? Do I need to just hack whatever the theme file is (no idea how to do that, yet, at this point).

Thanks, Jayson

like image 429
jgo Avatar asked Dec 01 '15 15:12

jgo


People also ask

How do I change Dark theme in Visual Studio?

On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme. Or, choose the Use system setting option to select the theme that Windows uses.


2 Answers

I had this problem, too. I upgraded my installation of TypeScript to 1.8.6 from here, choosing the Visual Studio 2015 option. Then I restarted the IDE and everything looked wonderful. Hope this helps for anyone who likes the dark theme!

like image 192
slasky Avatar answered Oct 06 '22 18:10

slasky


When you change themes, You just reset visual Studio

like image 21
love prince Avatar answered Oct 06 '22 19:10

love prince