user1847129
user1847129

Reputation: 1000

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?

Upvotes: 6

Views: 2556

Answers (1)

Marcos Rocha
Marcos Rocha

Reputation: 98

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.

Upvotes: 7

Related Questions