How to easily change Visual Studio 2022 Editor Font and Colors to match VS 2019 - visual-studio

I appreciate that the Visual Studio team is continually trying to improve the VS environment for developers. However, I find the fonts and colors used in the VS 2022 editor to be too loud and mentally taxing. I'd very much like to change the VS 2022 text editor fonts and colors to match what I'm use to in VS 2019.
Unfortunately it's not a simple as going into Tools > Options > Environment > Fonts and Colors and changing the font from Cascadia Code back to Consolas. Sure one can do that, and that's a step forward but the font coloring is then to light. This is apparently because the font colors in general were lightened in VS 2022 to partially compensate for the fact that Cascadia Code is a very heavy font. This of course makes sense, IF you want to keep Cascadia Code as the editor font. But I don't. I want to switch back to Consolas, and I'd like the font coloring that VS 2019 used as well.
So anybody know an easy way to get the VS 2022 editor to use the text color coding that VS 2019 uses?

If you were using the dark theme in VS 2019, you can install this port: https://marketplace.visualstudio.com/items?itemName=MadsKristensen.DarkTheme2019, works great for me. Unfortunately it doesn't look like anyone ported the light theme.

I was able to figure it out in my VS 2022 environment. Font now looks identical to my VS 2019 IDE.
VS 2022 > Tools > Options > Environment > Font and Colors > Change font to "Consolas" size 10.

Related

Visual Studio 2022 Color Messup

I'm having this issue with visual studio 2022 where the borders of the software are white when it's meant to be fully dark. The coloring of the text is normal however. And also, the option buttons like file, edit dropdown. Currently the only temporary fix is to restart my computer but it only works for one launch, after that launch it doesn't work again so it's an extreme hassle. Any help will be appreciated!

Fonts and colors extension for Visual Studio?

Visual Studio Color Theme Editor is an excellent extension for Visual Studio 2010 that can be used to try and apply different themes on the IDE. The theme only changes the chrome or the windowing area of the IDE.
To change the display of code one still has to play around with the settings in the Fonts and Colors dialog or import settings from a .vssettings file. (A variety of styles are available at StudioStyles).
All editors now allow the programmer to try or switch between different styles on the code with a click (like the gorgeous Sublime Text). Is there a Visual Studio extension or external tool that makes it easy to apply and play around with different styles? If not, is there some trick to try or switch between different styles with ease? I find that going through the Import Settings dialog is quite onerous.
Visual Studio 2012 Color Theme Editor extension now allows (from v2.3) to change Font colors using styles (include your own styles). Exactly what do you need.
Version history
2.3 Added support for merging Fonts & Colors customizations with a theme
Update to Visual Studio 2012 and you be able to use either Light or Dark theme. What's is really cool.
Other good suggestion is to check http://studiostyl.es/ - This website provide many variations of color and fonts to use with your Visual Studio (but by now that compatibility is just with vs2005, vs2008 and vs2010)

Change dark blue background in Visual Studio 2010 IDE

The dark blue background in the Visual Studio 2010 IDE is driving me nuts. How can I change the background to a slate silver color?
You can do that in Tools / Options and then Environment / Fonts And Colors and there is a setting for background color.
Or even better you can choose from predefined styles at http://studiostyl.es/, these style setting works for Visual Studio 2008 and Visual Studio 2010 for all versions, including the express :
http://weblogs.asp.net/scottgu/archive/2010/04/29/download-and-share-visual-studio-color-schemes.aspx
I use this one:
http://visualstudiogallery.msdn.microsoft.com/20cd93a2-c435-4d00-a797-499f16402378?SRC=VSIDE
It will add a 'Theme' menu to the tool bar where you can change the colour scheme to a pre-set one, or define your own.
there is a site called https://studiostyl.es it contains a some of nice themes
download a theme you like
then go to tools>options>Environment>import and export setting
then you will see a textbox for team setting file
finally, put the path of your downloaded setting file, then press ok

Change font-smoothing in VS 2010

Is there any way to make font smoothing more MacOS like in Visual Studio 2010? I used to do that with GDI++ in VS 2008, but obviously that won't work in new Visual Studio. Is it possible to tweak WPF font-smoothing manually?
If anyone doesn't know about GDI++ you can get it here. It is highly configurable, but the basic settings make fonts look like they do on MacOS, which is much better when you have white text on dark background.
Here's a link on some options to try:
Turning off ClearType, Adjust font smoothing on OS level, change the environment font in VS. Consolas font was an option they recommended in beta.
Here's a blog post on improving WPF font clarity.
There's a Visual Studio extension called Text Sharp that lets you change the font smoothing settings.

How can I correct this in the visual studio 2010 theme?

I have recently moved to a dark color theme for all my code editors. It is much easier on the eyes. But I recently came across an issue that I can’t figure out how to correct and was hoping that someone will have an answer.
When the method info box pops up this is what it looks like this:
Notice the method info is unreadable because the colors in the theme are meant for a dark background. How can I change the background of this popup?
The theme is a modified version of Coding Instinct available on StudioStyles. Here is my modified version. It sets the background for the linenumbers/marker margin plus some other minor tweaks.
It's Visual Studio 2010 Pro Power Tools extension causing the issue. Someone on the Q&A discussion thread for Visual Studio 2010 Pro Power Tools said:
it seems that the Fonts and Colors selection for "Signature Help Tooltip Background" is the Text Editor color definition that effects this.

Resources