VS2012 How to turn off editor tab colouring?

前端 未结 3 1298
南方客
南方客 2021-01-31 13:32

I strain to read the tabs in the source code editor of Visual Studio 2012. I don\'t even understand what the different colors mean? They seem totally random. Black on brown or

相关标签:
3条回答
  • 2021-01-31 13:41

    Looks like you might have Productivity Power Tools installed? If so turn off Custom Document Well or look in the Options > Productivity Power Tools > Custom Document Well > Advanced, there is an option to set colour to Visual Studio.

    0 讨论(0)
  • 2021-01-31 13:49

    Or you could set: (In VS2015)

    Options > Productivity Power Tools > Custom Document Well > Advanced

    Then under Colors and Gradients panel, in the Selected Tab drop down choose VS Colors ,

    This allows you to keep colored tabs by project yet highlights the selected tab clearly, win win...

    My selected Tab is now bright Blue all the time.

    0 讨论(0)
  • 2021-01-31 13:58

    The colors of each tab comes from productivity power tools. For each project power tools assign a colors, so developer can easily detect a file(if contain same name) belongs to which project.

    For VS 2013 & 2015 you can easily remove those color by unchecked Colors tab by project following below steps

    go to Tools > Options > Productivity Power Tools > Custom Document Well > General

    0 讨论(0)
提交回复
热议问题