Skip to content

Instantly share code, notes, and snippets.

@matlus
Created February 22, 2022 23:48
Show Gist options
  • Select an option

  • Save matlus/40683dbd7b993e57c4a385821b53aa9f to your computer and use it in GitHub Desktop.

Select an option

Save matlus/40683dbd7b993e57c4a385821b53aa9f to your computer and use it in GitHub Desktop.
Font and Colors Settings for VS 2022
<UserSettings><ApplicationIdentity version="17.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"/></ToolsOptions><Category name="Environment_Group" RegisteredName="Environment_Group"><Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"><PropertyValue name="Version">2</PropertyValue><FontsAndColors Version="2.0"><Theme Id="{1DED0138-47CE-435E-84EF-9EC1F439B749}"/><Categories><Category GUID="{FA937F7B-C0D2-46B8-9F10-A7A92642B384}" FontIsDefault="Yes"><Items><Item Name="Artboard Background" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/></Items></Category><Category GUID="{58E96763-1D3B-4E05-B6BA-FF7115FD0B7B}" FontName="Fira Code" FontSize="10" CharSet="1" FontIsDefault="No"><Items><Item Name="Plain Text" Foreground="0x00DCDCDC" Background="0x00191919" BoldFont="No"/></Items></Category><Category GUID="{B36B0228-DBAD-4DB0-B9C7-2AD3E572010F}" FontName="Segoe UI" FontSize="9" CharSet="1" FontIsDefault="No"><Items><Item Name="Target Only" Foreground="0x00000000" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Not Downloaded" Foreground="0x00999999" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Even Row Items" Foreground="0x00000000" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Source Only" Foreground="0x00000000" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Different content" Foreground="0x000014E5" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Identical content" Foreground="0x00000000" Background="0x00FFFFFF" BoldFont="No"/><Item Name="Odd Row Items" Foreground="0x00000000" Background="0x00FFFFFF" BoldFont="No"/></Items></Category><Category GUID="{75A05685-00A8-4DED-BAE5-E7A50BFA929A}" FontName="Fira Code" FontSize="10" CharSet="1" FontIsDefault="No"><Items><Item Name="field name" Foreground="0x00D9AEAE" Background="0x01000001" BoldFont="No"/><Item Name="enum name" Foreground="0x0094E7B5" Background="0x01000001" BoldFont="No"/><Item Name="constant name" Foreground="0x01000000" Background="0x01000001" BoldFont="Yes"/><Item Name="class name" Foreground="0x000075EA" Background="0x01000001" BoldFont="No"/><Item Name="local name" Foreground="0x000E38C9" Background="0x01000001" BoldFont="Yes"/><Item Name="operator - overloaded" Foreground="0x008000FF" Background="0x01000001" BoldFont="No"/><Item Name="parameter name" Foreground="0x002D8E6C" Background="0x01000001" BoldFont="No"/><Item Name="string - escape character" Foreground="0x00B1E7EB" Background="0x01000001" BoldFont="No"/><Item Name="method name" Foreground="0x009CF0FF" Background="0x01000001" BoldFont="No"/><Item Name="string - verbatim" Foreground="0x00CCBFB3" Background="0x01000001" BoldFont="No"/><Item Name="extension method name" Foreground="0x00009F9F" Background="0x01000001" BoldFont="Yes"/><Item Name="punctuation" Foreground="0x00EFDFFF" Background="0x01000001" BoldFont="No"/><Item Name="Comment" Foreground="0x00808080" Background="0x02000000" BoldFont="Yes"/><Item Name="ASD-ESH.Definition.MethodStatic" Foreground="0x00CDEDD8" Background="0x01000001" BoldFont="No"/><Item Name="Identifier" Foreground="0x00CFCFCF" Background="0x02000000" BoldFont="Yes"/><Item Name="ASD-ESH.Definition.MethodExtension" Foreground="0x009CE7EB" Background="0x01000001" BoldFont="No"/><Item Name="Operator" Foreground="0x008000FF" Background="0x02000000" BoldFont="No"/><Item Name="ASD-ESH.Definition.Local" Foreground="0x006500CA" Background="0x01000001" BoldFont="No"/><Item Name="String" Foreground="0x00B39674" Background="0x02000000" BoldFont="No"/><Item Name="interface name" Foreground="0x00C4E6D1" Background="0x01000001" BoldFont="No"/><Item Name="ASD-ESH.Definition.Field" Foreground="0x00D8AFAF" Background="0x01000001" BoldFont="No"/><Item Name="struct name" Foreground="0x0053CADC" Background="0x01000001" BoldFont="No"/><Item Name="Type" Foreground="0x0080D6F7" Background="0x02000000" BoldFont="Yes"/></Items></Category><Category GUID="{E0187991-B458-4F7E-8CA9-42C9A573B56C}" FontName="Fira Code" FontSize="10" CharSet="1" FontIsDefault="No"><Items><Item Name="Comment" Foreground="0x00808080" Background="0x02000000" BoldFont="No"/><Item Name="Identifier" Foreground="0x00CFCFCF" Background="0x02000000" BoldFont="No"/><Item Name="String" Foreground="0x00B39674" Background="0x02000000" BoldFont="No"/></Items></Category><Category GUID="{FF349800-EA43-46C1-8C98-878E78F46501}" FontName="Fira Code" FontSize="10" CharSet="1" FontIsDefault="No"><Items/></Category></Categories></FontsAndColors></Category></Category></UserSettings>
@matlus
Copy link
Author

matlus commented Feb 22, 2022

Paste the XML code above (as is) into a file with the filename extension of .vssettings
This file is NOT a valid XML file, in that it is not supposed to have the processings tag that a valid XML file would have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment