edlang/owo_colors/trait.Color.html
2024-05-05 09:43:20 +00:00

15 lines
681 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A trait for describing a type which can be used with `FgColorDisplay` or `BgColorDisplay`"><title>Color in owo_colors - Rust</title><script> if (window.location.protocol !== "file:") document.write(`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2">`)</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-e935ef01ae1c1829.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="owo_colors" data-themes="" data-resource-suffix="" data-rustdoc-version="1.78.0 (9b00956e5 2024-04-29)" data-channel="1.78.0" data-search-js="search-42d8da7a6b9792c2.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-12cf3b4f4f9dc36d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../owo_colors/index.html"><img src="https://jam1.re/img/rust_owo.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../owo_colors/index.html"><img src="https://jam1.re/img/rust_owo.svg" alt="logo"></a><h2><a href="../owo_colors/index.html">owo_colors</a><span class="version">4.0.0</span></h2></div><h2 class="location"><a href="#">Color</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-consts">Required Associated Constants</a></h3><ul class="block"><li><a href="#associatedconstant.ANSI_BG">ANSI_BG</a></li><li><a href="#associatedconstant.ANSI_FG">ANSI_FG</a></li><li><a href="#associatedconstant.RAW_ANSI_BG">RAW_ANSI_BG</a></li><li><a href="#associatedconstant.RAW_ANSI_FG">RAW_ANSI_FG</a></li></ul><h3><a href="#object-safety">Object Safety</a></h3><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In crate owo_colors</a></h2></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../owo_colors/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="index.html">owo_colors</a>::<wbr><a class="trait" href="#">Color</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/owo_colors/lib.rs.html#99-122">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Color {
const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a>;
const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a>;
const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a>;
const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a>;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A trait for describing a type which can be used with <a href="struct.FgColorDisplay.html" title="struct owo_colors::FgColorDisplay"><code>FgColorDisplay</code></a> or
<a href="struct.BgColorDisplay.html" title="struct owo_colors::BgColorDisplay"><code>BgColorDisplay</code></a></p>
</div></details><h2 id="required-associated-consts" class="section-header">Required Associated Constants<a href="#required-associated-consts" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedconstant.ANSI_FG" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#101">source</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a></h4></section></summary><div class="docblock"><p>The ANSI format code for setting this color as the foreground</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.ANSI_BG" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#104">source</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a></h4></section></summary><div class="docblock"><p>The ANSI format code for setting this color as the background</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.RAW_ANSI_FG" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#108">source</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a></h4></section></summary><div class="docblock"><p>The raw ANSI format for settings this color as the foreground without the ANSI
delimiters (“\x1b” and “m”)</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.RAW_ANSI_BG" class="method"><a class="src rightside" href="../src/owo_colors/lib.rs.html#112">source</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a></h4></section></summary><div class="docblock"><p>The raw ANSI format for settings this color as the background without the ANSI
delimiters (“\x1b” and “m”)</p>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.78.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Black" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Black" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Black.html" title="struct owo_colors::colors::Black">Black</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-1" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[30m&quot;</h4></section><section id="associatedconstant.ANSI_BG-1" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[40m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-1" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;30&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-1" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-1" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;40&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Blue" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Blue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Blue.html" title="struct owo_colors::colors::Blue">Blue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-2" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[34m&quot;</h4></section><section id="associatedconstant.ANSI_BG-2" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[44m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-2" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;34&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-2" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-2" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;44&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightBlack" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightBlack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightBlack.html" title="struct owo_colors::colors::BrightBlack">BrightBlack</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-3" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[90m&quot;</h4></section><section id="associatedconstant.ANSI_BG-3" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[100m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-3" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;90&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-3" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-3" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;100&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightBlue.html" title="struct owo_colors::colors::BrightBlue">BrightBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-4" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[94m&quot;</h4></section><section id="associatedconstant.ANSI_BG-4" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[104m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-4" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;94&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-4" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-4" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;104&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightCyan" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightCyan" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightCyan.html" title="struct owo_colors::colors::BrightCyan">BrightCyan</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-5" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[96m&quot;</h4></section><section id="associatedconstant.ANSI_BG-5" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[106m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-5" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;96&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-5" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;106&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.BrightGreen.html" title="struct owo_colors::colors::BrightGreen">BrightGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-6" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[92m&quot;</h4></section><section id="associatedconstant.ANSI_BG-6" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[102m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-6" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;92&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-6" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;102&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightMagenta" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightMagenta" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightMagenta.html" title="struct owo_colors::colors::BrightMagenta">BrightMagenta</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-7" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[95m&quot;</h4></section><section id="associatedconstant.ANSI_BG-7" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[105m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-7" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;95&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-7" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;105&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightRed" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightRed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.BrightRed.html" title="struct owo_colors::colors::BrightRed">BrightRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-8" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[91m&quot;</h4></section><section id="associatedconstant.ANSI_BG-8" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[101m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-8" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;91&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-8" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-8" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;101&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightWhite" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightWhite" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightWhite.html" title="struct owo_colors::colors::BrightWhite">BrightWhite</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-9" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[97m&quot;</h4></section><section id="associatedconstant.ANSI_BG-9" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[107m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-9" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;97&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-9" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-9" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;107&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-BrightYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.BrightYellow.html" title="struct owo_colors::colors::BrightYellow">BrightYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-10" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[93m&quot;</h4></section><section id="associatedconstant.ANSI_BG-10" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[103m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-10" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;93&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-10" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-10" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;103&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Cyan" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Cyan" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Cyan.html" title="struct owo_colors::colors::Cyan">Cyan</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-11" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[36m&quot;</h4></section><section id="associatedconstant.ANSI_BG-11" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[46m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-11" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;36&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-11" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-11" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;46&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Default" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Default" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.Default.html" title="struct owo_colors::colors::Default">Default</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-12" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[39m&quot;</h4></section><section id="associatedconstant.ANSI_BG-12" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[49m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-12" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;39&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-12" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-12" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;49&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Green" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Green" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Green.html" title="struct owo_colors::colors::Green">Green</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-13" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[32m&quot;</h4></section><section id="associatedconstant.ANSI_BG-13" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[42m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-13" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;32&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-13" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-13" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;42&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Magenta" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Magenta" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.Magenta.html" title="struct owo_colors::colors::Magenta">Magenta</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-14" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[35m&quot;</h4></section><section id="associatedconstant.ANSI_BG-14" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[45m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-14" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;35&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-14" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-14" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;45&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Red" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Red" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Red.html" title="struct owo_colors::colors::Red">Red</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-15" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[31m&quot;</h4></section><section id="associatedconstant.ANSI_BG-15" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[41m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-15" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;31&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-15" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-15" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;41&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-White" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-White" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.White.html" title="struct owo_colors::colors::White">White</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-16" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[37m&quot;</h4></section><section id="associatedconstant.ANSI_BG-16" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[47m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-16" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;37&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-16" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-16" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;47&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Yellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#impl-Color-for-Yellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::<a class="struct" href="colors/struct.Yellow.html" title="struct owo_colors::colors::Yellow">Yellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-17" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_FG-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[33m&quot;</h4></section><section id="associatedconstant.ANSI_BG-17" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.ANSI_BG-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[43m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-17" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_FG-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;33&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-17" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors.rs.html#106-125">source</a><a href="#associatedconstant.RAW_ANSI_BG-17" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;43&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-AeroBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-AeroBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.AeroBlue.html" title="struct owo_colors::colors::xterm::AeroBlue">AeroBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-18" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;158m&quot;</h4></section><section id="associatedconstant.ANSI_BG-18" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;158m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-18" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;158&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-18" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-18" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;158&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Alto" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Alto" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Alto.html" title="struct owo_colors::colors::xterm::Alto">Alto</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-19" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;253m&quot;</h4></section><section id="associatedconstant.ANSI_BG-19" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;253m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-19" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;253&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-19" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-19" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;253&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-AltoBeige" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-AltoBeige" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.AltoBeige.html" title="struct owo_colors::colors::xterm::AltoBeige">AltoBeige</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-20" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;188m&quot;</h4></section><section id="associatedconstant.ANSI_BG-20" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;188m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-20" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;188&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-20" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-20" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;188&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-AnakiwaBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-AnakiwaBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.AnakiwaBlue.html" title="struct owo_colors::colors::xterm::AnakiwaBlue">AnakiwaBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-21" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;123m&quot;</h4></section><section id="associatedconstant.ANSI_BG-21" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;123m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-21" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;123&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-21" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-21" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;123&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Aqua" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Aqua" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Aqua.html" title="struct owo_colors::colors::xterm::Aqua">Aqua</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-22" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;45m&quot;</h4></section><section id="associatedconstant.ANSI_BG-22" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;45m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-22" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;45&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-22" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-22" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;45&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Aquamarine" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Aquamarine" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Aquamarine.html" title="struct owo_colors::colors::xterm::Aquamarine">Aquamarine</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-23" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;86m&quot;</h4></section><section id="associatedconstant.ANSI_BG-23" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;86m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-23" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;86&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-23" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-23" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;86&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-AzureRadiance" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-AzureRadiance" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.AzureRadiance.html" title="struct owo_colors::colors::xterm::AzureRadiance">AzureRadiance</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-24" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;33m&quot;</h4></section><section id="associatedconstant.ANSI_BG-24" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;33m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-24" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;33&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-24" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-24" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;33&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BayLeaf" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BayLeaf" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BayLeaf.html" title="struct owo_colors::colors::xterm::BayLeaf">BayLeaf</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-25" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;108m&quot;</h4></section><section id="associatedconstant.ANSI_BG-25" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;108m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-25" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;108&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-25" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-25" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;108&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Bermuda" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Bermuda" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Bermuda.html" title="struct owo_colors::colors::xterm::Bermuda">Bermuda</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-26" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;116m&quot;</h4></section><section id="associatedconstant.ANSI_BG-26" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;116m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-26" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;116&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-26" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-26" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;116&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BittersweetOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BittersweetOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BittersweetOrange.html" title="struct owo_colors::colors::xterm::BittersweetOrange">BittersweetOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-27" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;203m&quot;</h4></section><section id="associatedconstant.ANSI_BG-27" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;203m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-27" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;203&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-27" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-27" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;203&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Black-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Black-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Black.html" title="struct owo_colors::colors::xterm::Black">Black</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-28" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;16m&quot;</h4></section><section id="associatedconstant.ANSI_BG-28" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;16m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-28" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;16&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-28" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-28" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;16&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BlazeOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BlazeOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BlazeOrange.html" title="struct owo_colors::colors::xterm::BlazeOrange">BlazeOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-29" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;202m&quot;</h4></section><section id="associatedconstant.ANSI_BG-29" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;202m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-29" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;202&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-29" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-29" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;202&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Blue-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Blue-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Blue.html" title="struct owo_colors::colors::xterm::Blue">Blue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-30" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;21m&quot;</h4></section><section id="associatedconstant.ANSI_BG-30" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;21m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-30" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;21&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-30" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-30" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;21&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BlueRibbon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BlueRibbon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BlueRibbon.html" title="struct owo_colors::colors::xterm::BlueRibbon">BlueRibbon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-31" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;27m&quot;</h4></section><section id="associatedconstant.ANSI_BG-31" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;27m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-31" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;27&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-31" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-31" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;27&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BlueStone" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BlueStone" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BlueStone.html" title="struct owo_colors::colors::xterm::BlueStone">BlueStone</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-32" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;23m&quot;</h4></section><section id="associatedconstant.ANSI_BG-32" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;23m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-32" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;23&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-32" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-32" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;23&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BlushPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BlushPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BlushPink.html" title="struct owo_colors::colors::xterm::BlushPink">BlushPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-33" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;213m&quot;</h4></section><section id="associatedconstant.ANSI_BG-33" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;213m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-33" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;213&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-33" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-33" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;213&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BondiBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BondiBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BondiBlue.html" title="struct owo_colors::colors::xterm::BondiBlue">BondiBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-34" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;37m&quot;</h4></section><section id="associatedconstant.ANSI_BG-34" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;37m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-34" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;37&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-34" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-34" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;37&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Boulder" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Boulder" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Boulder.html" title="struct owo_colors::colors::xterm::Boulder">Boulder</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-35" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;243m&quot;</h4></section><section id="associatedconstant.ANSI_BG-35" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;243m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-35" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;243&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-35" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-35" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;243&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Bouquet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Bouquet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Bouquet.html" title="struct owo_colors::colors::xterm::Bouquet">Bouquet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-36" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;139m&quot;</h4></section><section id="associatedconstant.ANSI_BG-36" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;139m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-36" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;139&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-36" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-36" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;139&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightElectricViolet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrightElectricViolet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BrightElectricViolet.html" title="struct owo_colors::colors::xterm::BrightElectricViolet">BrightElectricViolet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-37" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;129m&quot;</h4></section><section id="associatedconstant.ANSI_BG-37" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;129m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-37" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;129&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-37" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-37" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;129&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightGreen-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrightGreen-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.BrightGreen.html" title="struct owo_colors::colors::xterm::BrightGreen">BrightGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-38" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;82m&quot;</h4></section><section id="associatedconstant.ANSI_BG-38" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;82m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-38" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;82&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-38" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-38" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;82&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightHeliotrope" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrightHeliotrope" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BrightHeliotrope.html" title="struct owo_colors::colors::xterm::BrightHeliotrope">BrightHeliotrope</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-39" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;177m&quot;</h4></section><section id="associatedconstant.ANSI_BG-39" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;177m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-39" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;177&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-39" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-39" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;177&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightRed-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrightRed-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.BrightRed.html" title="struct owo_colors::colors::xterm::BrightRed">BrightRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-40" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;124m&quot;</h4></section><section id="associatedconstant.ANSI_BG-40" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;124m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-40" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;124&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-40" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-40" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;124&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrightTurquoise" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrightTurquoise" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BrightTurquoise.html" title="struct owo_colors::colors::xterm::BrightTurquoise">BrightTurquoise</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-41" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;50m&quot;</h4></section><section id="associatedconstant.ANSI_BG-41" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;50m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-41" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;50&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-41" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-41" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;50&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BrighterElectricViolet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BrighterElectricViolet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BrighterElectricViolet.html" title="struct owo_colors::colors::xterm::BrighterElectricViolet">BrighterElectricViolet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-42" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;165m&quot;</h4></section><section id="associatedconstant.ANSI_BG-42" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;165m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-42" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;165&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-42" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-42" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;165&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Brown" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Brown" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Brown.html" title="struct owo_colors::colors::xterm::Brown">Brown</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-43" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;94m&quot;</h4></section><section id="associatedconstant.ANSI_BG-43" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;94m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-43" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;94&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-43" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-43" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;94&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-BuddhaGold" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-BuddhaGold" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.BuddhaGold.html" title="struct owo_colors::colors::xterm::BuddhaGold">BuddhaGold</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-44" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;142m&quot;</h4></section><section id="associatedconstant.ANSI_BG-44" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;142m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-44" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;142&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-44" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-44" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;142&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CamaroneGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CamaroneGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CamaroneGreen.html" title="struct owo_colors::colors::xterm::CamaroneGreen">CamaroneGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-45" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;22m&quot;</h4></section><section id="associatedconstant.ANSI_BG-45" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;22m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-45" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;22&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-45" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-45" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;22&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CanCanPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CanCanPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CanCanPink.html" title="struct owo_colors::colors::xterm::CanCanPink">CanCanPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-46" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;175m&quot;</h4></section><section id="associatedconstant.ANSI_BG-46" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;175m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-46" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;175&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-46" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-46" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;175&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Canary" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Canary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Canary.html" title="struct owo_colors::colors::xterm::Canary">Canary</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-47" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;191m&quot;</h4></section><section id="associatedconstant.ANSI_BG-47" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;191m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-47" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;191&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-47" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-47" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;191&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Caramel" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Caramel" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Caramel.html" title="struct owo_colors::colors::xterm::Caramel">Caramel</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-48" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;223m&quot;</h4></section><section id="associatedconstant.ANSI_BG-48" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;223m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-48" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;223&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-48" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-48" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;223&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CaribbeanGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CaribbeanGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CaribbeanGreen.html" title="struct owo_colors::colors::xterm::CaribbeanGreen">CaribbeanGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-49" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;42m&quot;</h4></section><section id="associatedconstant.ANSI_BG-49" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;42m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-49" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;42&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-49" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-49" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;42&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Celadon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Celadon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Celadon.html" title="struct owo_colors::colors::xterm::Celadon">Celadon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-50" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;157m&quot;</h4></section><section id="associatedconstant.ANSI_BG-50" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;157m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-50" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;157&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-50" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-50" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;157&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Cerulean" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Cerulean" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Cerulean.html" title="struct owo_colors::colors::xterm::Cerulean">Cerulean</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-51" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;38m&quot;</h4></section><section id="associatedconstant.ANSI_BG-51" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;38m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-51" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;38&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-51" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-51" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;38&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ChartreuseGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ChartreuseGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ChartreuseGreen.html" title="struct owo_colors::colors::xterm::ChartreuseGreen">ChartreuseGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-52" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;118m&quot;</h4></section><section id="associatedconstant.ANSI_BG-52" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;118m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-52" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;118&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-52" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-52" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;118&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ChartreuseYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ChartreuseYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ChartreuseYellow.html" title="struct owo_colors::colors::xterm::ChartreuseYellow">ChartreuseYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-53" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;190m&quot;</h4></section><section id="associatedconstant.ANSI_BG-53" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;190m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-53" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;190&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-53" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-53" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;190&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ChelseaCucumber" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ChelseaCucumber" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ChelseaCucumber.html" title="struct owo_colors::colors::xterm::ChelseaCucumber">ChelseaCucumber</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-54" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;107m&quot;</h4></section><section id="associatedconstant.ANSI_BG-54" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;107m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-54" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;107&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-54" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-54" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;107&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ChetwodeBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ChetwodeBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ChetwodeBlue.html" title="struct owo_colors::colors::xterm::ChetwodeBlue">ChetwodeBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-55" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;104m&quot;</h4></section><section id="associatedconstant.ANSI_BG-55" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;104m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-55" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;104&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-55" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-55" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;104&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ClamShell" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ClamShell" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ClamShell.html" title="struct owo_colors::colors::xterm::ClamShell">ClamShell</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-56" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;181m&quot;</h4></section><section id="associatedconstant.ANSI_BG-56" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;181m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-56" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;181&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-56" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-56" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;181&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ClayCreekOlive" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ClayCreekOlive" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ClayCreekOlive.html" title="struct owo_colors::colors::xterm::ClayCreekOlive">ClayCreekOlive</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-57" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;101m&quot;</h4></section><section id="associatedconstant.ANSI_BG-57" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;101m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-57" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;101&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-57" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-57" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;101&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CodGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CodGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CodGray.html" title="struct owo_colors::colors::xterm::CodGray">CodGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-58" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;233m&quot;</h4></section><section id="associatedconstant.ANSI_BG-58" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;233m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-58" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;233&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-58" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-58" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;233&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ConiferGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ConiferGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ConiferGreen.html" title="struct owo_colors::colors::xterm::ConiferGreen">ConiferGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-59" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;149m&quot;</h4></section><section id="associatedconstant.ANSI_BG-59" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;149m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-59" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;149&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-59" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-59" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;149&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CopperRose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CopperRose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CopperRose.html" title="struct owo_colors::colors::xterm::CopperRose">CopperRose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-60" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;95m&quot;</h4></section><section id="associatedconstant.ANSI_BG-60" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;95m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-60" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;95&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-60" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-60" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;95&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Copperfield" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Copperfield" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Copperfield.html" title="struct owo_colors::colors::xterm::Copperfield">Copperfield</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-61" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;173m&quot;</h4></section><section id="associatedconstant.ANSI_BG-61" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;173m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-61" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;173&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-61" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-61" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;173&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Corn" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Corn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Corn.html" title="struct owo_colors::colors::xterm::Corn">Corn</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-62" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;184m&quot;</h4></section><section id="associatedconstant.ANSI_BG-62" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;184m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-62" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;184&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-62" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-62" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;184&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CornflowerBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CornflowerBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CornflowerBlue.html" title="struct owo_colors::colors::xterm::CornflowerBlue">CornflowerBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-63" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;69m&quot;</h4></section><section id="associatedconstant.ANSI_BG-63" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;69m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-63" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;69&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-63" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-63" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;69&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CosmosSalmon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CosmosSalmon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CosmosSalmon.html" title="struct owo_colors::colors::xterm::CosmosSalmon">CosmosSalmon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-64" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;224m&quot;</h4></section><section id="associatedconstant.ANSI_BG-64" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;224m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-64" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;224&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-64" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-64" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;224&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CottonCandy" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CottonCandy" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CottonCandy.html" title="struct owo_colors::colors::xterm::CottonCandy">CottonCandy</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-65" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;218m&quot;</h4></section><section id="associatedconstant.ANSI_BG-65" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;218m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-65" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;218&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-65" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-65" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;218&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CranberryPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-CranberryPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.CranberryPink.html" title="struct owo_colors::colors::xterm::CranberryPink">CranberryPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-66" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;168m&quot;</h4></section><section id="associatedconstant.ANSI_BG-66" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;168m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-66" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;168&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-66" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-66" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;168&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Cumulus" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Cumulus" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Cumulus.html" title="struct owo_colors::colors::xterm::Cumulus">Cumulus</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-67" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;230m&quot;</h4></section><section id="associatedconstant.ANSI_BG-67" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;230m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-67" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;230&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-67" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-67" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;230&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Cyan-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Cyan-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Cyan.html" title="struct owo_colors::colors::xterm::Cyan">Cyan</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-68" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;51m&quot;</h4></section><section id="associatedconstant.ANSI_BG-68" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;51m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-68" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;51&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-68" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-68" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;51&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Dandelion" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Dandelion" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Dandelion.html" title="struct owo_colors::colors::xterm::Dandelion">Dandelion</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-69" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;221m&quot;</h4></section><section id="associatedconstant.ANSI_BG-69" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;221m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-69" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;221&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-69" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-69" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;221&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkAlto" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkAlto" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkAlto.html" title="struct owo_colors::colors::xterm::DarkAlto">DarkAlto</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-70" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-70" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;252m&quot;</h4></section><section id="associatedconstant.ANSI_BG-70" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-70" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;252m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-70" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-70" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;252&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-70" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-70" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;252&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkAnakiwaBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkAnakiwaBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkAnakiwaBlue.html" title="struct owo_colors::colors::xterm::DarkAnakiwaBlue">DarkAnakiwaBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-71" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-71" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;117m&quot;</h4></section><section id="associatedconstant.ANSI_BG-71" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-71" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;117m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-71" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-71" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;117&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-71" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-71" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;117&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkAquamarine" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkAquamarine" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkAquamarine.html" title="struct owo_colors::colors::xterm::DarkAquamarine">DarkAquamarine</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-72" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-72" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;85m&quot;</h4></section><section id="associatedconstant.ANSI_BG-72" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-72" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;85m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-72" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-72" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;85&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-72" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-72" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;85&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkBlue.html" title="struct owo_colors::colors::xterm::DarkBlue">DarkBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-73" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-73" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;20m&quot;</h4></section><section id="associatedconstant.ANSI_BG-73" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-73" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;20m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-73" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-73" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;20&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-73" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-73" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;20&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkBrightGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkBrightGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkBrightGreen.html" title="struct owo_colors::colors::xterm::DarkBrightGreen">DarkBrightGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-74" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-74" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;76m&quot;</h4></section><section id="associatedconstant.ANSI_BG-74" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-74" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;76m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-74" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-74" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;76&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-74" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-74" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;76&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkCodGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkCodGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkCodGray.html" title="struct owo_colors::colors::xterm::DarkCodGray">DarkCodGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-75" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-75" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;232m&quot;</h4></section><section id="associatedconstant.ANSI_BG-75" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-75" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;232m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-75" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-75" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;232&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-75" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-75" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;232&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkCorn" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkCorn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkCorn.html" title="struct owo_colors::colors::xterm::DarkCorn">DarkCorn</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-76" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-76" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;178m&quot;</h4></section><section id="associatedconstant.ANSI_BG-76" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-76" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;178m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-76" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-76" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;178&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-76" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-76" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;178&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkCornflowerBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkCornflowerBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkCornflowerBlue.html" title="struct owo_colors::colors::xterm::DarkCornflowerBlue">DarkCornflowerBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-77" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-77" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;63m&quot;</h4></section><section id="associatedconstant.ANSI_BG-77" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-77" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;63m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-77" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-77" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;63&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-77" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-77" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;63&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkDoveGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkDoveGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkDoveGray.html" title="struct owo_colors::colors::xterm::DarkDoveGray">DarkDoveGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-78" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-78" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;241m&quot;</h4></section><section id="associatedconstant.ANSI_BG-78" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-78" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;241m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-78" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-78" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;241&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-78" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-78" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;241&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkFeijoaGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkFeijoaGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkFeijoaGreen.html" title="struct owo_colors::colors::xterm::DarkFeijoaGreen">DarkFeijoaGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-79" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-79" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;114m&quot;</h4></section><section id="associatedconstant.ANSI_BG-79" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-79" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;114m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-79" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-79" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;114&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-79" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-79" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;114&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkFlirt" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkFlirt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkFlirt.html" title="struct owo_colors::colors::xterm::DarkFlirt">DarkFlirt</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-80" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-80" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;125m&quot;</h4></section><section id="associatedconstant.ANSI_BG-80" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-80" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;125m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-80" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-80" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;125&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-80" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-80" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;125&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkFreshEggplant" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkFreshEggplant" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkFreshEggplant.html" title="struct owo_colors::colors::xterm::DarkFreshEggplant">DarkFreshEggplant</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-81" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-81" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;89m&quot;</h4></section><section id="associatedconstant.ANSI_BG-81" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-81" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;89m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-81" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-81" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;89&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-81" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-81" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;89&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkGray.html" title="struct owo_colors::colors::xterm::DarkGray">DarkGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-82" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-82" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;102m&quot;</h4></section><section id="associatedconstant.ANSI_BG-82" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-82" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;102m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-82" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-82" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;102&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-82" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-82" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;102&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkGreen.html" title="struct owo_colors::colors::xterm::DarkGreen">DarkGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-83" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-83" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;40m&quot;</h4></section><section id="associatedconstant.ANSI_BG-83" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-83" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;40m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-83" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-83" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;40&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-83" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-83" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;40&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkHeliotropePurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkHeliotropePurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkHeliotropePurple.html" title="struct owo_colors::colors::xterm::DarkHeliotropePurple">DarkHeliotropePurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-84" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-84" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;99m&quot;</h4></section><section id="associatedconstant.ANSI_BG-84" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-84" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;99m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-84" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-84" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;99&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-84" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-84" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;99&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkHotPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkHotPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkHotPink.html" title="struct owo_colors::colors::xterm::DarkHotPink">DarkHotPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-85" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-85" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;205m&quot;</h4></section><section id="associatedconstant.ANSI_BG-85" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-85" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;205m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-85" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-85" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;205&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-85" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-85" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;205&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkLavenderRose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkLavenderRose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkLavenderRose.html" title="struct owo_colors::colors::xterm::DarkLavenderRose">DarkLavenderRose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-86" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-86" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;212m&quot;</h4></section><section id="associatedconstant.ANSI_BG-86" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-86" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;212m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-86" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-86" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;212&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-86" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-86" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;212&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkLimeade" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkLimeade" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkLimeade.html" title="struct owo_colors::colors::xterm::DarkLimeade">DarkLimeade</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-87" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-87" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;64m&quot;</h4></section><section id="associatedconstant.ANSI_BG-87" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-87" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;64m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-87" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-87" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;64&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-87" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-87" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;64&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkMalibuBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkMalibuBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkMalibuBlue.html" title="struct owo_colors::colors::xterm::DarkMalibuBlue">DarkMalibuBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-88" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-88" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;75m&quot;</h4></section><section id="associatedconstant.ANSI_BG-88" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-88" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;75m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-88" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-88" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;75&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-88" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-88" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;75&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkMediumPurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkMediumPurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkMediumPurple.html" title="struct owo_colors::colors::xterm::DarkMediumPurple">DarkMediumPurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-89" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-89" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;98m&quot;</h4></section><section id="associatedconstant.ANSI_BG-89" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-89" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;98m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-89" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-89" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;98&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-89" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-89" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;98&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkMineShaft" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkMineShaft" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkMineShaft.html" title="struct owo_colors::colors::xterm::DarkMineShaft">DarkMineShaft</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-90" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-90" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;235m&quot;</h4></section><section id="associatedconstant.ANSI_BG-90" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-90" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;235m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-90" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-90" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;235&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-90" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-90" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;235&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkMintGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkMintGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkMintGreen.html" title="struct owo_colors::colors::xterm::DarkMintGreen">DarkMintGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-91" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-91" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;120m&quot;</h4></section><section id="associatedconstant.ANSI_BG-91" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-91" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;120m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-91" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-91" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;120&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-91" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-91" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;120&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkPastelGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkPastelGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkPastelGreen.html" title="struct owo_colors::colors::xterm::DarkPastelGreen">DarkPastelGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-92" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-92" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;77m&quot;</h4></section><section id="associatedconstant.ANSI_BG-92" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-92" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;77m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-92" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-92" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;77&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-92" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-92" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;77&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkPurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkPurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkPurple.html" title="struct owo_colors::colors::xterm::DarkPurple">DarkPurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-93" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-93" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;55m&quot;</h4></section><section id="associatedconstant.ANSI_BG-93" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-93" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;55m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-93" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-93" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;55&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-93" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-93" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;55&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkPurplePizzazz" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkPurplePizzazz" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkPurplePizzazz.html" title="struct owo_colors::colors::xterm::DarkPurplePizzazz">DarkPurplePizzazz</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-94" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-94" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;164m&quot;</h4></section><section id="associatedconstant.ANSI_BG-94" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-94" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;164m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-94" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-94" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;164&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-94" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-94" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;164&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkRose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkRose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkRose.html" title="struct owo_colors::colors::xterm::DarkRose">DarkRose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-95" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-95" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;197m&quot;</h4></section><section id="associatedconstant.ANSI_BG-95" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-95" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;197m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-95" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-95" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;197&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-95" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-95" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;197&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkScreaminGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkScreaminGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkScreaminGreen.html" title="struct owo_colors::colors::xterm::DarkScreaminGreen">DarkScreaminGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-96" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-96" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;83m&quot;</h4></section><section id="associatedconstant.ANSI_BG-96" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-96" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;83m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-96" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-96" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;83&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-96" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-96" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;83&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkSilver" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkSilver" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkSilver.html" title="struct owo_colors::colors::xterm::DarkSilver">DarkSilver</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-97" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-97" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;250m&quot;</h4></section><section id="associatedconstant.ANSI_BG-97" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-97" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;250m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-97" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-97" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;250&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-97" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-97" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;250&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkSilverChalice" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkSilverChalice" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkSilverChalice.html" title="struct owo_colors::colors::xterm::DarkSilverChalice">DarkSilverChalice</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-98" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-98" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;248m&quot;</h4></section><section id="associatedconstant.ANSI_BG-98" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-98" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;248m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-98" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-98" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;248&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-98" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-98" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;248&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkSpringGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkSpringGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkSpringGreen.html" title="struct owo_colors::colors::xterm::DarkSpringGreen">DarkSpringGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-99" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-99" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;47m&quot;</h4></section><section id="associatedconstant.ANSI_BG-99" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-99" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;47m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-99" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-99" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;47&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-99" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-99" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;47&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkTachaOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkTachaOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkTachaOrange.html" title="struct owo_colors::colors::xterm::DarkTachaOrange">DarkTachaOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-100" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-100" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;179m&quot;</h4></section><section id="associatedconstant.ANSI_BG-100" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-100" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;179m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-100" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-100" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;179&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-100" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-100" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;179&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkTundora" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkTundora" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkTundora.html" title="struct owo_colors::colors::xterm::DarkTundora">DarkTundora</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-101" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-101" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;238m&quot;</h4></section><section id="associatedconstant.ANSI_BG-101" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-101" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;238m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-101" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-101" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;238&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-101" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-101" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;238&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DarkViolet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DarkViolet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DarkViolet.html" title="struct owo_colors::colors::xterm::DarkViolet">DarkViolet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-102" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-102" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;128m&quot;</h4></section><section id="associatedconstant.ANSI_BG-102" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-102" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;128m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-102" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-102" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;128&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-102" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-102" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;128&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DecoOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DecoOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DecoOrange.html" title="struct owo_colors::colors::xterm::DecoOrange">DecoOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-103" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-103" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;186m&quot;</h4></section><section id="associatedconstant.ANSI_BG-103" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-103" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;186m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-103" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-103" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;186&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-103" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-103" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;186&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DeepCerulean" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DeepCerulean" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DeepCerulean.html" title="struct owo_colors::colors::xterm::DeepCerulean">DeepCerulean</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-104" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-104" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;31m&quot;</h4></section><section id="associatedconstant.ANSI_BG-104" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-104" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;31m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-104" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-104" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;31&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-104" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-104" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;31&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DeepSeaGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DeepSeaGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DeepSeaGreen.html" title="struct owo_colors::colors::xterm::DeepSeaGreen">DeepSeaGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-105" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-105" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;29m&quot;</h4></section><section id="associatedconstant.ANSI_BG-105" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-105" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;29m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-105" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-105" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;29&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-105" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-105" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;29&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DelugePurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DelugePurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DelugePurple.html" title="struct owo_colors::colors::xterm::DelugePurple">DelugePurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-106" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-106" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;97m&quot;</h4></section><section id="associatedconstant.ANSI_BG-106" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-106" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;97m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-106" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-106" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;97&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-106" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-106" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;97&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DollyYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DollyYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DollyYellow.html" title="struct owo_colors::colors::xterm::DollyYellow">DollyYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-107" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-107" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;228m&quot;</h4></section><section id="associatedconstant.ANSI_BG-107" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-107" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;228m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-107" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-107" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;228&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-107" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-107" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;228&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DoveGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DoveGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DoveGray.html" title="struct owo_colors::colors::xterm::DoveGray">DoveGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-108" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-108" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;242m&quot;</h4></section><section id="associatedconstant.ANSI_BG-108" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-108" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;242m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-108" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-108" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;242&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-108" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-108" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;242&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DownyTeal" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DownyTeal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DownyTeal.html" title="struct owo_colors::colors::xterm::DownyTeal">DownyTeal</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-109" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-109" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;79m&quot;</h4></section><section id="associatedconstant.ANSI_BG-109" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-109" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;79m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-109" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-109" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;79&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-109" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-109" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;79&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-DustyGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-DustyGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.DustyGray.html" title="struct owo_colors::colors::xterm::DustyGray">DustyGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-110" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-110" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;246m&quot;</h4></section><section id="associatedconstant.ANSI_BG-110" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-110" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;246m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-110" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-110" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;246&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-110" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-110" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;246&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ElectricIndigo" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ElectricIndigo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ElectricIndigo.html" title="struct owo_colors::colors::xterm::ElectricIndigo">ElectricIndigo</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-111" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-111" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;56m&quot;</h4></section><section id="associatedconstant.ANSI_BG-111" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-111" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;56m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-111" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-111" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;56&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-111" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-111" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;56&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ElectricPurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ElectricPurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ElectricPurple.html" title="struct owo_colors::colors::xterm::ElectricPurple">ElectricPurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-112" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-112" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;57m&quot;</h4></section><section id="associatedconstant.ANSI_BG-112" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-112" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;57m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-112" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-112" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;57&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-112" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-112" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;57&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ElectricViolet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ElectricViolet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ElectricViolet.html" title="struct owo_colors::colors::xterm::ElectricViolet">ElectricViolet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-113" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-113" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;92m&quot;</h4></section><section id="associatedconstant.ANSI_BG-113" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-113" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;92m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-113" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-113" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;92&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-113" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-113" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;92&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-EndeavourBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-EndeavourBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.EndeavourBlue.html" title="struct owo_colors::colors::xterm::EndeavourBlue">EndeavourBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-114" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-114" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;25m&quot;</h4></section><section id="associatedconstant.ANSI_BG-114" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-114" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;25m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-114" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-114" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;25&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-114" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-114" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;25&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Feijoa" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Feijoa" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Feijoa.html" title="struct owo_colors::colors::xterm::Feijoa">Feijoa</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-115" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-115" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;150m&quot;</h4></section><section id="associatedconstant.ANSI_BG-115" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-115" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;150m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-115" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-115" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;150&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-115" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-115" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;150&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-FernGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-FernGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.FernGreen.html" title="struct owo_colors::colors::xterm::FernGreen">FernGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-116" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-116" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;71m&quot;</h4></section><section id="associatedconstant.ANSI_BG-116" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-116" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;71m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-116" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-116" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;71&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-116" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-116" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;71&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Flirt" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Flirt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Flirt.html" title="struct owo_colors::colors::xterm::Flirt">Flirt</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-117" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-117" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;126m&quot;</h4></section><section id="associatedconstant.ANSI_BG-117" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-117" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;126m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-117" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-117" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;126&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-117" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-117" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;126&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-FlushOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-FlushOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.FlushOrange.html" title="struct owo_colors::colors::xterm::FlushOrange">FlushOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-118" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-118" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;208m&quot;</h4></section><section id="associatedconstant.ANSI_BG-118" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-118" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;208m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-118" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-118" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;208&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-118" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-118" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;208&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-FogPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-FogPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.FogPink.html" title="struct owo_colors::colors::xterm::FogPink">FogPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-119" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-119" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;189m&quot;</h4></section><section id="associatedconstant.ANSI_BG-119" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-119" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;189m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-119" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-119" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;189&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-119" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-119" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;189&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-FrenchPassLightBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-FrenchPassLightBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.FrenchPassLightBlue.html" title="struct owo_colors::colors::xterm::FrenchPassLightBlue">FrenchPassLightBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-120" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-120" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;159m&quot;</h4></section><section id="associatedconstant.ANSI_BG-120" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-120" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;159m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-120" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-120" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;159&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-120" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-120" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;159&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Fuchsia" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Fuchsia" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Fuchsia.html" title="struct owo_colors::colors::xterm::Fuchsia">Fuchsia</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-121" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-121" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;201m&quot;</h4></section><section id="associatedconstant.ANSI_BG-121" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-121" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;201m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-121" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-121" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;201&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-121" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-121" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;201&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-FuchsiaPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-FuchsiaPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.FuchsiaPink.html" title="struct owo_colors::colors::xterm::FuchsiaPink">FuchsiaPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-122" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-122" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;133m&quot;</h4></section><section id="associatedconstant.ANSI_BG-122" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-122" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;133m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-122" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-122" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;133&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-122" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-122" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;133&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GalleryGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GalleryGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GalleryGray.html" title="struct owo_colors::colors::xterm::GalleryGray">GalleryGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-123" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-123" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;255m&quot;</h4></section><section id="associatedconstant.ANSI_BG-123" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-123" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;255m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-123" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-123" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;255&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-123" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-123" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;255&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GladeGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GladeGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GladeGreen.html" title="struct owo_colors::colors::xterm::GladeGreen">GladeGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-124" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-124" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;65m&quot;</h4></section><section id="associatedconstant.ANSI_BG-124" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-124" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;65m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-124" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-124" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;65&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-124" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-124" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;65&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Gold" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Gold" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Gold.html" title="struct owo_colors::colors::xterm::Gold">Gold</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-125" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-125" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;220m&quot;</h4></section><section id="associatedconstant.ANSI_BG-125" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-125" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;220m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-125" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-125" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;220&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-125" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-125" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;220&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GrandisCaramel" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GrandisCaramel" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GrandisCaramel.html" title="struct owo_colors::colors::xterm::GrandisCaramel">GrandisCaramel</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-126" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-126" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;222m&quot;</h4></section><section id="associatedconstant.ANSI_BG-126" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-126" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;222m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-126" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-126" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;222&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-126" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-126" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;222&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Gray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Gray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Gray.html" title="struct owo_colors::colors::xterm::Gray">Gray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-127" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-127" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;244m&quot;</h4></section><section id="associatedconstant.ANSI_BG-127" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-127" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;244m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-127" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-127" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;244&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-127" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-127" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;244&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Green-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Green-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Green.html" title="struct owo_colors::colors::xterm::Green">Green</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-128" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-128" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;46m&quot;</h4></section><section id="associatedconstant.ANSI_BG-128" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-128" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;46m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-128" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-128" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;46&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-128" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-128" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;46&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GreenYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GreenYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GreenYellow.html" title="struct owo_colors::colors::xterm::GreenYellow">GreenYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-129" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-129" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;155m&quot;</h4></section><section id="associatedconstant.ANSI_BG-129" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-129" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;155m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-129" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-129" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;155&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-129" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-129" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;155&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GuardsmanRed" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GuardsmanRed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GuardsmanRed.html" title="struct owo_colors::colors::xterm::GuardsmanRed">GuardsmanRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-130" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-130" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;160m&quot;</h4></section><section id="associatedconstant.ANSI_BG-130" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-130" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;160m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-130" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-130" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;160&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-130" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-130" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;160&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-GulfStream" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-GulfStream" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.GulfStream.html" title="struct owo_colors::colors::xterm::GulfStream">GulfStream</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-131" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-131" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;109m&quot;</h4></section><section id="associatedconstant.ANSI_BG-131" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-131" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;109m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-131" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-131" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;109&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-131" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-131" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;109&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HavelockBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HavelockBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HavelockBlue.html" title="struct owo_colors::colors::xterm::HavelockBlue">HavelockBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-132" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-132" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;68m&quot;</h4></section><section id="associatedconstant.ANSI_BG-132" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-132" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;68m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-132" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-132" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;68&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-132" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-132" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;68&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Heliotrope" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Heliotrope" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Heliotrope.html" title="struct owo_colors::colors::xterm::Heliotrope">Heliotrope</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-133" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-133" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;135m&quot;</h4></section><section id="associatedconstant.ANSI_BG-133" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-133" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;135m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-133" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-133" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;135&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-133" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-133" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;135&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HillaryOlive" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HillaryOlive" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HillaryOlive.html" title="struct owo_colors::colors::xterm::HillaryOlive">HillaryOlive</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-134" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-134" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;144m&quot;</h4></section><section id="associatedconstant.ANSI_BG-134" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-134" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;144m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-134" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-134" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;144&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-134" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-134" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;144&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HippieBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HippieBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HippieBlue.html" title="struct owo_colors::colors::xterm::HippieBlue">HippieBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-135" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-135" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;67m&quot;</h4></section><section id="associatedconstant.ANSI_BG-135" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-135" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;67m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-135" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-135" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;67&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-135" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-135" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;67&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HollywoodCerise" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HollywoodCerise" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HollywoodCerise.html" title="struct owo_colors::colors::xterm::HollywoodCerise">HollywoodCerise</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-136" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-136" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;163m&quot;</h4></section><section id="associatedconstant.ANSI_BG-136" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-136" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;163m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-136" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-136" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;163&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-136" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-136" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;163&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Honeysuckle" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Honeysuckle" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Honeysuckle.html" title="struct owo_colors::colors::xterm::Honeysuckle">Honeysuckle</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-137" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-137" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;192m&quot;</h4></section><section id="associatedconstant.ANSI_BG-137" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-137" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;192m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-137" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-137" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;192&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-137" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-137" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;192&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HopbushPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HopbushPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HopbushPink.html" title="struct owo_colors::colors::xterm::HopbushPink">HopbushPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-138" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-138" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;169m&quot;</h4></section><section id="associatedconstant.ANSI_BG-138" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-138" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;169m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-138" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-138" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;169&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-138" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-138" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;169&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-HotPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-HotPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.HotPink.html" title="struct owo_colors::colors::xterm::HotPink">HotPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-139" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-139" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;206m&quot;</h4></section><section id="associatedconstant.ANSI_BG-139" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-139" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;206m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-139" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-139" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;206&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-139" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-139" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;206&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Indigo" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Indigo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Indigo.html" title="struct owo_colors::colors::xterm::Indigo">Indigo</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-140" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-140" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;62m&quot;</h4></section><section id="associatedconstant.ANSI_BG-140" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-140" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;62m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-140" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-140" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;62&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-140" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-140" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;62&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Jade" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Jade" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Jade.html" title="struct owo_colors::colors::xterm::Jade">Jade</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-141" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-141" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;35m&quot;</h4></section><section id="associatedconstant.ANSI_BG-141" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-141" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;35m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-141" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-141" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;35&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-141" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-141" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;35&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-JapaneseLaurel" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-JapaneseLaurel" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.JapaneseLaurel.html" title="struct owo_colors::colors::xterm::JapaneseLaurel">JapaneseLaurel</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-142" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-142" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;28m&quot;</h4></section><section id="associatedconstant.ANSI_BG-142" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-142" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;28m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-142" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-142" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;28&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-142" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-142" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;28&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-JungleMist" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-JungleMist" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.JungleMist.html" title="struct owo_colors::colors::xterm::JungleMist">JungleMist</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-143" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-143" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;152m&quot;</h4></section><section id="associatedconstant.ANSI_BG-143" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-143" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;152m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-143" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-143" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;152&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-143" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-143" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;152&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-JuniperGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-JuniperGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.JuniperGreen.html" title="struct owo_colors::colors::xterm::JuniperGreen">JuniperGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-144" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-144" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;66m&quot;</h4></section><section id="associatedconstant.ANSI_BG-144" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-144" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;66m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-144" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-144" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;66&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-144" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-144" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;66&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LaserLemon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LaserLemon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LaserLemon.html" title="struct owo_colors::colors::xterm::LaserLemon">LaserLemon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-145" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-145" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;227m&quot;</h4></section><section id="associatedconstant.ANSI_BG-145" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-145" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;227m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-145" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-145" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;227&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-145" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-145" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;227&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Lavender" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Lavender" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Lavender.html" title="struct owo_colors::colors::xterm::Lavender">Lavender</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-146" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-146" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;140m&quot;</h4></section><section id="associatedconstant.ANSI_BG-146" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-146" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;140m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-146" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-146" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;140&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-146" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-146" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;140&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LavenderRose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LavenderRose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LavenderRose.html" title="struct owo_colors::colors::xterm::LavenderRose">LavenderRose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-147" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-147" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;219m&quot;</h4></section><section id="associatedconstant.ANSI_BG-147" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-147" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;219m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-147" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-147" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;219&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-147" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-147" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;219&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightAnakiwaBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightAnakiwaBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightAnakiwaBlue.html" title="struct owo_colors::colors::xterm::LightAnakiwaBlue">LightAnakiwaBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-148" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-148" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;153m&quot;</h4></section><section id="associatedconstant.ANSI_BG-148" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-148" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;153m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-148" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-148" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;153&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-148" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-148" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;153&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightAquamarine" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightAquamarine" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightAquamarine.html" title="struct owo_colors::colors::xterm::LightAquamarine">LightAquamarine</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-149" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-149" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;87m&quot;</h4></section><section id="associatedconstant.ANSI_BG-149" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-149" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;87m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-149" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-149" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;87&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-149" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-149" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;87&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightAzureRadiance" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightAzureRadiance" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightAzureRadiance.html" title="struct owo_colors::colors::xterm::LightAzureRadiance">LightAzureRadiance</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-150" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-150" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;39m&quot;</h4></section><section id="associatedconstant.ANSI_BG-150" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-150" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;39m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-150" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-150" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;39&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-150" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-150" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;39&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightCaribbeanGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightCaribbeanGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightCaribbeanGreen.html" title="struct owo_colors::colors::xterm::LightCaribbeanGreen">LightCaribbeanGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-151" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-151" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;43m&quot;</h4></section><section id="associatedconstant.ANSI_BG-151" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-151" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;43m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-151" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-151" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;43&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-151" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-151" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;43&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightCodGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightCodGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightCodGray.html" title="struct owo_colors::colors::xterm::LightCodGray">LightCodGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-152" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-152" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;234m&quot;</h4></section><section id="associatedconstant.ANSI_BG-152" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-152" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;234m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-152" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-152" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;234&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-152" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-152" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;234&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightElectricViolet" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightElectricViolet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightElectricViolet.html" title="struct owo_colors::colors::xterm::LightElectricViolet">LightElectricViolet</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-153" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-153" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;93m&quot;</h4></section><section id="associatedconstant.ANSI_BG-153" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-153" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;93m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-153" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-153" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;93&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-153" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-153" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;93&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightFlirt" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightFlirt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightFlirt.html" title="struct owo_colors::colors::xterm::LightFlirt">LightFlirt</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-154" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-154" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;127m&quot;</h4></section><section id="associatedconstant.ANSI_BG-154" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-154" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;127m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-154" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-154" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;127&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-154" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-154" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;127&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightFreshEggplant" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightFreshEggplant" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightFreshEggplant.html" title="struct owo_colors::colors::xterm::LightFreshEggplant">LightFreshEggplant</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-155" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-155" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;90m&quot;</h4></section><section id="associatedconstant.ANSI_BG-155" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-155" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;90m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-155" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-155" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;90&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-155" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-155" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;90&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightGray.html" title="struct owo_colors::colors::xterm::LightGray">LightGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-156" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-156" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;245m&quot;</h4></section><section id="associatedconstant.ANSI_BG-156" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-156" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;245m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-156" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-156" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;245&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-156" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-156" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;245&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightHeliotrope" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightHeliotrope" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightHeliotrope.html" title="struct owo_colors::colors::xterm::LightHeliotrope">LightHeliotrope</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-157" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-157" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;141m&quot;</h4></section><section id="associatedconstant.ANSI_BG-157" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-157" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;141m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-157" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-157" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;141&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-157" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-157" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;141&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightHollywoodCerise" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightHollywoodCerise" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightHollywoodCerise.html" title="struct owo_colors::colors::xterm::LightHollywoodCerise">LightHollywoodCerise</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-158" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-158" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;199m&quot;</h4></section><section id="associatedconstant.ANSI_BG-158" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-158" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;199m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-158" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-158" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;199&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-158" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-158" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;199&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightJapaneseLaurel" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightJapaneseLaurel" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightJapaneseLaurel.html" title="struct owo_colors::colors::xterm::LightJapaneseLaurel">LightJapaneseLaurel</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-159" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-159" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;34m&quot;</h4></section><section id="associatedconstant.ANSI_BG-159" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-159" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;34m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-159" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-159" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;34&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-159" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-159" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;34&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightLimeade" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightLimeade" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightLimeade.html" title="struct owo_colors::colors::xterm::LightLimeade">LightLimeade</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-160" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-160" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;106m&quot;</h4></section><section id="associatedconstant.ANSI_BG-160" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-160" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;106m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-160" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-160" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;106&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-160" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-160" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;106&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightMalibuBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightMalibuBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightMalibuBlue.html" title="struct owo_colors::colors::xterm::LightMalibuBlue">LightMalibuBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-161" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-161" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;111m&quot;</h4></section><section id="associatedconstant.ANSI_BG-161" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-161" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;111m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-161" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-161" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;111&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-161" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-161" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;111&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightMineShaft" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightMineShaft" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightMineShaft.html" title="struct owo_colors::colors::xterm::LightMineShaft">LightMineShaft</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-162" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-162" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;237m&quot;</h4></section><section id="associatedconstant.ANSI_BG-162" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-162" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;237m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-162" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-162" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;237&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-162" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-162" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;237&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightMintGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightMintGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightMintGreen.html" title="struct owo_colors::colors::xterm::LightMintGreen">LightMintGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-163" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-163" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;156m&quot;</h4></section><section id="associatedconstant.ANSI_BG-163" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-163" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;156m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-163" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-163" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;156&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-163" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-163" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;156&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightOrchid" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightOrchid" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightOrchid.html" title="struct owo_colors::colors::xterm::LightOrchid">LightOrchid</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-164" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-164" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;176m&quot;</h4></section><section id="associatedconstant.ANSI_BG-164" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-164" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;176m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-164" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-164" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;176&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-164" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-164" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;176&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightPastelGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightPastelGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightPastelGreen.html" title="struct owo_colors::colors::xterm::LightPastelGreen">LightPastelGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-165" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-165" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;113m&quot;</h4></section><section id="associatedconstant.ANSI_BG-165" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-165" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;113m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-165" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-165" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;113&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-165" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-165" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;113&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightScreaminGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightScreaminGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightScreaminGreen.html" title="struct owo_colors::colors::xterm::LightScreaminGreen">LightScreaminGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-166" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-166" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;119m&quot;</h4></section><section id="associatedconstant.ANSI_BG-166" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-166" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;119m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-166" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-166" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;119&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-166" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-166" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;119&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightSilverChalice" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightSilverChalice" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightSilverChalice.html" title="struct owo_colors::colors::xterm::LightSilverChalice">LightSilverChalice</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-167" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-167" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;249m&quot;</h4></section><section id="associatedconstant.ANSI_BG-167" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-167" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;249m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-167" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-167" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;249&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-167" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-167" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;249&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LightSpringGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LightSpringGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LightSpringGreen.html" title="struct owo_colors::colors::xterm::LightSpringGreen">LightSpringGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-168" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-168" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;49m&quot;</h4></section><section id="associatedconstant.ANSI_BG-168" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-168" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;49m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-168" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-168" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;49&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-168" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-168" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;49&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LighterAquamarine" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LighterAquamarine" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LighterAquamarine.html" title="struct owo_colors::colors::xterm::LighterAquamarine">LighterAquamarine</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-169" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-169" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;122m&quot;</h4></section><section id="associatedconstant.ANSI_BG-169" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-169" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;122m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-169" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-169" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;122&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-169" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-169" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;122&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LighterHeliotrope" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LighterHeliotrope" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LighterHeliotrope.html" title="struct owo_colors::colors::xterm::LighterHeliotrope">LighterHeliotrope</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-170" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-170" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;171m&quot;</h4></section><section id="associatedconstant.ANSI_BG-170" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-170" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;171m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-170" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-170" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;171&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-170" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-170" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;171&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Lilac" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Lilac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Lilac.html" title="struct owo_colors::colors::xterm::Lilac">Lilac</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-171" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-171" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;60m&quot;</h4></section><section id="associatedconstant.ANSI_BG-171" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-171" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;60m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-171" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-171" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;60&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-171" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-171" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;60&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Lime" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Lime" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Lime.html" title="struct owo_colors::colors::xterm::Lime">Lime</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-172" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-172" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;154m&quot;</h4></section><section id="associatedconstant.ANSI_BG-172" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-172" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;154m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-172" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-172" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;154&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-172" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-172" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;154&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Limeade" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Limeade" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Limeade.html" title="struct owo_colors::colors::xterm::Limeade">Limeade</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-173" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-173" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;70m&quot;</h4></section><section id="associatedconstant.ANSI_BG-173" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-173" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;70m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-173" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-173" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;70&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-173" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-173" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;70&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-LochmaraBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-LochmaraBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.LochmaraBlue.html" title="struct owo_colors::colors::xterm::LochmaraBlue">LochmaraBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-174" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-174" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;32m&quot;</h4></section><section id="associatedconstant.ANSI_BG-174" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-174" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;32m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-174" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-174" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;32&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-174" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-174" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;32&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Malachite" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Malachite" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Malachite.html" title="struct owo_colors::colors::xterm::Malachite">Malachite</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-175" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-175" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;41m&quot;</h4></section><section id="associatedconstant.ANSI_BG-175" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-175" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;41m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-175" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-175" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;41&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-175" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-175" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;41&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MalibuBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MalibuBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MalibuBlue.html" title="struct owo_colors::colors::xterm::MalibuBlue">MalibuBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-176" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-176" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;81m&quot;</h4></section><section id="associatedconstant.ANSI_BG-176" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-176" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;81m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-176" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-176" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;81&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-176" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-176" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;81&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MangoTango" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MangoTango" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MangoTango.html" title="struct owo_colors::colors::xterm::MangoTango">MangoTango</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-177" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-177" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;172m&quot;</h4></section><section id="associatedconstant.ANSI_BG-177" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-177" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;172m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-177" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-177" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;172&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-177" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-177" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;172&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Maroon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Maroon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Maroon.html" title="struct owo_colors::colors::xterm::Maroon">Maroon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-178" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-178" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;88m&quot;</h4></section><section id="associatedconstant.ANSI_BG-178" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-178" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;88m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-178" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-178" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;88&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-178" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-178" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;88&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MatrixPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MatrixPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MatrixPink.html" title="struct owo_colors::colors::xterm::MatrixPink">MatrixPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-179" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-179" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;131m&quot;</h4></section><section id="associatedconstant.ANSI_BG-179" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-179" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;131m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-179" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-179" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;131&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-179" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-179" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;131&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Mauve" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Mauve" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Mauve.html" title="struct owo_colors::colors::xterm::Mauve">Mauve</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-180" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-180" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;183m&quot;</h4></section><section id="associatedconstant.ANSI_BG-180" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-180" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;183m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-180" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-180" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;183&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-180" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-180" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;183&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MediumPurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MediumPurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MediumPurple.html" title="struct owo_colors::colors::xterm::MediumPurple">MediumPurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-181" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-181" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;134m&quot;</h4></section><section id="associatedconstant.ANSI_BG-181" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-181" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;134m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-181" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-181" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;134&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-181" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-181" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;134&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MediumVioletRed" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MediumVioletRed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MediumVioletRed.html" title="struct owo_colors::colors::xterm::MediumVioletRed">MediumVioletRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-182" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-182" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;162m&quot;</h4></section><section id="associatedconstant.ANSI_BG-182" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-182" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;162m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-182" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-182" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;162&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-182" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-182" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;162&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MelroseLilac" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MelroseLilac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MelroseLilac.html" title="struct owo_colors::colors::xterm::MelroseLilac">MelroseLilac</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-183" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-183" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;147m&quot;</h4></section><section id="associatedconstant.ANSI_BG-183" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-183" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;147m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-183" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-183" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;147&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-183" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-183" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;147&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Mercury" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Mercury" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Mercury.html" title="struct owo_colors::colors::xterm::Mercury">Mercury</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-184" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-184" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;254m&quot;</h4></section><section id="associatedconstant.ANSI_BG-184" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-184" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;254m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-184" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-184" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;254&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-184" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-184" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;254&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MidnightBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MidnightBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MidnightBlue.html" title="struct owo_colors::colors::xterm::MidnightBlue">MidnightBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-185" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-185" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;19m&quot;</h4></section><section id="associatedconstant.ANSI_BG-185" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-185" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;19m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-185" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-185" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;19&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-185" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-185" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;19&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MineShaft" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MineShaft" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MineShaft.html" title="struct owo_colors::colors::xterm::MineShaft">MineShaft</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-186" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-186" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;236m&quot;</h4></section><section id="associatedconstant.ANSI_BG-186" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-186" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;236m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-186" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-186" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;236&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-186" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-186" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;236&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MintGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MintGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MintGreen.html" title="struct owo_colors::colors::xterm::MintGreen">MintGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-187" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-187" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;121m&quot;</h4></section><section id="associatedconstant.ANSI_BG-187" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-187" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;121m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-187" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-187" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;121&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-187" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-187" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;121&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-MuesliOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-MuesliOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.MuesliOrange.html" title="struct owo_colors::colors::xterm::MuesliOrange">MuesliOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-188" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-188" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;137m&quot;</h4></section><section id="associatedconstant.ANSI_BG-188" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-188" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;137m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-188" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-188" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;137&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-188" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-188" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;137&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-NavyBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-NavyBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.NavyBlue.html" title="struct owo_colors::colors::xterm::NavyBlue">NavyBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-189" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-189" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;18m&quot;</h4></section><section id="associatedconstant.ANSI_BG-189" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-189" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;18m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-189" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-189" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;18&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-189" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-189" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;18&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-NobelGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-NobelGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.NobelGray.html" title="struct owo_colors::colors::xterm::NobelGray">NobelGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-190" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-190" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;247m&quot;</h4></section><section id="associatedconstant.ANSI_BG-190" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-190" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;247m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-190" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-190" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;247&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-190" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-190" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;247&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Olive" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Olive" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Olive.html" title="struct owo_colors::colors::xterm::Olive">Olive</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-191" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-191" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;100m&quot;</h4></section><section id="associatedconstant.ANSI_BG-191" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-191" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;100m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-191" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-191" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;100&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-191" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-191" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;100&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-OliveGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-OliveGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.OliveGreen.html" title="struct owo_colors::colors::xterm::OliveGreen">OliveGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-192" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-192" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;143m&quot;</h4></section><section id="associatedconstant.ANSI_BG-192" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-192" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;143m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-192" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-192" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;143&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-192" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-192" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;143&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Orchid" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Orchid" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Orchid.html" title="struct owo_colors::colors::xterm::Orchid">Orchid</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-193" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-193" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;170m&quot;</h4></section><section id="associatedconstant.ANSI_BG-193" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-193" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;170m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-193" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-193" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;170&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-193" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-193" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;170&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-OrientBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-OrientBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.OrientBlue.html" title="struct owo_colors::colors::xterm::OrientBlue">OrientBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-194" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-194" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;24m&quot;</h4></section><section id="associatedconstant.ANSI_BG-194" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-194" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;24m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-194" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-194" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;24&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-194" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-194" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;24&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-OysterBay" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-OysterBay" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.OysterBay.html" title="struct owo_colors::colors::xterm::OysterBay">OysterBay</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-195" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-195" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;195m&quot;</h4></section><section id="associatedconstant.ANSI_BG-195" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-195" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;195m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-195" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-195" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;195&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-195" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-195" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;195&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PaleGoldenrod" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PaleGoldenrod" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PaleGoldenrod.html" title="struct owo_colors::colors::xterm::PaleGoldenrod">PaleGoldenrod</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-196" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-196" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;187m&quot;</h4></section><section id="associatedconstant.ANSI_BG-196" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-196" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;187m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-196" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-196" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;187&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-196" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-196" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;187&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PastelGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PastelGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PastelGreen.html" title="struct owo_colors::colors::xterm::PastelGreen">PastelGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-197" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-197" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;78m&quot;</h4></section><section id="associatedconstant.ANSI_BG-197" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-197" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;78m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-197" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-197" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;78&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-197" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-197" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;78&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PersianGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PersianGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PersianGreen.html" title="struct owo_colors::colors::xterm::PersianGreen">PersianGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-198" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-198" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;36m&quot;</h4></section><section id="associatedconstant.ANSI_BG-198" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-198" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;36m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-198" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-198" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;36&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-198" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-198" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;36&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PharlapPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PharlapPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PharlapPink.html" title="struct owo_colors::colors::xterm::PharlapPink">PharlapPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-199" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-199" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;138m&quot;</h4></section><section id="associatedconstant.ANSI_BG-199" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-199" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;138m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-199" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-199" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;138&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-199" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-199" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;138&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PigmentIndigo" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PigmentIndigo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PigmentIndigo.html" title="struct owo_colors::colors::xterm::PigmentIndigo">PigmentIndigo</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-200" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-200" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;54m&quot;</h4></section><section id="associatedconstant.ANSI_BG-200" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-200" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;54m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-200" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-200" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;54&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-200" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-200" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;54&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PinkFlamingo" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PinkFlamingo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PinkFlamingo.html" title="struct owo_colors::colors::xterm::PinkFlamingo">PinkFlamingo</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-201" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-201" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;207m&quot;</h4></section><section id="associatedconstant.ANSI_BG-201" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-201" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;207m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-201" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-201" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;207&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-201" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-201" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;207&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PinkLace" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PinkLace" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PinkLace.html" title="struct owo_colors::colors::xterm::PinkLace">PinkLace</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-202" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-202" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;225m&quot;</h4></section><section id="associatedconstant.ANSI_BG-202" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-202" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;225m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-202" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-202" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;225&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-202" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-202" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;225&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PinkSalmon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PinkSalmon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PinkSalmon.html" title="struct owo_colors::colors::xterm::PinkSalmon">PinkSalmon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-203" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-203" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;211m&quot;</h4></section><section id="associatedconstant.ANSI_BG-203" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-203" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;211m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-203" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-203" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;211&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-203" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-203" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;211&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PirateGold" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PirateGold" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PirateGold.html" title="struct owo_colors::colors::xterm::PirateGold">PirateGold</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-204" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-204" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;136m&quot;</h4></section><section id="associatedconstant.ANSI_BG-204" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-204" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;136m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-204" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-204" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;136&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-204" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-204" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;136&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Pistachio" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Pistachio" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Pistachio.html" title="struct owo_colors::colors::xterm::Pistachio">Pistachio</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-205" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-205" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;112m&quot;</h4></section><section id="associatedconstant.ANSI_BG-205" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-205" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;112m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-205" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-205" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;112&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-205" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-205" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;112&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PixieGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PixieGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PixieGreen.html" title="struct owo_colors::colors::xterm::PixieGreen">PixieGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-206" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-206" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;151m&quot;</h4></section><section id="associatedconstant.ANSI_BG-206" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-206" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;151m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-206" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-206" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;151&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-206" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-206" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;151&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PoloBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PoloBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PoloBlue.html" title="struct owo_colors::colors::xterm::PoloBlue">PoloBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-207" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-207" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;110m&quot;</h4></section><section id="associatedconstant.ANSI_BG-207" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-207" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;110m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-207" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-207" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;110&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-207" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-207" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;110&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PompadourMagenta" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PompadourMagenta" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PompadourMagenta.html" title="struct owo_colors::colors::xterm::PompadourMagenta">PompadourMagenta</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-208" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-208" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;53m&quot;</h4></section><section id="associatedconstant.ANSI_BG-208" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-208" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;53m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-208" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-208" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;53&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-208" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-208" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;53&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PortafinoYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PortafinoYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PortafinoYellow.html" title="struct owo_colors::colors::xterm::PortafinoYellow">PortafinoYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-209" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-209" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;229m&quot;</h4></section><section id="associatedconstant.ANSI_BG-209" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-209" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;229m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-209" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-209" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;229&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-209" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-209" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;229&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Purple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Purple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Purple.html" title="struct owo_colors::colors::xterm::Purple">Purple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-210" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-210" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;91m&quot;</h4></section><section id="associatedconstant.ANSI_BG-210" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-210" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;91m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-210" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-210" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;91&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-210" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-210" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;91&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-PurplePizzazz" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-PurplePizzazz" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.PurplePizzazz.html" title="struct owo_colors::colors::xterm::PurplePizzazz">PurplePizzazz</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-211" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-211" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;200m&quot;</h4></section><section id="associatedconstant.ANSI_BG-211" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-211" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;200m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-211" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-211" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;200&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-211" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-211" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;200&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-RazzmatazzCerise" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-RazzmatazzCerise" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.RazzmatazzCerise.html" title="struct owo_colors::colors::xterm::RazzmatazzCerise">RazzmatazzCerise</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-212" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-212" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;161m&quot;</h4></section><section id="associatedconstant.ANSI_BG-212" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-212" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;161m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-212" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-212" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;161&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-212" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-212" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;161&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Red-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Red-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Red.html" title="struct owo_colors::colors::xterm::Red">Red</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-213" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-213" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;196m&quot;</h4></section><section id="associatedconstant.ANSI_BG-213" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-213" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;196m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-213" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-213" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;196&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-213" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-213" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;196&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ReefPaleYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ReefPaleYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ReefPaleYellow.html" title="struct owo_colors::colors::xterm::ReefPaleYellow">ReefPaleYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-214" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-214" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;193m&quot;</h4></section><section id="associatedconstant.ANSI_BG-214" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-214" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;193m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-214" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-214" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;193&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-214" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-214" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;193&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-RioGrandeGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-RioGrandeGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.RioGrandeGreen.html" title="struct owo_colors::colors::xterm::RioGrandeGreen">RioGrandeGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-215" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-215" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;148m&quot;</h4></section><section id="associatedconstant.ANSI_BG-215" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-215" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;148m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-215" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-215" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;148&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-215" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-215" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;148&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-RobinEggBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-RobinEggBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.RobinEggBlue.html" title="struct owo_colors::colors::xterm::RobinEggBlue">RobinEggBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-216" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-216" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;44m&quot;</h4></section><section id="associatedconstant.ANSI_BG-216" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-216" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;44m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-216" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-216" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;44&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-216" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-216" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;44&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-RomanOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-RomanOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.RomanOrange.html" title="struct owo_colors::colors::xterm::RomanOrange">RomanOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-217" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-217" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;167m&quot;</h4></section><section id="associatedconstant.ANSI_BG-217" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-217" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;167m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-217" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-217" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;167&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-217" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-217" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;167&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Rose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Rose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Rose.html" title="struct owo_colors::colors::xterm::Rose">Rose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-218" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-218" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;198m&quot;</h4></section><section id="associatedconstant.ANSI_BG-218" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-218" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;198m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-218" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-218" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;198&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-218" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-218" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;198&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-RoseofSharonOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-RoseofSharonOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.RoseofSharonOrange.html" title="struct owo_colors::colors::xterm::RoseofSharonOrange">RoseofSharonOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-219" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-219" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;130m&quot;</h4></section><section id="associatedconstant.ANSI_BG-219" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-219" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;130m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-219" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-219" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;130&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-219" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-219" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;130&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Rosewood" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Rosewood" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Rosewood.html" title="struct owo_colors::colors::xterm::Rosewood">Rosewood</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-220" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-220" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;52m&quot;</h4></section><section id="associatedconstant.ANSI_BG-220" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-220" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;52m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-220" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-220" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;52&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-220" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-220" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;52&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Salmon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Salmon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Salmon.html" title="struct owo_colors::colors::xterm::Salmon">Salmon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-221" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-221" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;209m&quot;</h4></section><section id="associatedconstant.ANSI_BG-221" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-221" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;209m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-221" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-221" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;209&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-221" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-221" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;209&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ScampiIndigo" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ScampiIndigo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ScampiIndigo.html" title="struct owo_colors::colors::xterm::ScampiIndigo">ScampiIndigo</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-222" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-222" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;61m&quot;</h4></section><section id="associatedconstant.ANSI_BG-222" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-222" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;61m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-222" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-222" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;61&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-222" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-222" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;61&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ScienceBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ScienceBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ScienceBlue.html" title="struct owo_colors::colors::xterm::ScienceBlue">ScienceBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-223" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-223" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;26m&quot;</h4></section><section id="associatedconstant.ANSI_BG-223" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-223" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;26m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-223" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-223" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;26&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-223" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-223" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;26&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ScorpionGray" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ScorpionGray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ScorpionGray.html" title="struct owo_colors::colors::xterm::ScorpionGray">ScorpionGray</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-224" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-224" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;240m&quot;</h4></section><section id="associatedconstant.ANSI_BG-224" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-224" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;240m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-224" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-224" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;240&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-224" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-224" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;240&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ScorpionOlive" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ScorpionOlive" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ScorpionOlive.html" title="struct owo_colors::colors::xterm::ScorpionOlive">ScorpionOlive</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-225" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-225" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;59m&quot;</h4></section><section id="associatedconstant.ANSI_BG-225" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-225" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;59m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-225" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-225" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;59&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-225" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-225" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;59&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ScreaminGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ScreaminGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ScreaminGreen.html" title="struct owo_colors::colors::xterm::ScreaminGreen">ScreaminGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-226" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-226" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;84m&quot;</h4></section><section id="associatedconstant.ANSI_BG-226" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-226" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;84m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-226" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-226" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;84&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-226" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-226" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;84&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SeaPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SeaPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SeaPink.html" title="struct owo_colors::colors::xterm::SeaPink">SeaPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-227" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-227" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;174m&quot;</h4></section><section id="associatedconstant.ANSI_BG-227" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-227" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;174m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-227" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-227" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;174&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-227" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-227" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;174&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ShakespeareBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ShakespeareBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ShakespeareBlue.html" title="struct owo_colors::colors::xterm::ShakespeareBlue">ShakespeareBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-228" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-228" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;74m&quot;</h4></section><section id="associatedconstant.ANSI_BG-228" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-228" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;74m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-228" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-228" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;74&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-228" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-228" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;74&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Silver" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Silver" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Silver.html" title="struct owo_colors::colors::xterm::Silver">Silver</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-229" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-229" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;251m&quot;</h4></section><section id="associatedconstant.ANSI_BG-229" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-229" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;251m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-229" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-229" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;251&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-229" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-229" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;251&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SilverChalice" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SilverChalice" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SilverChalice.html" title="struct owo_colors::colors::xterm::SilverChalice">SilverChalice</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-230" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-230" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;145m&quot;</h4></section><section id="associatedconstant.ANSI_BG-230" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-230" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;145m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-230" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-230" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;145&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-230" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-230" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;145&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SilverTree" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SilverTree" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SilverTree.html" title="struct owo_colors::colors::xterm::SilverTree">SilverTree</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-231" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-231" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;72m&quot;</h4></section><section id="associatedconstant.ANSI_BG-231" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-231" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;72m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-231" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-231" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;72&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-231" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-231" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;72&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SlateBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SlateBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SlateBlue.html" title="struct owo_colors::colors::xterm::SlateBlue">SlateBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-232" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-232" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;105m&quot;</h4></section><section id="associatedconstant.ANSI_BG-232" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-232" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;105m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-232" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-232" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;105&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-232" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-232" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;105&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SnowyMint" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SnowyMint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SnowyMint.html" title="struct owo_colors::colors::xterm::SnowyMint">SnowyMint</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-233" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-233" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;194m&quot;</h4></section><section id="associatedconstant.ANSI_BG-233" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-233" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;194m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-233" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-233" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;194&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-233" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-233" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;194&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-SpringGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-SpringGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.SpringGreen.html" title="struct owo_colors::colors::xterm::SpringGreen">SpringGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-234" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-234" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;48m&quot;</h4></section><section id="associatedconstant.ANSI_BG-234" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-234" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;48m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-234" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-234" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;48&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-234" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-234" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;48&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-StratosBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-StratosBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.StratosBlue.html" title="struct owo_colors::colors::xterm::StratosBlue">StratosBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-235" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-235" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;17m&quot;</h4></section><section id="associatedconstant.ANSI_BG-235" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-235" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;17m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-235" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-235" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;17&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-235" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-235" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;17&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-StrikemasterPurple" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-StrikemasterPurple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.StrikemasterPurple.html" title="struct owo_colors::colors::xterm::StrikemasterPurple">StrikemasterPurple</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-236" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-236" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;96m&quot;</h4></section><section id="associatedconstant.ANSI_BG-236" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-236" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;96m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-236" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-236" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;96&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-236" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-236" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;96&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Sundown" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Sundown" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Sundown.html" title="struct owo_colors::colors::xterm::Sundown">Sundown</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-237" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-237" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;217m&quot;</h4></section><section id="associatedconstant.ANSI_BG-237" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-237" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;217m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-237" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-237" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;217&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-237" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-237" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;217&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Tacao" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Tacao" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Tacao.html" title="struct owo_colors::colors::xterm::Tacao">Tacao</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-238" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-238" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;216m&quot;</h4></section><section id="associatedconstant.ANSI_BG-238" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-238" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;216m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-238" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-238" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;216&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-238" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-238" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;216&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-TachaOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-TachaOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.TachaOrange.html" title="struct owo_colors::colors::xterm::TachaOrange">TachaOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-239" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-239" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;185m&quot;</h4></section><section id="associatedconstant.ANSI_BG-239" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-239" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;185m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-239" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-239" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;185&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-239" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-239" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;185&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-TanBeige" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-TanBeige" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.TanBeige.html" title="struct owo_colors::colors::xterm::TanBeige">TanBeige</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-240" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-240" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;180m&quot;</h4></section><section id="associatedconstant.ANSI_BG-240" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-240" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;180m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-240" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-240" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;180&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-240" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-240" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;180&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-TapestryPink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-TapestryPink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.TapestryPink.html" title="struct owo_colors::colors::xterm::TapestryPink">TapestryPink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-241" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-241" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;132m&quot;</h4></section><section id="associatedconstant.ANSI_BG-241" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-241" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;132m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-241" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-241" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;132&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-241" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-241" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;132&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Teal" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Teal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Teal.html" title="struct owo_colors::colors::xterm::Teal">Teal</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-242" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-242" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;30m&quot;</h4></section><section id="associatedconstant.ANSI_BG-242" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-242" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;30m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-242" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-242" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;30&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-242" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-242" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;30&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-TennOrange" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-TennOrange" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.TennOrange.html" title="struct owo_colors::colors::xterm::TennOrange">TennOrange</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-243" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-243" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;166m&quot;</h4></section><section id="associatedconstant.ANSI_BG-243" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-243" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;166m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-243" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-243" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;166&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-243" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-243" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;166&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-TexasRose" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-TexasRose" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.TexasRose.html" title="struct owo_colors::colors::xterm::TexasRose">TexasRose</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-244" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-244" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;215m&quot;</h4></section><section id="associatedconstant.ANSI_BG-244" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-244" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;215m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-244" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-244" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;215&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-244" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-244" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;215&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-ThistlePink" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-ThistlePink" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.ThistlePink.html" title="struct owo_colors::colors::xterm::ThistlePink">ThistlePink</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-245" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-245" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;182m&quot;</h4></section><section id="associatedconstant.ANSI_BG-245" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-245" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;182m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-245" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-245" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;182&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-245" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-245" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;182&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Tradewind" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Tradewind" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Tradewind.html" title="struct owo_colors::colors::xterm::Tradewind">Tradewind</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-246" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-246" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;73m&quot;</h4></section><section id="associatedconstant.ANSI_BG-246" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-246" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;73m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-246" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-246" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;73&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-246" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-246" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;73&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Tundora" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Tundora" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Tundora.html" title="struct owo_colors::colors::xterm::Tundora">Tundora</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-247" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-247" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;239m&quot;</h4></section><section id="associatedconstant.ANSI_BG-247" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-247" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;239m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-247" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-247" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;239&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-247" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-247" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;239&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBlack" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBlack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBlack.html" title="struct owo_colors::colors::xterm::UserBlack">UserBlack</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-248" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-248" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;0m&quot;</h4></section><section id="associatedconstant.ANSI_BG-248" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-248" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;0m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-248" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-248" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;0&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-248" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-248" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;0&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBlue.html" title="struct owo_colors::colors::xterm::UserBlue">UserBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-249" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-249" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;4m&quot;</h4></section><section id="associatedconstant.ANSI_BG-249" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-249" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;4m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-249" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-249" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;4&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-249" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-249" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;4&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightBlack" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightBlack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightBlack.html" title="struct owo_colors::colors::xterm::UserBrightBlack">UserBrightBlack</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-250" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-250" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;8m&quot;</h4></section><section id="associatedconstant.ANSI_BG-250" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-250" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;8m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-250" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-250" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;8&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-250" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-250" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;8&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightBlue.html" title="struct owo_colors::colors::xterm::UserBrightBlue">UserBrightBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-251" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-251" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;12m&quot;</h4></section><section id="associatedconstant.ANSI_BG-251" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-251" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;12m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-251" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-251" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;12&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-251" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-251" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;12&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightCyan" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightCyan" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightCyan.html" title="struct owo_colors::colors::xterm::UserBrightCyan">UserBrightCyan</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-252" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-252" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;14m&quot;</h4></section><section id="associatedconstant.ANSI_BG-252" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-252" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;14m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-252" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-252" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;14&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-252" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-252" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;14&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightGreen.html" title="struct owo_colors::colors::xterm::UserBrightGreen">UserBrightGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-253" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-253" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;10m&quot;</h4></section><section id="associatedconstant.ANSI_BG-253" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-253" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;10m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-253" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-253" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;10&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-253" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-253" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;10&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightMagenta" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightMagenta" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightMagenta.html" title="struct owo_colors::colors::xterm::UserBrightMagenta">UserBrightMagenta</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-254" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-254" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;13m&quot;</h4></section><section id="associatedconstant.ANSI_BG-254" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-254" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;13m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-254" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-254" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;13&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-254" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-254" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;13&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightRed" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightRed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightRed.html" title="struct owo_colors::colors::xterm::UserBrightRed">UserBrightRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-255" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-255" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;9m&quot;</h4></section><section id="associatedconstant.ANSI_BG-255" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-255" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;9m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-255" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-255" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;9&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-255" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-255" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;9&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightWhite" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightWhite" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightWhite.html" title="struct owo_colors::colors::xterm::UserBrightWhite">UserBrightWhite</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-256" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-256" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;15m&quot;</h4></section><section id="associatedconstant.ANSI_BG-256" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-256" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;15m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-256" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-256" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;15&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-256" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-256" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;15&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserBrightYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserBrightYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserBrightYellow.html" title="struct owo_colors::colors::xterm::UserBrightYellow">UserBrightYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-257" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-257" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;11m&quot;</h4></section><section id="associatedconstant.ANSI_BG-257" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-257" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;11m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-257" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-257" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;11&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-257" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-257" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;11&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserCyan" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserCyan" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserCyan.html" title="struct owo_colors::colors::xterm::UserCyan">UserCyan</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-258" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-258" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;6m&quot;</h4></section><section id="associatedconstant.ANSI_BG-258" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-258" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;6m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-258" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-258" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;6&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-258" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-258" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;6&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserGreen.html" title="struct owo_colors::colors::xterm::UserGreen">UserGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-259" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-259" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;2m&quot;</h4></section><section id="associatedconstant.ANSI_BG-259" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-259" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;2m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-259" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-259" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;2&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-259" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-259" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;2&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserMagenta" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserMagenta" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserMagenta.html" title="struct owo_colors::colors::xterm::UserMagenta">UserMagenta</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-260" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-260" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;5m&quot;</h4></section><section id="associatedconstant.ANSI_BG-260" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-260" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;5m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-260" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-260" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;5&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-260" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-260" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;5&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserRed" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserRed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserRed.html" title="struct owo_colors::colors::xterm::UserRed">UserRed</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-261" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-261" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;1m&quot;</h4></section><section id="associatedconstant.ANSI_BG-261" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-261" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;1m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-261" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-261" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;1&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-261" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-261" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;1&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserWhite" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserWhite" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserWhite.html" title="struct owo_colors::colors::xterm::UserWhite">UserWhite</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-262" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-262" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;7m&quot;</h4></section><section id="associatedconstant.ANSI_BG-262" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-262" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;7m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-262" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-262" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;7&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-262" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-262" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;7&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-UserYellow" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-UserYellow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.UserYellow.html" title="struct owo_colors::colors::xterm::UserYellow">UserYellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-263" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-263" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;3m&quot;</h4></section><section id="associatedconstant.ANSI_BG-263" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-263" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;3m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-263" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-263" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;3&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-263" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-263" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;3&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-VerdunGreen" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-VerdunGreen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.VerdunGreen.html" title="struct owo_colors::colors::xterm::VerdunGreen">VerdunGreen</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-264" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-264" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;58m&quot;</h4></section><section id="associatedconstant.ANSI_BG-264" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-264" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;58m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-264" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-264" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;58&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-264" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-264" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;58&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Viking" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Viking" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.Viking.html" title="struct owo_colors::colors::xterm::Viking">Viking</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-265" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-265" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;80m&quot;</h4></section><section id="associatedconstant.ANSI_BG-265" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-265" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;80m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-265" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-265" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;80&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-265" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-265" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;80&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-VistaBlue" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-VistaBlue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.VistaBlue.html" title="struct owo_colors::colors::xterm::VistaBlue">VistaBlue</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-266" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-266" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;115m&quot;</h4></section><section id="associatedconstant.ANSI_BG-266" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-266" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;115m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-266" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-266" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;115&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-266" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-266" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;115&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-VividTangerine" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-VividTangerine" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.VividTangerine.html" title="struct owo_colors::colors::xterm::VividTangerine">VividTangerine</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-267" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-267" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;210m&quot;</h4></section><section id="associatedconstant.ANSI_BG-267" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-267" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;210m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-267" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-267" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;210&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-267" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-267" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;210&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-White-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-White-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.White.html" title="struct owo_colors::colors::xterm::White">White</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-268" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-268" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;231m&quot;</h4></section><section id="associatedconstant.ANSI_BG-268" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-268" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;231m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-268" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-268" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;231&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-268" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-268" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;231&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-WildBlueYonder" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-WildBlueYonder" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.WildBlueYonder.html" title="struct owo_colors::colors::xterm::WildBlueYonder">WildBlueYonder</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-269" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-269" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;103m&quot;</h4></section><section id="associatedconstant.ANSI_BG-269" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-269" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;103m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-269" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-269" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;103&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-269" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-269" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;103&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-WildWatermelon" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-WildWatermelon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.WildWatermelon.html" title="struct owo_colors::colors::xterm::WildWatermelon">WildWatermelon</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-270" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-270" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;204m&quot;</h4></section><section id="associatedconstant.ANSI_BG-270" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-270" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;204m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-270" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-270" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;204&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-270" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-270" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;204&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-WistfulLilac" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-WistfulLilac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.WistfulLilac.html" title="struct owo_colors::colors::xterm::WistfulLilac">WistfulLilac</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-271" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-271" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;146m&quot;</h4></section><section id="associatedconstant.ANSI_BG-271" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-271" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;146m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-271" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-271" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;146&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-271" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-271" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;146&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-Yellow-1" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-Yellow-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for owo_colors::colors::xterm::<a class="struct" href="colors/xterm/struct.Yellow.html" title="struct owo_colors::colors::xterm::Yellow">Yellow</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-272" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-272" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;226m&quot;</h4></section><section id="associatedconstant.ANSI_BG-272" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-272" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;226m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-272" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-272" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;226&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-272" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-272" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;226&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-YellowSea" class="impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#impl-Color-for-YellowSea" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/xterm/struct.YellowSea.html" title="struct owo_colors::colors::xterm::YellowSea">YellowSea</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-273" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_FG-273" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[38;5;214m&quot;</h4></section><section id="associatedconstant.ANSI_BG-273" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.ANSI_BG-273" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;\u{1b}[48;5;214m&quot;</h4></section><section id="associatedconstant.RAW_ANSI_BG-273" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_BG-273" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;214&quot;</h4></section><section id="associatedconstant.RAW_ANSI_FG-273" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/xterm.rs.html#121-378">source</a><a href="#associatedconstant.RAW_ANSI_FG-273" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = &quot;48;5;214&quot;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Color-for-CustomColor%3CR,+G,+B%3E" class="impl"><a class="src rightside" href="../src/owo_colors/colors/custom.rs.html#83-104">source</a><a href="#impl-Color-for-CustomColor%3CR,+G,+B%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const R: <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.u8.html">u8</a>, const G: <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.u8.html">u8</a>, const B: <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="trait.Color.html" title="trait owo_colors::Color">Color</a> for <a class="struct" href="colors/struct.CustomColor.html" title="struct owo_colors::colors::CustomColor">CustomColor</a>&lt;R, G, B&gt;</h3></section></summary><div class="impl-items"><section id="associatedconstant.ANSI_FG-274" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/custom.rs.html#84-85">source</a><a href="#associatedconstant.ANSI_FG-274" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_FG" class="constant">ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = _</h4></section><section id="associatedconstant.ANSI_BG-274" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/custom.rs.html#86-87">source</a><a href="#associatedconstant.ANSI_BG-274" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.ANSI_BG" class="constant">ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = _</h4></section><section id="associatedconstant.RAW_ANSI_FG-274" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/custom.rs.html#89-90">source</a><a href="#associatedconstant.RAW_ANSI_FG-274" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_FG" class="constant">RAW_ANSI_FG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = _</h4></section><section id="associatedconstant.RAW_ANSI_BG-274" class="associatedconstant trait-impl"><a class="src rightside" href="../src/owo_colors/colors/custom.rs.html#91-92">source</a><a href="#associatedconstant.RAW_ANSI_BG-274" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.RAW_ANSI_BG" class="constant">RAW_ANSI_BG</a>: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.78.0/core/primitive.str.html">str</a> = _</h4></section></div></details></div><script src="../trait.impl/owo_colors/trait.Color.js" async></script></section></div></main></body></html>