leddt / visualstudio-colors-solarized

Visual Studio color schemes based on https://github.com/altercation/solarized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work in C++, C++/CLI for VS2012

hglee opened this issue · comments

Color setting does not work in C++, C++/CLI for VS2012.

It is need to set additional 'C++ xxx' items in 'Tool -> Options -> Fonts and Colors' to work properly.

I attached my exported dark color setting that has Cpp* items:

                        <Item Name="CppMacroSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppEnumSemanticTokenFormat" Foreground="0x00C4716C" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppLocalVariableSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppParameterSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppTypeSemanticTokenFormat" Foreground="0x000089B5" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppRefTypeSemanticTokenFormat" Foreground="0x000089B5" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppValueTypeSemanticTokenFormat" Foreground="0x00008983" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppFunctionSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppMemberFunctionSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppMemberFieldSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppStaticMemberFunctionSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppStaticMemberFieldSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppPropertySemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppEventSemanticTokenFormat" Foreground="0x00C4716C" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppClassTemplateSemanticTokenFormat" Foreground="0x000089B5" Background="0x00362B00" BoldFont="Yes"/>
                        <Item Name="CppGenericTypeSemanticTokenFormat" Foreground="0x00AF912B" Background="0x01000001" BoldFont="Yes"/>
                        <Item Name="CppFunctionTemplateSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppNamespaceSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>
                        <Item Name="CppLabelSemanticTokenFormat" Foreground="0x00969483" Background="0x01000001" BoldFont="No"/>