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

前端 未结 4 1936
失恋的感觉
失恋的感觉 2021-02-03 17:30

Maybe it\'s trivial but I couldn\'t find an answer to it for several weeks. It\'s set to some light gray color which is very bothersome in a dark color theme.

Any ideas

4条回答
  •  一生所求
    2021-02-03 18:17

    If you as many of us use ReSharper, highlighting current line can be achieved via:

    ReSharper/Options...; Environment/Editor on the left; check "Highlight current Line" on the right.

    After that you may need to restart Visual studio and if you do not like the color, change it via:

    Tools/Options...; Environment/Fonts and Colors on the left; "ReSharper Current Line Highlight" on the right

    See more details in here

提交回复
热议问题