<?xml version="1.0" encoding="utf-8"?>
<!--
  Washed Away Cherry — Visual Studio 2022 without Visual Assist.

  For the C++ semantic items below, enable:
    Tools > Options > Text Editor > C/C++ > View > Enhanced Colorization

  Colors are Win32 COLORREF values (0x00BBGGRR). This file intentionally omits
  all font family, font size, and font-style attributes, so importing it changes
  colors only and preserves the user's editor typography.
-->
<UserSettings>
  <ApplicationIdentity version="17.0"/>
  <ToolsOptions>
    <ToolsOptionsCategory name="Environment" RegisteredName="Environment">
      <ToolsOptionsSubCategory 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}">
              <Items>
                <!-- Canvas: #8E163E on #EFD0D8 -->
                <Item Name="Plain Text" Foreground="0x003E168E" Background="0x00D8D0EF"/>
                <Item Name="Selected Text" Foreground="0x0027134C" Background="0x00AA8BF0"/>
                <Item Name="Inactive Selected Text" Foreground="0x0027134C" Background="0x00C5BBE4"/>
                <Item Name="Line Number" Foreground="0x008A79B7" Background="0x02000000"/>

                <!-- Core syntax -->
                <Item Name="Comment" Foreground="0x00ADB2C2" Background="0x02000000"/>
                <Item Name="String" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="Character" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="Number" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="Keyword" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="Operator" Foreground="0x0037177F" Background="0x02000000"/>
                <Item Name="Preprocessor Keyword" Foreground="0x004321A8" Background="0x02000000"/>
                <Item Name="C/C++ User Keywords" Foreground="0x004321A8" Background="0x02000000"/>
                <Item Name="User Defined Macro" Foreground="0x004321A8" Background="0x02000000"/>
                <Item Name="User Types" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="User Types(Enums)" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="User Types(Interfaces and Delegates)" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="User Types(Value types)" Foreground="0x003E168E" Background="0x02000000"/>

                <!-- Stock C++ semantic classifier -->
                <Item Name="C++ Functions" Foreground="0x00528F6F" Background="0x02000000"/>
                <Item Name="C++ Local Variables" Foreground="0x00A28F6D" Background="0x02000000"/>
                <Item Name="C++ Parameters" Foreground="0x00A28F6D" Background="0x02000000"/>
                <Item Name="C++ Member Fields" Foreground="0x00A28F6D" Background="0x02000000"/>
                <Item Name="C++ Static Member Fields" Foreground="0x00A28F6D" Background="0x02000000"/>
                <Item Name="C++ Global Variables" Foreground="0x00A28F6D" Background="0x02000000"/>
                <Item Name="C++ Enumerators" Foreground="0x003E168E" Background="0x02000000"/>
                <Item Name="C++ Macros" Foreground="0x004321A8" Background="0x02000000"/>
                <Item Name="C++ Types" Foreground="0x003E168E" Background="0x02000000"/>

                <!-- Stock editor affordances -->
                <Item Name="Highlighted Reference" Foreground="0x02000000" Background="0x00E6E1F6"/>
                <Item Name="Brace Matching (Rectangle)" Foreground="0x00528F6F" Background="0x00E6E1F6"/>
              </Items>
            </Category>
            <Category GUID="{E0187991-B458-4F7E-8CA9-42C9A573B56C}">
              <Items>
                <Item Name="Comment" Foreground="0x00ADB2C2" Background="0x02000000"/>
              </Items>
            </Category>
          </Categories>
        </FontsAndColors>
      </ToolsOptionsSubCategory>
    </ToolsOptionsCategory>
  </ToolsOptions>
</UserSettings>
