I am trying to do a couple of things to customize the Visual Studio 2008 Editor Configuration. I want to do this via some setting or macro that I can write myself. I can't install third-party add-ins such as resharper to achieve these goals in the environment where I work. Here is what I need to do:
I want to change the color of the caret in the editor to #FF0000
I want to change the background color of the current line where the caret is to a slightly darker shade than the rest of the editor window
I have searched the Visual Studio options extensively and I can't find settings for these specific things. I also looked into the object model that VS exposes to macros and no dice. Any pointer are appreciated.