Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2017 status bar color

VS2017 has (at least with the newest update I also just installed), at the bottom of the main window, a brightly shining blue status bar, which visually sticks out greatly. As this is the only big bright blue thing on the whole screen, this very distracting.

Is there a way to change the color?

like image 967
user1847129 Avatar asked Sep 17 '17 23:09

user1847129


People also ask

How do I change the color of my status bar in Visual Studio?

Press Control + Shift + P when you just open Visual Studio Code and type "open settings(UI)" and search for window. titleBarStyle and change the option from native to custom so that you can restore the colour of status bar from white to black.

What does green mean in Visual Studio?

Green: The line has been changed and saved. Orange: The line has been changed, saved, and the change undone.

Why is my VS Code status bar purple?

The reason for the difference is VS Code will display a blue status bar when you open a folder. At all other times it will display a purple status bar.


1 Answers

According to this answer, there is an official theme editor for Visual Studio 2017. You can install it through the menu "Tools > Extensions and updates" and search online source for "Color Theme Editor for Visual Studio 2017".

It will install an extension which will make you be able to edit each element of a visual style. You can see more details of that extension on the official Color Theme Editor for Visual Studio 2017 page and also some help steps on this page from GitHub.

In my case, I wanted to change the purple color of the statusbar from the Dark theme and I was able through that extension.

Update on Feb, 19-2019

This editor should work on Visual Studio 2019 as well, as can be seen on "Works with" section on Visual Studio Marketplace website.

like image 131
Marcos Rocha Avatar answered Oct 14 '22 23:10

Marcos Rocha