Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change ReSharper's color scheme

Does anyone know how to change the ReSharper color scheme in VS2008 SP1?

I've looked around and all the posts out there on the internet pointed to dead-ends. JetBrains at one point told users to change the colors inside VS (Tools | Options | Fonts and Colors | Text Editor) but I don't see any ReSharper items in there.

like image 990
nandos Avatar asked Dec 22 '08 18:12

nandos


People also ask

How do I change my rider color?

Select a color schemePress Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. Use the Scheme list to select a color scheme.

How do I change the color of text in Visual Studio?

On the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In the Show settings for list, choose Environment. If you want to change the font for tool windows only, in the Show settings for list, choose All Text Tool Windows.

How do I change text color in Intellij?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Color Scheme Font.

How do I change the color of a function in Pycharm?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Python. Select any code element you want to customize and clear the corresponding Inherit values from checkbox to change inherited color settings for this element; then specify your color and font settings.


2 Answers

Reinstalling did not solve it for me. This is from ReSharper's support. Note: Run notepad as administrator.

http://resharper-support.jetbrains.com/entries/26859128-ReSharper-Fonts-Colors-settings-do-not-appear-in-Visual-Studio-after-installation

Problems:

  • ReSharper Fonts & Colors settings do not appear in Visual Studio after installation;
  • Colors from Light Color Theme are used with a Dark Color Theme;

Solution:

  • Close all Visual Studio instances;
  • Open C:\Program Files (x86)\Microsoft Visual Studio {VS version}\Common7\IDE\Extensions\extensions.configurationchanged file;
  • Type anything there;
  • Save the file;
  • Open VS and check Fonts and Colors in Tools | Options | Environment;
like image 188
Brian P Avatar answered Sep 17 '22 18:09

Brian P


In VS|Tools|Options|Environment|Fonts and Colors, ensure the "Show settings for:" listbox is set to Text Editor and you will find the ReSharper items.

like image 27
Colby Africa Avatar answered Sep 18 '22 18:09

Colby Africa