Dev C++ Visual Studio Dark Theme

Color Themes for Visual Studio. This extension installs additional color themes for Visual Studio. Similar to the Color Theme Editor, but without the editor - just the themes. Includes all the themes available in the Color Theme Editor, plus additional themes contributed by the community. Sep 25, 2018 All the answers mention the dark theme, and its obviously Yes!!, Dark theme is the best and most suitable theme for Visual Studio. According to a study, Blue light, which is part of the visible light spectrum, reaches deeper into the eye and its cumulative effect can cause damage to the retina. The Best Visual Studio Code Themes. Now, let’s see the best Visual Studio Code themes we liked the most in the marketplace. Winter is Coming Light. Winter is Coming is a collection of five Visual Studio Code color themes: Light, Dark Blue, Dark Black, Dark Blue No Italics, and Dark Black No Italics. As the five themes come as one package. Set the color theme. The default color theme for Visual Studio's user interface is called Blue. Let's change it to Dark. On the menu bar, which is the row of menus such as File and Edit, choose Tools Options. On the Environment General options page, change the Color theme selection to Dark. I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there anyway i could get back the older grey theme or is there anyway i could make it look a bit more. Microsoft Visual Studio Change Default Theme. Ask Question Asked 6 years, 11 months ago. Active 11 months ago. Dark, Light and Blue. Feb 09, 2017  This is as close as I can get to a replica of the Visual Studio 2015's Dark theme in Notepad. I created it to ease switching between files opened in Visual Studio and Notepad. Particularly close attention has been paid to C, C, and XML but. Create high-performance games with DirectX to run on Windows devices, or build cross-platform games with a top game engine, such as Unity, Unreal, and Cocos. Join the many wildly-successful game studios that already use Visual Studio to boost your productivity with Visual Studio 2019 and the world-class debugger.

-->

In this 5-10 minute tutorial, we'll customize the Visual Studio color theme by selecting the dark theme. We'll also customize the colors for two different types of text in the text editor.

If you haven't already installed Visual Studio, go to the Visual Studio downloads page to install it for free.

If you haven't already installed Visual Studio, go to the Visual Studio downloads page to install it for free.

Set the color theme

The default color theme for Visual Studio's user interface is called Blue. Let's change it to Dark.

  1. On the menu bar, which is the row of menus such as File and Edit, choose Tools > Options.

  2. On the Environment > General options page, change the Color theme selection to Dark, and then choose OK.

    The color theme for the entire Visual Studio development environment (IDE) changes to Dark.

Tip

You can install additional predefined themes by installing the Visual Studio Color Theme Editor from the Visual Studio Marketplace. After you install this tool, additional color themes appear in the Color theme drop-down list.

Download

Tip

You can create your own themes by installing the Visual Studio Color Theme Designer from the Visual Studio Marketplace.

Change text color

Now we'll customize some text colors for the editor. First, let's create a new XML file to see the default colors.

  1. From the menu bar, choose File > New > File.

  2. In the New File dialog box, under the General category, choose XML File, and then choose Open.

  3. Paste the following XML below the line that contains <?xml version='1.0' encoding='utf-8'?>.

    Notice that the line numbers are a turquoise-blue color, and the XML attributes (such as id='bk101') are a light blue color. We're going to change the text color for these items.

  4. To open the Options dialog box, choose Tools > Options from the menu bar.

  5. Under Environment, choose the Fonts and Colors category.

    Notice that the text under Show settings for says Text Editor—this is what we want. Expand the drop-down list just to see the extensive list of places where you can customize fonts and text color.

  6. To change the color of the line numbers text, in the Display items list, choose Line Number. In the Item foreground box, choose Olive.

    Some languages have their own specific fonts and colors settings. If you are a C++ developer and you want to change the color used for functions, for example, you can look for C++ Functions in the Display items list.

  7. Before we exit out of the dialog box, let's also change the color of XML attributes. In the Display items list, scroll down to XML Attribute and select it. In the Item foreground box, choose Lime. Choose OK to save our selections and close the dialog box.

    The line numbers are now an olive color, and the XML attributes are a bright, lime green. If you open another file type, such as a C++ or C# code file, you'll see that the line numbers also appear in the olive color.

We explored just a couple ways of customizing the colors in Visual Studio. We hope that you'll explore the other customization options in the Options dialog box, to truly make Visual Studio your own.

Visual Studio 2019 Dark Theme

See also