# GrapeCity.Core.SchemeThemeColors

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Core_SchemeThemeColors" data-uid="GrapeCity.Core.SchemeThemeColors" class="text-break">SchemeThemeColors Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a scheme color value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Core.html">GrapeCity.Core</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Core_SchemeThemeColors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SchemeThemeColors</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SchemeThemeColors</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent1">Accent1</td>
        <td><p>Represents the 1st accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent2">Accent2</td>
        <td><p>Represents the 2nd accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent3">Accent3</td>
        <td><p>Represents the 3rd accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent4">Accent4</td>
        <td><p>Represents the 4th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent5">Accent5</td>
        <td><p>Represents the 5th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Accent6">Accent6</td>
        <td><p>Represents the 6th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Background1">Background1</td>
        <td><p>Represents the 1st background color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Background2">Background2</td>
        <td><p>Represents the 2nd background color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Dark1">Dark1</td>
        <td><p>Represents the 1st dark color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Dark2">Dark2</td>
        <td><p>Represents the 2nd dark color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_FollowedHyperlink">FollowedHyperlink</td>
        <td><p>Represents the followed hyperlink color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Hyperlink">Hyperlink</td>
        <td><p>Represents the hyperlink color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Light1">Light1</td>
        <td><p>Represents the 1st light color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Light2">Light2</td>
        <td><p>Represents the 2nd light color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_NotThemeColor">NotThemeColor</td>
        <td><p>Specifies no theme color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_PhColor">PhColor</td>
        <td><p>Represents the style color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Text1">Text1</td>
        <td><p>Represents the 1st text color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_SchemeThemeColors_Text2">Text2</td>
        <td><p>Represents the 2nd text color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
