UNPKG

colurs

Version:
765 lines 78.4 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;constants&quot; | Colurs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">Colurs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_constants_.html">&quot;constants&quot;</a> </li> </ul> <h1>External module &quot;constants&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#ansi_style_bg_names" class="tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>BG_<wbr>NAMES</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#ansi_style_names" class="tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>NAMES</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#ansi_style_names_all" class="tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>NAMES_<wbr>ALL</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#css_style_bg_names" class="tsd-kind-icon">CSS_<wbr>STYLE_<wbr>BG_<wbr>NAMES</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#css_style_names" class="tsd-kind-icon">CSS_<wbr>STYLE_<wbr>NAMES</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#css_style_names_all" class="tsd-kind-icon">CSS_<wbr>STYLE_<wbr>NAMES_<wbr>ALL</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#has_ansi_exp" class="tsd-kind-icon">HAS_<wbr>ANSI_<wbr>EXP</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#has_ansi_pattern" class="tsd-kind-icon">HAS_<wbr>ANSI_<wbr>PATTERN</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#strip_exp" class="tsd-kind-icon">STRIP_<wbr>EXP</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_constants_.html#strip_pattern" class="tsd-kind-icon">STRIP_<wbr>PATTERN</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Object literals</h3> <ul class="tsd-index-list"> <li class="tsd-kind-object-literal tsd-parent-kind-external-module"><a href="_constants_.html#ansi_styles" class="tsd-kind-icon">ANSI_<wbr>STYLES</a></li> <li class="tsd-kind-object-literal tsd-parent-kind-external-module"><a href="_constants_.html#css_styles" class="tsd-kind-icon">CSS_<wbr>STYLES</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="ansi_style_bg_names" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> ANSI_<wbr>STYLE_<wbr>BG_<wbr>NAMES</h3> <div class="tsd-signature tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>BG_<wbr>NAMES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;Object.keys(ANSI_STYLES).filter(v &#x3D;&gt; v.beginsWith(&#x27;bg&#x27;))</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L140">constants.ts:140</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="ansi_style_names" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> ANSI_<wbr>STYLE_<wbr>NAMES</h3> <div class="tsd-signature tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>NAMES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;Object.keys(ANSI_STYLES).filter(v &#x3D;&gt; !v.beginsWith(&#x27;bg&#x27;))</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L137">constants.ts:137</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="ansi_style_names_all" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> ANSI_<wbr>STYLE_<wbr>NAMES_<wbr>ALL</h3> <div class="tsd-signature tsd-kind-icon">ANSI_<wbr>STYLE_<wbr>NAMES_<wbr>ALL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[...ANSI_STYLE_NAMES, ...ANSI_STYLE_BG_NAMES]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L149">constants.ts:149</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="css_style_bg_names" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> CSS_<wbr>STYLE_<wbr>BG_<wbr>NAMES</h3> <div class="tsd-signature tsd-kind-icon">CSS_<wbr>STYLE_<wbr>BG_<wbr>NAMES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;Object.keys(CSS_STYLES).filter(v &#x3D;&gt; v.beginsWith(&#x27;bg&#x27;))</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L146">constants.ts:146</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="css_style_names" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> CSS_<wbr>STYLE_<wbr>NAMES</h3> <div class="tsd-signature tsd-kind-icon">CSS_<wbr>STYLE_<wbr>NAMES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;Object.keys(CSS_STYLES).filter(v &#x3D;&gt; !v.beginsWith(&#x27;bg&#x27;))</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L143">constants.ts:143</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="css_style_names_all" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> CSS_<wbr>STYLE_<wbr>NAMES_<wbr>ALL</h3> <div class="tsd-signature tsd-kind-icon">CSS_<wbr>STYLE_<wbr>NAMES_<wbr>ALL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[...CSS_STYLE_NAMES, ...CSS_STYLE_BG_NAMES]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L150">constants.ts:150</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="has_ansi_exp" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> HAS_<wbr>ANSI_<wbr>EXP</h3> <div class="tsd-signature tsd-kind-icon">HAS_<wbr>ANSI_<wbr>EXP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol"> =&nbsp;new RegExp(HAS_ANSI_PATTERN, &#x27;g&#x27;)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L21">constants.ts:21</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="has_ansi_pattern" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> HAS_<wbr>ANSI_<wbr>PATTERN</h3> <div class="tsd-signature tsd-kind-icon">HAS_<wbr>ANSI_<wbr>PATTERN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;[&#x27;[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)&#x27;,&#x27;(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry&#x3D;&gt;&lt;~]))&#x27;].join(&#x27;|&#x27;)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L16">constants.ts:16</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="strip_exp" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> STRIP_<wbr>EXP</h3> <div class="tsd-signature tsd-kind-icon">STRIP_<wbr>EXP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol"> =&nbsp;new RegExp(STRIP_PATTERN, &#x27;g&#x27;)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L14">constants.ts:14</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="strip_pattern" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> STRIP_<wbr>PATTERN</h3> <div class="tsd-signature tsd-kind-icon">STRIP_<wbr>PATTERN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;[&#x27;[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)&#x27;,&#x27;(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry&#x3D;&gt;&lt;~]))&#x27;].join(&#x27;|&#x27;)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L9">constants.ts:9</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>see <a href="https://github.com/chalk/ansi-regex">https://github.com/chalk/ansi-regex</a> Chalk typings don&#39;t seem stable at the moment at least and why this module exists.</p> </div> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Object literals</h2> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module"> <a name="ansi_styles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> ANSI_<wbr>STYLES</h3> <div class="tsd-signature tsd-kind-icon">ANSI_<wbr>STYLES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L23">constants.ts:23</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgblack" class="tsd-anchor"></a> <h3>bg<wbr>Black</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Black<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[40, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L48">constants.ts:48</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgblackbright" class="tsd-anchor"></a> <h3>bg<wbr>Black<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Black<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[100, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L70">constants.ts:70</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgblue" class="tsd-anchor"></a> <h3>bg<wbr>Blue</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Blue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[44, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L52">constants.ts:52</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgbluebright" class="tsd-anchor"></a> <h3>bg<wbr>Blue<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Blue<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[104, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L74">constants.ts:74</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgcyan" class="tsd-anchor"></a> <h3>bg<wbr>Cyan</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Cyan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[46, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L54">constants.ts:54</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgcyanbright" class="tsd-anchor"></a> <h3>bg<wbr>Cyan<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Cyan<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[106, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L76">constants.ts:76</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bggray" class="tsd-anchor"></a> <h3>bg<wbr>Gray</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Gray<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[47, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L56">constants.ts:56</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bggreen" class="tsd-anchor"></a> <h3>bg<wbr>Green</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Green<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[42, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L50">constants.ts:50</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bggreenbright" class="tsd-anchor"></a> <h3>bg<wbr>Green<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Green<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[102, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L72">constants.ts:72</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bggrey" class="tsd-anchor"></a> <h3>bg<wbr>Grey</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Grey<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[47, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L57">constants.ts:57</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgmagenta" class="tsd-anchor"></a> <h3>bg<wbr>Magenta</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Magenta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[45, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L53">constants.ts:53</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgmagentabright" class="tsd-anchor"></a> <h3>bg<wbr>Magenta<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Magenta<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[105, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L75">constants.ts:75</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgred" class="tsd-anchor"></a> <h3>bg<wbr>Red</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Red<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[41, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L49">constants.ts:49</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgredbright" class="tsd-anchor"></a> <h3>bg<wbr>Red<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Red<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[101, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L71">constants.ts:71</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgwhite" class="tsd-anchor"></a> <h3>bg<wbr>White</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>White<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[47, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L55">constants.ts:55</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgwhitebright" class="tsd-anchor"></a> <h3>bg<wbr>White<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>White<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[107, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L77">constants.ts:77</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgyellow" class="tsd-anchor"></a> <h3>bg<wbr>Yellow</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Yellow<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[43, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L51">constants.ts:51</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bgyellowbright" class="tsd-anchor"></a> <h3>bg<wbr>Yellow<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Yellow<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[103, 49]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L73">constants.ts:73</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.black" class="tsd-anchor"></a> <h3>black</h3> <div class="tsd-signature tsd-kind-icon">black<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[30, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L36">constants.ts:36</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.blackbright" class="tsd-anchor"></a> <h3>black<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">black<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[30, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L60">constants.ts:60</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.blue" class="tsd-anchor"></a> <h3>blue</h3> <div class="tsd-signature tsd-kind-icon">blue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[34, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L40">constants.ts:40</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bluebright" class="tsd-anchor"></a> <h3>blue<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">blue<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[94, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L64">constants.ts:64</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.bold" class="tsd-anchor"></a> <h3>bold</h3> <div class="tsd-signature tsd-kind-icon">bold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[1, 22]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L28">constants.ts:28</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.cyan" class="tsd-anchor"></a> <h3>cyan</h3> <div class="tsd-signature tsd-kind-icon">cyan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[36, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L42">constants.ts:42</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.cyanbright" class="tsd-anchor"></a> <h3>cyan<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">cyan<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[96, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L66">constants.ts:66</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.dim" class="tsd-anchor"></a> <h3>dim</h3> <div class="tsd-signature tsd-kind-icon">dim<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[2, 22]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L31">constants.ts:31</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.gray" class="tsd-anchor"></a> <h3>gray</h3> <div class="tsd-signature tsd-kind-icon">gray<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[90, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L45">constants.ts:45</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.green" class="tsd-anchor"></a> <h3>green</h3> <div class="tsd-signature tsd-kind-icon">green<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[32, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L38">constants.ts:38</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.greenbright" class="tsd-anchor"></a> <h3>green<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">green<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[92, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L62">constants.ts:62</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.grey" class="tsd-anchor"></a> <h3>grey</h3> <div class="tsd-signature tsd-kind-icon">grey<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[90, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L44">constants.ts:44</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.hidden" class="tsd-anchor"></a> <h3>hidden</h3> <div class="tsd-signature tsd-kind-icon">hidden<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[8, 28]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L32">constants.ts:32</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.inverse" class="tsd-anchor"></a> <h3>inverse</h3> <div class="tsd-signature tsd-kind-icon">inverse<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[7, 27]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L27">constants.ts:27</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.italic" class="tsd-anchor"></a> <h3>italic</h3> <div class="tsd-signature tsd-kind-icon">italic<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[3, 23]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L29">constants.ts:29</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.magenta" class="tsd-anchor"></a> <h3>magenta</h3> <div class="tsd-signature tsd-kind-icon">magenta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[35, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L41">constants.ts:41</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.magentabright" class="tsd-anchor"></a> <h3>magenta<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">magenta<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[95, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L65">constants.ts:65</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.red" class="tsd-anchor"></a> <h3>red</h3> <div class="tsd-signature tsd-kind-icon">red<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[31, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L37">constants.ts:37</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.redbright" class="tsd-anchor"></a> <h3>red<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">red<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[91, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L61">constants.ts:61</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.reset" class="tsd-anchor"></a> <h3>reset</h3> <div class="tsd-signature tsd-kind-icon">reset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[0, 0]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L26">constants.ts:26</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.strikethrough" class="tsd-anchor"></a> <h3>strikethrough</h3> <div class="tsd-signature tsd-kind-icon">strikethrough<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[9, 29]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L33">constants.ts:33</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.underline" class="tsd-anchor"></a> <h3>underline</h3> <div class="tsd-signature tsd-kind-icon">underline<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[4, 24]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L30">constants.ts:30</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.white" class="tsd-anchor"></a> <h3>white</h3> <div class="tsd-signature tsd-kind-icon">white<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[37, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L43">constants.ts:43</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.whitebright" class="tsd-anchor"></a> <h3>white<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">white<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[97, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L67">constants.ts:67</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.yellow" class="tsd-anchor"></a> <h3>yellow</h3> <div class="tsd-signature tsd-kind-icon">yellow<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[33, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L39">constants.ts:39</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="ansi_styles.yellowbright" class="tsd-anchor"></a> <h3>yellow<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">yellow<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[93, 39]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L63">constants.ts:63</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module"> <a name="css_styles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> CSS_<wbr>STYLES</h3> <div class="tsd-signature tsd-kind-icon">CSS_<wbr>STYLES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L81">constants.ts:81</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgblack-1" class="tsd-anchor"></a> <h3>bg<wbr>Black</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Black<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #000;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L104">constants.ts:104</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgblackbright-1" class="tsd-anchor"></a> <h3>bg<wbr>Black<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Black<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #000;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L126">constants.ts:126</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgblue-1" class="tsd-anchor"></a> <h3>bg<wbr>Blue</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Blue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #0000ff;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L108">constants.ts:108</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgbluebright-1" class="tsd-anchor"></a> <h3>bg<wbr>Blue<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Blue<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #0000ff;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L130">constants.ts:130</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgcyan-1" class="tsd-anchor"></a> <h3>bg<wbr>Cyan</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Cyan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #00ffee;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L110">constants.ts:110</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bgcyanbright-1" class="tsd-anchor"></a> <h3>bg<wbr>Cyan<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Cyan<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #00ffee;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L132">constants.ts:132</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bggray-1" class="tsd-anchor"></a> <h3>bg<wbr>Gray</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Gray<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #888;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L112">constants.ts:112</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bggreen-1" class="tsd-anchor"></a> <h3>bg<wbr>Green</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Green<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #209805;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L106">constants.ts:106</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bggreenbright-1" class="tsd-anchor"></a> <h3>bg<wbr>Green<wbr>Bright</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Green<wbr>Bright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #209805;&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L128">constants.ts:128</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="css_styles.bggrey-1" class="tsd-anchor"></a> <h3>bg<wbr>Grey</h3> <div class="tsd-signature tsd-kind-icon">bg<wbr>Grey<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;background: #888&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/origin1tech/colurs/blob/89e9a91/src/constants.ts#L113">constants.