# GrapeCity.Core.ThemeColors

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Core_ThemeColors" data-uid="GrapeCity.Core.ThemeColors" class="text-break">ThemeColors Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the set of twelve colors come together to form the color scheme for a theme.</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_ThemeColors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ThemeColors</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ThemeColors</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_ThemeColors_Accent1">Accent1</td>
        <td><p>Represents the 1st accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Accent2">Accent2</td>
        <td><p>Represents the 2nd accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Accent3">Accent3</td>
        <td><p>Represents the 3rd accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Accent4">Accent4</td>
        <td><p>Represents the 4th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Accent5">Accent5</td>
        <td><p>Represents the 5th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Accent6">Accent6</td>
        <td><p>Represents the 6th accent color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Background1">Background1</td>
        <td><p>Represents the 1st background color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Background2">Background2</td>
        <td><p>Represents the 2nd background color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_FollowedHyperlink">FollowedHyperlink</td>
        <td><p>Represents the followed hyperlink color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Hyperlink">Hyperlink</td>
        <td><p>Represents the hyperlink color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Text1">Text1</td>
        <td><p>Represents the 1st text color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Core_ThemeColors_Text2">Text2</td>
        <td><p>Represents the 2nd text color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
