Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the current line color in Visual Studio 2013?

Tags:

There is a similar question for Visual Studio 2010.
However, the answer does not work anymore with Visual Studio 2013.

How to change the current line color in Visual Studio 2013 ?
I would like to make it more visible.

like image 365
wip Avatar asked Dec 11 '14 07:12

wip


People also ask

How do I highlight the current line in Visual Studio?

To specify the color to highlight the current line, go to the Visual Studio options (Tools | Options), open the Environment | Fonts and Colors page, and then select the desired color for the ReSharper Current Line Highlight item.

How do I change the color of Visual Studio?

Here's how to change the color theme of the IDE frame and the tool windows in Visual Studio. On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.

How do I see colors in Visual Studio?

Here's how to change it to a different color theme. 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.

How do I display the current line in Visual Studio Code?

From MSDN Thread courtesy of Cathy Sullivan Visual Studio Program Manager Go to Fonts and Colors in Tools > Options > Environment > Fonts and Colors. Make sure "Show Settings For" is set to "Text Editor" and find the "Highlight Current Line (Active)" item in the "Display Items" list.

How to change the structure guide lines color in Visual Studio?

The Structure Guide Lines in the Visual Studio editor displayed with a light gray color. While this is the default color provided with Visual Studio, you can customize it if you want. How to Change it ? Navigate to Fonts and Color under Environment. Select “ Text Editor ” in the “ Show settings for ” dropdown.

How do I change the color of my Visual Studio Code?

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, and then choose OK. The color theme for the entire Visual Studio development environment (IDE) changes to Dark. Tip.

What is vscolor in Visual Studio?

Visual Studio provides an environment color service, known as the VSColor service, which allows you to bind the color values of your UI elements to a named entry containing color values for each Visual Studio theme. This ensures that your colors will automatically change to reflect the current user-selected theme or system High Contrast mode.


1 Answers

  1. Open Tools -> Options -> Environment -> Fonts And Colors.
  2. Select 'Text Editor' in 'Show settings for:'
  3. In 'Display items', select 'Highlight Current Line (Active)'.
  4. Change the color.
like image 159
qxg Avatar answered Sep 20 '22 09:09

qxg