Last active
May 9, 2022 08:32
-
-
Save iUltimateLP/b163c0cdd0e4bee85a06639d675d3aec to your computer and use it in GitHub Desktop.
Visual Assist X color scheme for ReSharper. Import the .DotSettings file into ReSharper and the .vssettings file into Visual Studio.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
<s:Boolean x:Key="/Default/CodeInspection/Highlighting/IdentifierHighlightingEnabled/@EntryValue">True</s:Boolean></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<UserSettings> | |
<ApplicationIdentity version="16.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="{75A05685-00A8-4DED-BAE5-E7A50BFA929A}" FontIsDefault="Yes"> | |
<Items> | |
<Item Name="ReSharper C++ Class Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Struct Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Enum Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Union Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Namespace Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Local Variable Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Parameter Variable Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Global Variable Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Class Field Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Struct Field Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Enum Enumerator Identifier" Foreground="0x00C563BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Union Member Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Typedef Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Local Typedef Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Global Function Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Member Function Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Overloaded Operator Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Template Parameter Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C++ Dependent Name Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="CppEnumSemanticTokenFormat" Foreground="0x00C563BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppGlobalVariableSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppLocalVariableSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppParameterSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppTypeSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppRefTypeSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppValueTypeSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppFunctionSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppMemberFunctionSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppMemberFieldSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppStaticMemberFunctionSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppStaticMemberFieldSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppPropertySemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppEventSemanticTokenFormat" Foreground="0x006BB7BD" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppClassTemplateSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppGenericTypeSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppFunctionTemplateSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppNamespaceSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppLabelSemanticTokenFormat" Foreground="0x0000D7FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppOperatorSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="CppMemberOperatorSemanticTokenFormat" Foreground="0x000080FF" Background="0x02000000" BoldFont="No"/> | |
<Item Name="ReSharper C# Accessor Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Class Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Constant Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Delegate Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Enum Identifier" Foreground="0x00C563BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Escape Character 1" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Escape Character 2" Foreground="0x00C563BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Event Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Extension Method Identifier" Foreground="0x00AADCDC" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Field Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Interface Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Late Bound Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Local Function Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Local Variable Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Method Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Mutable Local Variable Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Namespace Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Parameter Identifier" Foreground="0x00FEDC9C" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Property Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Static Class Identifier" Foreground="0x0000D7FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Static Filed Identifier" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Static Method Identifier" Foreground="0x000080FF" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Struct Identifier" Foreground="0x0091C686" Background="0x01000001" BoldFont="No"/> | |
<Item Name="ReSharper C# Tuple Component Name" Foreground="0x006BB7BD" Background="0x01000001" BoldFont="No"/> | |
</Items> | |
</Category> | |
</Categories> | |
</FontsAndColors> | |
</Category> | |
</Category> | |
</UserSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment