*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: rgb(var(--color-700));
  --tw-prose-headings: rgb(var(--color-700));
  --tw-prose-lead: rgb(var(--color-700));
  --tw-prose-links: rgb(var(--color-blue));
  --tw-prose-bold: rgb(var(--color-700));
  --tw-prose-counters: rgb(var(--color-700));
  --tw-prose-bullets: rgb(var(--color-700));
  --tw-prose-hr: rgb(var(--color-700));
  --tw-prose-quotes: rgb(var(--color-700));
  --tw-prose-quote-borders: rgb(var(--color-700));
  --tw-prose-captions: rgb(var(--color-700));
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: rgb(var(--color-700));
  --tw-prose-pre-code: rgb(var(--color-700));
  --tw-prose-pre-bg: rgb(var(--color-700));
  --tw-prose-th-borders: rgb(var(--color-700));
  --tw-prose-td-borders: rgb(var(--color-700));
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0px;
}
.top-full {
  top: 100%;
}
.z-50 {
  z-index: 50;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-64 {
  width: 16rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-auto {
  flex-basis: auto;
}
.basis-full {
  flex-basis: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-base16-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-base16-300) / var(--tw-border-opacity, 1));
}
.bg-base16-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-base16-100) / var(--tw-bg-opacity, 1));
}
.bg-base16-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-base16-200) / var(--tw-bg-opacity, 1));
}
.bg-base16-200\/45 {
  background-color: rgb(var(--color-base16-200) / 0.45);
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.text-base16-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-300) / var(--tw-text-opacity, 1));
}
.text-base16-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-400) / var(--tw-text-opacity, 1));
}
.text-base16-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-500) / var(--tw-text-opacity, 1));
}
.text-base16-500\/50 {
  color: rgb(var(--color-base16-500) / 0.5);
}
.text-base16-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-600) / var(--tw-text-opacity, 1));
}
.text-base16-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-700) / var(--tw-text-opacity, 1));
}
.text-base16-blue\/80 {
  color: rgb(var(--color-base16-blue) / 0.8);
}
.text-base16-cyan {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-cyan) / var(--tw-text-opacity, 1));
}
.text-base16-orange\/90 {
  color: rgb(var(--color-base16-orange) / 0.9);
}
.text-base16-red {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-red) / var(--tw-text-opacity, 1));
}
.text-base16-yellow\/60 {
  color: rgb(var(--color-base16-yellow) / 0.6);
}
.text-base16-yellow\/70 {
  color: rgb(var(--color-base16-yellow) / 0.7);
}
.placeholder-base16-500\/50::-moz-placeholder {
  color: rgb(var(--color-base16-500) / 0.5);
}
.placeholder-base16-500\/50::placeholder {
  color: rgb(var(--color-base16-500) / 0.5);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.base16-atelier-estuary-light {
  --color-base16-100: 244 243 236;
  --color-base16-200: 231 230 223;
  --color-base16-300: 146 145 129;
  --color-base16-400: 135 133 115;
  --color-base16-500: 108 107 90;
  --color-base16-600: 95 94 78;
  --color-base16-700: 48 47 39;
  --color-base16-800: 34 34 27;
  --color-base16-red: 186 98 54;
  --color-base16-orange: 174 115 19;
  --color-base16-yellow: 165 152 13;
  --color-base16-green: 125 151 38;
  --color-base16-cyan: 91 157 72;
  --color-base16-blue: 54 161 102;
  --color-base16-purple: 95 145 130;
  --color-base16-pink: 157 108 124;
  --color-base16-100-lighter: 244 243 236;
  --color-base16-100-lightest: 244 243 236;
  --color-base16-red-bright: 186 98 54;
  --color-base16-orange-bright: 165 152 13;
  --color-base16-yellow-bright: 125 151 38;
  --color-base16-green-bright: 91 157 72;
  --color-base16-cyan-bright: 54 161 102;
  --color-base16-blue-bright: 95 145 130;
}
.base16-atelier-estuary {
  --color-base16-100: 34 34 27;
  --color-base16-200: 48 47 39;
  --color-base16-300: 95 94 78;
  --color-base16-400: 108 107 90;
  --color-base16-500: 135 133 115;
  --color-base16-600: 146 145 129;
  --color-base16-700: 231 230 223;
  --color-base16-800: 244 243 236;
  --color-base16-red: 186 98 54;
  --color-base16-orange: 174 115 19;
  --color-base16-yellow: 165 152 13;
  --color-base16-green: 125 151 38;
  --color-base16-cyan: 91 157 72;
  --color-base16-blue: 54 161 102;
  --color-base16-purple: 95 145 130;
  --color-base16-pink: 157 108 124;
  --color-base16-100-lighter: 34 34 27;
  --color-base16-100-lightest: 34 34 27;
  --color-base16-red-bright: 186 98 54;
  --color-base16-orange-bright: 165 152 13;
  --color-base16-yellow-bright: 125 151 38;
  --color-base16-green-bright: 91 157 72;
  --color-base16-cyan-bright: 54 161 102;
  --color-base16-blue-bright: 95 145 130;
}
.base16-deep-oceanic-next {
  --color-base16-100: 0 28 31;
  --color-base16-200: 0 41 49;
  --color-base16-300: 0 54 64;
  --color-base16-400: 0 72 82;
  --color-base16-500: 0 147 163;
  --color-base16-600: 212 225 232;
  --color-base16-700: 224 233 239;
  --color-base16-800: 242 247 249;
  --color-base16-red: 211 70 77;
  --color-base16-orange: 227 117 82;
  --color-base16-yellow: 243 184 99;
  --color-base16-green: 99 183 132;
  --color-base16-cyan: 79 183 174;
  --color-base16-blue: 86 140 207;
  --color-base16-purple: 139 102 214;
  --color-base16-pink: 208 101 142;
  --color-base16-100-lighter: 0 28 31;
  --color-base16-100-lightest: 0 28 31;
  --color-base16-red-bright: 211 70 77;
  --color-base16-orange-bright: 243 184 99;
  --color-base16-yellow-bright: 99 183 132;
  --color-base16-green-bright: 79 183 174;
  --color-base16-cyan-bright: 86 140 207;
  --color-base16-blue-bright: 139 102 214;
}
.base16-ayu-light {
  --color-base16-100: 250 250 250;
  --color-base16-200: 243 244 245;
  --color-base16-300: 248 249 250;
  --color-base16-400: 171 176 182;
  --color-base16-500: 130 140 153;
  --color-base16-600: 92 103 115;
  --color-base16-700: 36 41 54;
  --color-base16-800: 26 31 41;
  --color-base16-red: 240 113 120;
  --color-base16-orange: 250 141 62;
  --color-base16-yellow: 242 174 73;
  --color-base16-green: 134 179 0;
  --color-base16-cyan: 76 191 153;
  --color-base16-blue: 54 163 217;
  --color-base16-purple: 163 122 204;
  --color-base16-pink: 230 186 126;
  --color-base16-100-lighter: 250 250 250;
  --color-base16-100-lightest: 250 250 250;
  --color-base16-red-bright: 240 113 120;
  --color-base16-orange-bright: 242 174 73;
  --color-base16-yellow-bright: 134 179 0;
  --color-base16-green-bright: 76 191 153;
  --color-base16-cyan-bright: 54 163 217;
  --color-base16-blue-bright: 163 122 204;
}
.base16-eighties {
  --color-base16-100: 45 45 45;
  --color-base16-200: 57 57 57;
  --color-base16-300: 81 81 81;
  --color-base16-400: 116 115 105;
  --color-base16-500: 160 159 147;
  --color-base16-600: 211 208 200;
  --color-base16-700: 232 230 223;
  --color-base16-800: 242 240 236;
  --color-base16-red: 242 119 122;
  --color-base16-orange: 249 145 87;
  --color-base16-yellow: 255 204 102;
  --color-base16-green: 153 204 153;
  --color-base16-cyan: 102 204 204;
  --color-base16-blue: 102 153 204;
  --color-base16-purple: 204 153 204;
  --color-base16-pink: 210 123 83;
  --color-base16-100-lighter: 45 45 45;
  --color-base16-100-lightest: 45 45 45;
  --color-base16-red-bright: 242 119 122;
  --color-base16-orange-bright: 255 204 102;
  --color-base16-yellow-bright: 153 204 153;
  --color-base16-green-bright: 102 204 204;
  --color-base16-cyan-bright: 102 153 204;
  --color-base16-blue-bright: 204 153 204;
}
.base16-atelier-forest-light {
  --color-base16-100: 241 239 238;
  --color-base16-200: 230 226 224;
  --color-base16-300: 168 161 159;
  --color-base16-400: 156 148 145;
  --color-base16-500: 118 110 107;
  --color-base16-600: 104 97 94;
  --color-base16-700: 44 36 33;
  --color-base16-800: 27 25 24;
  --color-base16-red: 242 44 64;
  --color-base16-orange: 223 83 32;
  --color-base16-yellow: 195 132 24;
  --color-base16-green: 123 151 38;
  --color-base16-cyan: 61 151 184;
  --color-base16-blue: 64 126 231;
  --color-base16-purple: 102 102 234;
  --color-base16-pink: 195 63 243;
  --color-base16-100-lighter: 241 239 238;
  --color-base16-100-lightest: 241 239 238;
  --color-base16-red-bright: 242 44 64;
  --color-base16-orange-bright: 195 132 24;
  --color-base16-yellow-bright: 123 151 38;
  --color-base16-green-bright: 61 151 184;
  --color-base16-cyan-bright: 64 126 231;
  --color-base16-blue-bright: 102 102 234;
}
.base16-github {
  --color-base16-100: 234 238 242;
  --color-base16-200: 208 215 222;
  --color-base16-300: 175 184 193;
  --color-base16-400: 140 149 159;
  --color-base16-500: 110 119 129;
  --color-base16-600: 66 74 83;
  --color-base16-700: 50 56 63;
  --color-base16-800: 31 35 40;
  --color-base16-red: 250 69 73;
  --color-base16-orange: 225 111 36;
  --color-base16-yellow: 191 135 0;
  --color-base16-green: 45 164 78;
  --color-base16-cyan: 51 157 155;
  --color-base16-blue: 33 139 255;
  --color-base16-purple: 164 117 249;
  --color-base16-pink: 77 45 0;
  --color-base16-100-lighter: 234 238 242;
  --color-base16-100-lightest: 234 238 242;
  --color-base16-red-bright: 250 69 73;
  --color-base16-orange-bright: 191 135 0;
  --color-base16-yellow-bright: 45 164 78;
  --color-base16-green-bright: 51 157 155;
  --color-base16-cyan-bright: 33 139 255;
  --color-base16-blue-bright: 164 117 249;
}
.base16-blueish {
  --color-base16-100: 24 36 48;
  --color-base16-200: 36 60 84;
  --color-base16-300: 70 41 10;
  --color-base16-400: 97 109 120;
  --color-base16-500: 116 175 231;
  --color-base16-600: 200 225 248;
  --color-base16-700: 221 234 246;
  --color-base16-800: 143 152 160;
  --color-base16-red: 76 229 135;
  --color-base16-orange: 246 168 92;
  --color-base16-yellow: 130 170 255;
  --color-base16-green: 195 232 141;
  --color-base16-cyan: 95 209 255;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 255 132 221;
  --color-base16-pink: 187 210 232;
  --color-base16-100-lighter: 24 36 48;
  --color-base16-100-lightest: 24 36 48;
  --color-base16-red-bright: 76 229 135;
  --color-base16-orange-bright: 130 170 255;
  --color-base16-yellow-bright: 195 232 141;
  --color-base16-green-bright: 95 209 255;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 255 132 221;
}
.base16-material {
  --color-base16-100: 38 50 56;
  --color-base16-200: 46 60 67;
  --color-base16-300: 49 69 73;
  --color-base16-400: 84 110 122;
  --color-base16-500: 178 204 214;
  --color-base16-600: 238 255 255;
  --color-base16-700: 238 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 240 113 120;
  --color-base16-orange: 247 140 108;
  --color-base16-yellow: 255 203 107;
  --color-base16-green: 195 232 141;
  --color-base16-cyan: 137 221 255;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 199 146 234;
  --color-base16-pink: 255 83 112;
  --color-base16-100-lighter: 38 50 56;
  --color-base16-100-lightest: 38 50 56;
  --color-base16-red-bright: 240 113 120;
  --color-base16-orange-bright: 255 203 107;
  --color-base16-yellow-bright: 195 232 141;
  --color-base16-green-bright: 137 221 255;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 199 146 234;
}
.base16-shapeshifter {
  --color-base16-100: 249 249 249;
  --color-base16-200: 224 224 224;
  --color-base16-300: 171 171 171;
  --color-base16-400: 85 85 85;
  --color-base16-500: 52 52 52;
  --color-base16-600: 16 32 21;
  --color-base16-700: 4 4 4;
  --color-base16-800: 0 0 0;
  --color-base16-red: 233 47 47;
  --color-base16-orange: 224 148 72;
  --color-base16-yellow: 221 221 19;
  --color-base16-green: 14 216 57;
  --color-base16-cyan: 35 237 218;
  --color-base16-blue: 59 72 227;
  --color-base16-purple: 249 150 226;
  --color-base16-pink: 105 84 45;
  --color-base16-100-lighter: 249 249 249;
  --color-base16-100-lightest: 249 249 249;
  --color-base16-red-bright: 233 47 47;
  --color-base16-orange-bright: 221 221 19;
  --color-base16-yellow-bright: 14 216 57;
  --color-base16-green-bright: 35 237 218;
  --color-base16-cyan-bright: 59 72 227;
  --color-base16-blue-bright: 249 150 226;
}
.base16-oceanicnext {
  --color-base16-100: 27 43 52;
  --color-base16-200: 52 61 70;
  --color-base16-300: 79 91 102;
  --color-base16-400: 101 115 126;
  --color-base16-500: 167 173 186;
  --color-base16-600: 192 197 206;
  --color-base16-700: 205 211 222;
  --color-base16-800: 216 222 233;
  --color-base16-red: 236 95 103;
  --color-base16-orange: 249 145 87;
  --color-base16-yellow: 250 200 99;
  --color-base16-green: 153 199 148;
  --color-base16-cyan: 95 179 179;
  --color-base16-blue: 102 153 204;
  --color-base16-purple: 197 148 197;
  --color-base16-pink: 171 121 103;
  --color-base16-100-lighter: 27 43 52;
  --color-base16-100-lightest: 27 43 52;
  --color-base16-red-bright: 236 95 103;
  --color-base16-orange-bright: 250 200 99;
  --color-base16-yellow-bright: 153 199 148;
  --color-base16-green-bright: 95 179 179;
  --color-base16-cyan-bright: 102 153 204;
  --color-base16-blue-bright: 197 148 197;
}
.base16-still-alive {
  --color-base16-100: 240 240 240;
  --color-base16-200: 240 216 72;
  --color-base16-300: 255 240 24;
  --color-base16-400: 240 24 24;
  --color-base16-500: 240 0 0;
  --color-base16-600: 216 0 0;
  --color-base16-700: 72 144 0;
  --color-base16-800: 48 168 96;
  --color-base16-red: 72 120 48;
  --color-base16-orange: 24 48 72;
  --color-base16-yellow: 66 99 149;
  --color-base16-green: 92 92 106;
  --color-base16-cyan: 44 60 87;
  --color-base16-blue: 0 24 120;
  --color-base16-purple: 144 0 0;
  --color-base16-pink: 20 12 13;
  --color-base16-100-lighter: 240 240 240;
  --color-base16-100-lightest: 240 240 240;
  --color-base16-red-bright: 72 120 48;
  --color-base16-orange-bright: 66 99 149;
  --color-base16-yellow-bright: 92 92 106;
  --color-base16-green-bright: 44 60 87;
  --color-base16-cyan-bright: 0 24 120;
  --color-base16-blue-bright: 144 0 0;
}
.base16-da-one-paper {
  --color-base16-100: 250 240 220;
  --color-base16-200: 200 200 200;
  --color-base16-300: 136 136 136;
  --color-base16-400: 88 88 88;
  --color-base16-500: 40 40 40;
  --color-base16-600: 24 24 24;
  --color-base16-700: 0 0 0;
  --color-base16-800: 0 0 0;
  --color-base16-red: 222 93 110;
  --color-base16-orange: 255 148 112;
  --color-base16-yellow: 179 104 79;
  --color-base16-green: 118 168 93;
  --color-base16-cyan: 100 181 167;
  --color-base16-blue: 88 144 248;
  --color-base16-purple: 193 115 209;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 250 240 220;
  --color-base16-100-lightest: 250 240 220;
  --color-base16-red-bright: 222 93 110;
  --color-base16-orange-bright: 179 104 79;
  --color-base16-yellow-bright: 118 168 93;
  --color-base16-green-bright: 100 181 167;
  --color-base16-cyan-bright: 88 144 248;
  --color-base16-blue-bright: 193 115 209;
}
.base16-atelier-sulphurpool-light {
  --color-base16-100: 245 247 255;
  --color-base16-200: 223 226 241;
  --color-base16-300: 151 157 180;
  --color-base16-400: 137 142 164;
  --color-base16-500: 107 115 148;
  --color-base16-600: 94 102 135;
  --color-base16-700: 41 50 86;
  --color-base16-800: 32 39 70;
  --color-base16-red: 201 73 34;
  --color-base16-orange: 199 107 41;
  --color-base16-yellow: 192 139 48;
  --color-base16-green: 172 151 57;
  --color-base16-cyan: 34 162 201;
  --color-base16-blue: 61 143 209;
  --color-base16-purple: 102 121 204;
  --color-base16-pink: 156 99 122;
  --color-base16-100-lighter: 245 247 255;
  --color-base16-100-lightest: 245 247 255;
  --color-base16-red-bright: 201 73 34;
  --color-base16-orange-bright: 192 139 48;
  --color-base16-yellow-bright: 172 151 57;
  --color-base16-green-bright: 34 162 201;
  --color-base16-cyan-bright: 61 143 209;
  --color-base16-blue-bright: 102 121 204;
}
.base16-materia {
  --color-base16-100: 38 50 56;
  --color-base16-200: 44 57 63;
  --color-base16-300: 55 71 79;
  --color-base16-400: 112 120 128;
  --color-base16-500: 201 204 211;
  --color-base16-600: 205 211 222;
  --color-base16-700: 213 219 229;
  --color-base16-800: 255 255 255;
  --color-base16-red: 236 95 103;
  --color-base16-orange: 234 149 96;
  --color-base16-yellow: 255 204 0;
  --color-base16-green: 139 214 73;
  --color-base16-cyan: 128 203 196;
  --color-base16-blue: 137 221 255;
  --color-base16-purple: 130 170 255;
  --color-base16-pink: 236 95 103;
  --color-base16-100-lighter: 38 50 56;
  --color-base16-100-lightest: 38 50 56;
  --color-base16-red-bright: 236 95 103;
  --color-base16-orange-bright: 255 204 0;
  --color-base16-yellow-bright: 139 214 73;
  --color-base16-green-bright: 128 203 196;
  --color-base16-cyan-bright: 137 221 255;
  --color-base16-blue-bright: 130 170 255;
}
.base16-gruvbox-material-dark-soft {
  --color-base16-100: 50 48 47;
  --color-base16-200: 60 56 54;
  --color-base16-300: 90 82 76;
  --color-base16-400: 124 111 100;
  --color-base16-500: 189 174 147;
  --color-base16-600: 221 199 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 234 105 98;
  --color-base16-orange: 231 138 78;
  --color-base16-yellow: 216 166 87;
  --color-base16-green: 169 182 101;
  --color-base16-cyan: 137 180 130;
  --color-base16-blue: 125 174 163;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 189 111 62;
  --color-base16-100-lighter: 50 48 47;
  --color-base16-100-lightest: 50 48 47;
  --color-base16-red-bright: 234 105 98;
  --color-base16-orange-bright: 216 166 87;
  --color-base16-yellow-bright: 169 182 101;
  --color-base16-green-bright: 137 180 130;
  --color-base16-cyan-bright: 125 174 163;
  --color-base16-blue-bright: 211 134 155;
}
.base16-horizon-dark {
  --color-base16-100: 28 30 38;
  --color-base16-200: 35 37 48;
  --color-base16-300: 46 48 62;
  --color-base16-400: 111 111 112;
  --color-base16-500: 157 160 162;
  --color-base16-600: 203 206 208;
  --color-base16-700: 220 223 228;
  --color-base16-800: 227 230 238;
  --color-base16-red: 233 60 88;
  --color-base16-orange: 229 141 125;
  --color-base16-yellow: 239 185 147;
  --color-base16-green: 239 175 142;
  --color-base16-cyan: 36 168 180;
  --color-base16-blue: 223 82 115;
  --color-base16-purple: 176 114 209;
  --color-base16-pink: 228 163 130;
  --color-base16-100-lighter: 28 30 38;
  --color-base16-100-lightest: 28 30 38;
  --color-base16-red-bright: 233 60 88;
  --color-base16-orange-bright: 239 185 147;
  --color-base16-yellow-bright: 239 175 142;
  --color-base16-green-bright: 36 168 180;
  --color-base16-cyan-bright: 223 82 115;
  --color-base16-blue-bright: 176 114 209;
}
.base16-atelier-plateau {
  --color-base16-100: 27 24 24;
  --color-base16-200: 41 36 36;
  --color-base16-300: 88 80 80;
  --color-base16-400: 101 93 93;
  --color-base16-500: 126 119 119;
  --color-base16-600: 138 133 133;
  --color-base16-700: 231 223 223;
  --color-base16-800: 244 236 236;
  --color-base16-red: 202 73 73;
  --color-base16-orange: 180 90 60;
  --color-base16-yellow: 160 110 59;
  --color-base16-green: 75 139 139;
  --color-base16-cyan: 84 133 182;
  --color-base16-blue: 114 114 202;
  --color-base16-purple: 132 100 196;
  --color-base16-pink: 189 81 135;
  --color-base16-100-lighter: 27 24 24;
  --color-base16-100-lightest: 27 24 24;
  --color-base16-red-bright: 202 73 73;
  --color-base16-orange-bright: 160 110 59;
  --color-base16-yellow-bright: 75 139 139;
  --color-base16-green-bright: 84 133 182;
  --color-base16-cyan-bright: 114 114 202;
  --color-base16-blue-bright: 132 100 196;
}
.base16-espresso {
  --color-base16-100: 45 45 45;
  --color-base16-200: 57 57 57;
  --color-base16-300: 81 81 81;
  --color-base16-400: 119 119 119;
  --color-base16-500: 180 183 180;
  --color-base16-600: 204 204 204;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 210 82 82;
  --color-base16-orange: 249 169 89;
  --color-base16-yellow: 255 198 109;
  --color-base16-green: 165 194 97;
  --color-base16-cyan: 190 214 255;
  --color-base16-blue: 108 153 187;
  --color-base16-purple: 209 151 217;
  --color-base16-pink: 249 115 148;
  --color-base16-100-lighter: 45 45 45;
  --color-base16-100-lightest: 45 45 45;
  --color-base16-red-bright: 210 82 82;
  --color-base16-orange-bright: 255 198 109;
  --color-base16-yellow-bright: 165 194 97;
  --color-base16-green-bright: 190 214 255;
  --color-base16-cyan-bright: 108 153 187;
  --color-base16-blue-bright: 209 151 217;
}
.base16-tokyo-night-terminal-dark {
  --color-base16-100: 22 22 30;
  --color-base16-200: 26 27 38;
  --color-base16-300: 47 53 73;
  --color-base16-400: 68 75 106;
  --color-base16-500: 120 124 153;
  --color-base16-600: 120 124 153;
  --color-base16-700: 203 204 209;
  --color-base16-800: 213 214 219;
  --color-base16-red: 247 118 142;
  --color-base16-orange: 255 158 100;
  --color-base16-yellow: 224 175 104;
  --color-base16-green: 65 166 181;
  --color-base16-cyan: 125 207 255;
  --color-base16-blue: 122 162 247;
  --color-base16-purple: 187 154 247;
  --color-base16-pink: 209 134 22;
  --color-base16-100-lighter: 22 22 30;
  --color-base16-100-lightest: 22 22 30;
  --color-base16-red-bright: 247 118 142;
  --color-base16-orange-bright: 224 175 104;
  --color-base16-yellow-bright: 65 166 181;
  --color-base16-green-bright: 125 207 255;
  --color-base16-cyan-bright: 122 162 247;
  --color-base16-blue-bright: 187 154 247;
}
.base16-atelier-savanna-light {
  --color-base16-100: 236 244 238;
  --color-base16-200: 223 231 226;
  --color-base16-300: 135 146 138;
  --color-base16-400: 120 135 125;
  --color-base16-500: 95 109 100;
  --color-base16-600: 82 96 87;
  --color-base16-700: 35 42 37;
  --color-base16-800: 23 28 25;
  --color-base16-red: 177 97 57;
  --color-base16-orange: 159 113 60;
  --color-base16-yellow: 160 126 59;
  --color-base16-green: 72 153 99;
  --color-base16-cyan: 28 154 160;
  --color-base16-blue: 71 140 144;
  --color-base16-purple: 85 133 155;
  --color-base16-pink: 134 116 105;
  --color-base16-100-lighter: 236 244 238;
  --color-base16-100-lightest: 236 244 238;
  --color-base16-red-bright: 177 97 57;
  --color-base16-orange-bright: 160 126 59;
  --color-base16-yellow-bright: 72 153 99;
  --color-base16-green-bright: 28 154 160;
  --color-base16-cyan-bright: 71 140 144;
  --color-base16-blue-bright: 85 133 155;
}
.base16-atelier-seaside {
  --color-base16-100: 19 21 19;
  --color-base16-200: 36 41 36;
  --color-base16-300: 94 110 94;
  --color-base16-400: 104 125 104;
  --color-base16-500: 128 153 128;
  --color-base16-600: 140 166 140;
  --color-base16-700: 207 232 207;
  --color-base16-800: 244 251 244;
  --color-base16-red: 230 25 60;
  --color-base16-orange: 135 113 29;
  --color-base16-yellow: 152 152 27;
  --color-base16-green: 41 163 41;
  --color-base16-cyan: 25 153 179;
  --color-base16-blue: 61 98 245;
  --color-base16-purple: 173 43 238;
  --color-base16-pink: 230 25 195;
  --color-base16-100-lighter: 19 21 19;
  --color-base16-100-lightest: 19 21 19;
  --color-base16-red-bright: 230 25 60;
  --color-base16-orange-bright: 152 152 27;
  --color-base16-yellow-bright: 41 163 41;
  --color-base16-green-bright: 25 153 179;
  --color-base16-cyan-bright: 61 98 245;
  --color-base16-blue-bright: 173 43 238;
}
.base16-snazzy {
  --color-base16-100: 40 42 54;
  --color-base16-200: 52 53 62;
  --color-base16-300: 67 69 79;
  --color-base16-400: 120 120 126;
  --color-base16-500: 165 165 169;
  --color-base16-600: 226 228 229;
  --color-base16-700: 239 240 235;
  --color-base16-800: 241 241 240;
  --color-base16-red: 255 92 87;
  --color-base16-orange: 255 159 67;
  --color-base16-yellow: 243 249 157;
  --color-base16-green: 90 247 142;
  --color-base16-cyan: 154 237 254;
  --color-base16-blue: 87 199 255;
  --color-base16-purple: 255 106 193;
  --color-base16-pink: 178 100 60;
  --color-base16-100-lighter: 40 42 54;
  --color-base16-100-lightest: 40 42 54;
  --color-base16-red-bright: 255 92 87;
  --color-base16-orange-bright: 243 249 157;
  --color-base16-yellow-bright: 90 247 142;
  --color-base16-green-bright: 154 237 254;
  --color-base16-cyan-bright: 87 199 255;
  --color-base16-blue-bright: 255 106 193;
}
.base16-tokyo-night-storm {
  --color-base16-100: 36 40 59;
  --color-base16-200: 22 22 30;
  --color-base16-300: 52 58 82;
  --color-base16-400: 68 75 106;
  --color-base16-500: 120 124 153;
  --color-base16-600: 169 177 214;
  --color-base16-700: 203 204 209;
  --color-base16-800: 213 214 219;
  --color-base16-red: 192 202 245;
  --color-base16-orange: 169 177 214;
  --color-base16-yellow: 13 185 215;
  --color-base16-green: 158 206 106;
  --color-base16-cyan: 180 249 248;
  --color-base16-blue: 42 195 222;
  --color-base16-purple: 187 154 247;
  --color-base16-pink: 247 118 142;
  --color-base16-100-lighter: 36 40 59;
  --color-base16-100-lightest: 36 40 59;
  --color-base16-red-bright: 192 202 245;
  --color-base16-orange-bright: 13 185 215;
  --color-base16-yellow-bright: 158 206 106;
  --color-base16-green-bright: 180 249 248;
  --color-base16-cyan-bright: 42 195 222;
  --color-base16-blue-bright: 187 154 247;
}
.base16-summerfruit-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 224 224 224;
  --color-base16-300: 208 208 208;
  --color-base16-400: 176 176 176;
  --color-base16-500: 0 0 0;
  --color-base16-600: 16 16 16;
  --color-base16-700: 21 21 21;
  --color-base16-800: 32 32 32;
  --color-base16-red: 255 0 134;
  --color-base16-orange: 253 137 0;
  --color-base16-yellow: 171 168 0;
  --color-base16-green: 0 201 24;
  --color-base16-cyan: 31 170 170;
  --color-base16-blue: 55 119 230;
  --color-base16-purple: 173 0 161;
  --color-base16-pink: 204 102 51;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 255 0 134;
  --color-base16-orange-bright: 171 168 0;
  --color-base16-yellow-bright: 0 201 24;
  --color-base16-green-bright: 31 170 170;
  --color-base16-cyan-bright: 55 119 230;
  --color-base16-blue-bright: 173 0 161;
}
.base16-atelier-cave {
  --color-base16-100: 25 23 28;
  --color-base16-200: 38 35 42;
  --color-base16-300: 88 82 96;
  --color-base16-400: 101 95 109;
  --color-base16-500: 126 120 135;
  --color-base16-600: 139 135 146;
  --color-base16-700: 226 223 231;
  --color-base16-800: 239 236 244;
  --color-base16-red: 190 70 120;
  --color-base16-orange: 170 87 60;
  --color-base16-yellow: 160 110 59;
  --color-base16-green: 42 146 146;
  --color-base16-cyan: 57 139 198;
  --color-base16-blue: 87 109 219;
  --color-base16-purple: 149 90 231;
  --color-base16-pink: 191 64 191;
  --color-base16-100-lighter: 25 23 28;
  --color-base16-100-lightest: 25 23 28;
  --color-base16-red-bright: 190 70 120;
  --color-base16-orange-bright: 160 110 59;
  --color-base16-yellow-bright: 42 146 146;
  --color-base16-green-bright: 57 139 198;
  --color-base16-cyan-bright: 87 109 219;
  --color-base16-blue-bright: 149 90 231;
}
.base16-solarflare-light {
  --color-base16-100: 245 247 250;
  --color-base16-200: 232 233 237;
  --color-base16-300: 166 175 184;
  --color-base16-400: 133 147 158;
  --color-base16-500: 102 117 129;
  --color-base16-600: 88 104 117;
  --color-base16-700: 34 46 56;
  --color-base16-800: 24 38 47;
  --color-base16-red: 239 82 83;
  --color-base16-orange: 230 107 43;
  --color-base16-yellow: 228 181 28;
  --color-base16-green: 124 200 68;
  --color-base16-cyan: 82 203 176;
  --color-base16-blue: 51 181 225;
  --color-base16-purple: 163 99 213;
  --color-base16-pink: 215 60 154;
  --color-base16-100-lighter: 245 247 250;
  --color-base16-100-lightest: 245 247 250;
  --color-base16-red-bright: 239 82 83;
  --color-base16-orange-bright: 228 181 28;
  --color-base16-yellow-bright: 124 200 68;
  --color-base16-green-bright: 82 203 176;
  --color-base16-cyan-bright: 51 181 225;
  --color-base16-blue-bright: 163 99 213;
}
.base16-atelier-forest {
  --color-base16-100: 27 25 24;
  --color-base16-200: 44 36 33;
  --color-base16-300: 104 97 94;
  --color-base16-400: 118 110 107;
  --color-base16-500: 156 148 145;
  --color-base16-600: 168 161 159;
  --color-base16-700: 230 226 224;
  --color-base16-800: 241 239 238;
  --color-base16-red: 242 44 64;
  --color-base16-orange: 223 83 32;
  --color-base16-yellow: 195 132 24;
  --color-base16-green: 123 151 38;
  --color-base16-cyan: 61 151 184;
  --color-base16-blue: 64 126 231;
  --color-base16-purple: 102 102 234;
  --color-base16-pink: 195 63 243;
  --color-base16-100-lighter: 27 25 24;
  --color-base16-100-lightest: 27 25 24;
  --color-base16-red-bright: 242 44 64;
  --color-base16-orange-bright: 195 132 24;
  --color-base16-yellow-bright: 123 151 38;
  --color-base16-green-bright: 61 151 184;
  --color-base16-cyan-bright: 64 126 231;
  --color-base16-blue-bright: 102 102 234;
}
.base16-tokyo-city-terminal-dark {
  --color-base16-100: 23 29 35;
  --color-base16-200: 29 37 44;
  --color-base16-300: 40 50 58;
  --color-base16-400: 82 98 112;
  --color-base16-500: 183 197 211;
  --color-base16-600: 216 226 236;
  --color-base16-700: 246 246 248;
  --color-base16-800: 251 251 253;
  --color-base16-red: 217 84 104;
  --color-base16-orange: 255 158 100;
  --color-base16-yellow: 235 191 131;
  --color-base16-green: 139 212 156;
  --color-base16-cyan: 112 225 232;
  --color-base16-blue: 83 154 252;
  --color-base16-purple: 182 45 101;
  --color-base16-pink: 221 157 130;
  --color-base16-100-lighter: 23 29 35;
  --color-base16-100-lightest: 23 29 35;
  --color-base16-red-bright: 217 84 104;
  --color-base16-orange-bright: 235 191 131;
  --color-base16-yellow-bright: 139 212 156;
  --color-base16-green-bright: 112 225 232;
  --color-base16-cyan-bright: 83 154 252;
  --color-base16-blue-bright: 182 45 101;
}
.base16-ayu-mirage {
  --color-base16-100: 23 27 36;
  --color-base16-200: 31 36 48;
  --color-base16-300: 36 41 54;
  --color-base16-400: 112 122 140;
  --color-base16-500: 138 145 153;
  --color-base16-600: 204 202 194;
  --color-base16-700: 217 215 206;
  --color-base16-800: 243 244 245;
  --color-base16-red: 242 135 121;
  --color-base16-orange: 255 173 102;
  --color-base16-yellow: 255 209 115;
  --color-base16-green: 213 255 128;
  --color-base16-cyan: 149 230 203;
  --color-base16-blue: 92 207 230;
  --color-base16-purple: 212 191 255;
  --color-base16-pink: 242 158 116;
  --color-base16-100-lighter: 23 27 36;
  --color-base16-100-lightest: 23 27 36;
  --color-base16-red-bright: 242 135 121;
  --color-base16-orange-bright: 255 209 115;
  --color-base16-yellow-bright: 213 255 128;
  --color-base16-green-bright: 149 230 203;
  --color-base16-cyan-bright: 92 207 230;
  --color-base16-blue-bright: 212 191 255;
}
.base16-da-one-gray {
  --color-base16-100: 24 24 24;
  --color-base16-200: 40 40 40;
  --color-base16-300: 88 88 88;
  --color-base16-400: 136 136 136;
  --color-base16-500: 200 200 200;
  --color-base16-600: 255 255 255;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 120 131;
  --color-base16-orange: 255 195 135;
  --color-base16-yellow: 255 148 112;
  --color-base16-green: 152 195 121;
  --color-base16-cyan: 138 245 255;
  --color-base16-blue: 107 184 255;
  --color-base16-purple: 231 153 255;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 250 120 131;
  --color-base16-orange-bright: 255 148 112;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 138 245 255;
  --color-base16-cyan-bright: 107 184 255;
  --color-base16-blue-bright: 231 153 255;
}
.base16-pop {
  --color-base16-100: 0 0 0;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 235 0 138;
  --color-base16-orange: 242 147 51;
  --color-base16-yellow: 248 202 18;
  --color-base16-green: 55 179 73;
  --color-base16-cyan: 0 170 187;
  --color-base16-blue: 14 90 148;
  --color-base16-purple: 179 30 141;
  --color-base16-pink: 122 45 0;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 235 0 138;
  --color-base16-orange-bright: 248 202 18;
  --color-base16-yellow-bright: 55 179 73;
  --color-base16-green-bright: 0 170 187;
  --color-base16-cyan-bright: 14 90 148;
  --color-base16-blue-bright: 179 30 141;
}
.base16-selenized-dark {
  --color-base16-100: 16 60 72;
  --color-base16-200: 24 73 86;
  --color-base16-300: 45 91 105;
  --color-base16-400: 114 137 143;
  --color-base16-500: 114 137 143;
  --color-base16-600: 173 188 188;
  --color-base16-700: 202 216 217;
  --color-base16-800: 202 216 217;
  --color-base16-red: 250 87 80;
  --color-base16-orange: 237 134 73;
  --color-base16-yellow: 219 179 45;
  --color-base16-green: 117 185 56;
  --color-base16-cyan: 65 199 185;
  --color-base16-blue: 70 149 247;
  --color-base16-purple: 175 136 235;
  --color-base16-pink: 242 117 190;
  --color-base16-100-lighter: 16 60 72;
  --color-base16-100-lightest: 16 60 72;
  --color-base16-red-bright: 250 87 80;
  --color-base16-orange-bright: 219 179 45;
  --color-base16-yellow-bright: 117 185 56;
  --color-base16-green-bright: 65 199 185;
  --color-base16-cyan-bright: 70 149 247;
  --color-base16-blue-bright: 175 136 235;
}
.base16-tokyo-night-light {
  --color-base16-100: 213 214 219;
  --color-base16-200: 203 204 209;
  --color-base16-300: 223 224 229;
  --color-base16-400: 150 153 163;
  --color-base16-500: 76 80 94;
  --color-base16-600: 52 59 89;
  --color-base16-700: 26 27 38;
  --color-base16-800: 26 27 38;
  --color-base16-red: 52 59 88;
  --color-base16-orange: 150 80 39;
  --color-base16-yellow: 22 103 117;
  --color-base16-green: 72 94 48;
  --color-base16-cyan: 62 105 104;
  --color-base16-blue: 52 84 138;
  --color-base16-purple: 90 74 120;
  --color-base16-pink: 140 67 81;
  --color-base16-100-lighter: 213 214 219;
  --color-base16-100-lightest: 213 214 219;
  --color-base16-red-bright: 52 59 88;
  --color-base16-orange-bright: 22 103 117;
  --color-base16-yellow-bright: 72 94 48;
  --color-base16-green-bright: 62 105 104;
  --color-base16-cyan-bright: 52 84 138;
  --color-base16-blue-bright: 90 74 120;
}
.base16-papercolor-light {
  --color-base16-100: 238 238 238;
  --color-base16-200: 175 0 0;
  --color-base16-300: 0 135 0;
  --color-base16-400: 95 135 0;
  --color-base16-500: 0 135 175;
  --color-base16-600: 68 68 68;
  --color-base16-700: 0 95 135;
  --color-base16-800: 135 135 135;
  --color-base16-red: 188 188 188;
  --color-base16-orange: 215 0 0;
  --color-base16-yellow: 215 0 135;
  --color-base16-green: 135 0 175;
  --color-base16-cyan: 215 95 0;
  --color-base16-blue: 215 95 0;
  --color-base16-purple: 0 95 175;
  --color-base16-pink: 0 95 135;
  --color-base16-100-lighter: 238 238 238;
  --color-base16-100-lightest: 238 238 238;
  --color-base16-red-bright: 188 188 188;
  --color-base16-orange-bright: 215 0 135;
  --color-base16-yellow-bright: 135 0 175;
  --color-base16-green-bright: 215 95 0;
  --color-base16-cyan-bright: 215 95 0;
  --color-base16-blue-bright: 0 95 175;
}
.base16-tokyo-night-moon {
  --color-base16-100: 34 36 54;
  --color-base16-200: 30 32 48;
  --color-base16-300: 45 63 118;
  --color-base16-400: 99 109 166;
  --color-base16-500: 130 139 184;
  --color-base16-600: 59 66 97;
  --color-base16-700: 130 139 184;
  --color-base16-800: 200 211 245;
  --color-base16-red: 255 117 127;
  --color-base16-orange: 255 199 119;
  --color-base16-yellow: 255 199 119;
  --color-base16-green: 195 232 141;
  --color-base16-cyan: 134 225 252;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 252 167 234;
  --color-base16-pink: 197 59 83;
  --color-base16-100-lighter: 34 36 54;
  --color-base16-100-lightest: 34 36 54;
  --color-base16-red-bright: 255 117 127;
  --color-base16-orange-bright: 255 199 119;
  --color-base16-yellow-bright: 195 232 141;
  --color-base16-green-bright: 134 225 252;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 252 167 234;
}
.base16-humanoid-light {
  --color-base16-100: 248 248 242;
  --color-base16-200: 239 239 233;
  --color-base16-300: 222 222 216;
  --color-base16-400: 192 192 189;
  --color-base16-500: 96 97 93;
  --color-base16-600: 35 38 41;
  --color-base16-700: 47 51 55;
  --color-base16-800: 7 7 8;
  --color-base16-red: 176 21 26;
  --color-base16-orange: 255 61 0;
  --color-base16-yellow: 255 182 39;
  --color-base16-green: 56 142 60;
  --color-base16-cyan: 0 142 142;
  --color-base16-blue: 0 130 201;
  --color-base16-purple: 112 15 152;
  --color-base16-pink: 178 119 1;
  --color-base16-100-lighter: 248 248 242;
  --color-base16-100-lightest: 248 248 242;
  --color-base16-red-bright: 176 21 26;
  --color-base16-orange-bright: 255 182 39;
  --color-base16-yellow-bright: 56 142 60;
  --color-base16-green-bright: 0 142 142;
  --color-base16-cyan-bright: 0 130 201;
  --color-base16-blue-bright: 112 15 152;
}
.base16-terracotta {
  --color-base16-100: 239 234 232;
  --color-base16-200: 223 214 209;
  --color-base16-300: 208 193 187;
  --color-base16-400: 192 172 164;
  --color-base16-500: 89 69 61;
  --color-base16-600: 71 55 49;
  --color-base16-700: 53 42 37;
  --color-base16-800: 36 28 25;
  --color-base16-red: 167 80 69;
  --color-base16-orange: 189 105 66;
  --color-base16-yellow: 206 148 62;
  --color-base16-green: 122 137 74;
  --color-base16-cyan: 132 127 158;
  --color-base16-blue: 98 85 116;
  --color-base16-purple: 141 89 104;
  --color-base16-pink: 176 113 88;
  --color-base16-100-lighter: 239 234 232;
  --color-base16-100-lightest: 239 234 232;
  --color-base16-red-bright: 167 80 69;
  --color-base16-orange-bright: 206 148 62;
  --color-base16-yellow-bright: 122 137 74;
  --color-base16-green-bright: 132 127 158;
  --color-base16-cyan-bright: 98 85 116;
  --color-base16-blue-bright: 141 89 104;
}
.base16-darkviolet {
  --color-base16-100: 0 0 0;
  --color-base16-200: 35 26 64;
  --color-base16-300: 67 45 89;
  --color-base16-400: 89 51 128;
  --color-base16-500: 0 255 0;
  --color-base16-600: 176 138 230;
  --color-base16-700: 144 69 230;
  --color-base16-800: 163 102 255;
  --color-base16-red: 168 46 230;
  --color-base16-orange: 187 102 204;
  --color-base16-yellow: 242 157 242;
  --color-base16-green: 69 149 230;
  --color-base16-cyan: 64 223 255;
  --color-base16-blue: 65 54 217;
  --color-base16-purple: 126 92 230;
  --color-base16-pink: 168 134 191;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 168 46 230;
  --color-base16-orange-bright: 242 157 242;
  --color-base16-yellow-bright: 69 149 230;
  --color-base16-green-bright: 64 223 255;
  --color-base16-cyan-bright: 65 54 217;
  --color-base16-blue-bright: 126 92 230;
}
.base16-synth-midnight-light {
  --color-base16-100: 221 223 224;
  --color-base16-200: 207 209 210;
  --color-base16-300: 193 195 196;
  --color-base16-400: 163 165 166;
  --color-base16-500: 71 72 73;
  --color-base16-600: 40 41 42;
  --color-base16-700: 26 27 28;
  --color-base16-800: 5 6 8;
  --color-base16-red: 181 59 80;
  --color-base16-orange: 234 119 13;
  --color-base16-yellow: 201 211 100;
  --color-base16-green: 6 234 97;
  --color-base16-cyan: 66 255 249;
  --color-base16-blue: 3 174 255;
  --color-base16-purple: 234 92 226;
  --color-base16-pink: 205 99 32;
  --color-base16-100-lighter: 221 223 224;
  --color-base16-100-lightest: 221 223 224;
  --color-base16-red-bright: 181 59 80;
  --color-base16-orange-bright: 201 211 100;
  --color-base16-yellow-bright: 6 234 97;
  --color-base16-green-bright: 66 255 249;
  --color-base16-cyan-bright: 3 174 255;
  --color-base16-blue-bright: 234 92 226;
}
.base16-brewer {
  --color-base16-100: 12 13 14;
  --color-base16-200: 46 47 48;
  --color-base16-300: 81 82 83;
  --color-base16-400: 115 116 117;
  --color-base16-500: 149 150 151;
  --color-base16-600: 183 184 185;
  --color-base16-700: 218 219 220;
  --color-base16-800: 252 253 254;
  --color-base16-red: 227 26 28;
  --color-base16-orange: 230 85 13;
  --color-base16-yellow: 220 160 96;
  --color-base16-green: 49 163 84;
  --color-base16-cyan: 128 177 211;
  --color-base16-blue: 49 130 189;
  --color-base16-purple: 117 107 177;
  --color-base16-pink: 177 89 40;
  --color-base16-100-lighter: 12 13 14;
  --color-base16-100-lightest: 12 13 14;
  --color-base16-red-bright: 227 26 28;
  --color-base16-orange-bright: 220 160 96;
  --color-base16-yellow-bright: 49 163 84;
  --color-base16-green-bright: 128 177 211;
  --color-base16-cyan-bright: 49 130 189;
  --color-base16-blue-bright: 117 107 177;
}
.base16-aztec {
  --color-base16-100: 16 22 0;
  --color-base16-200: 26 30 1;
  --color-base16-300: 36 38 4;
  --color-base16-400: 46 46 5;
  --color-base16-500: 255 209 41;
  --color-base16-600: 255 218 81;
  --color-base16-700: 255 225 120;
  --color-base16-800: 255 235 160;
  --color-base16-red: 238 46 0;
  --color-base16-orange: 238 136 0;
  --color-base16-yellow: 238 187 0;
  --color-base16-green: 99 217 50;
  --color-base16-cyan: 61 148 165;
  --color-base16-blue: 91 74 159;
  --color-base16-purple: 136 62 159;
  --color-base16-pink: 169 40 185;
  --color-base16-100-lighter: 16 22 0;
  --color-base16-100-lightest: 16 22 0;
  --color-base16-red-bright: 238 46 0;
  --color-base16-orange-bright: 238 187 0;
  --color-base16-yellow-bright: 99 217 50;
  --color-base16-green-bright: 61 148 165;
  --color-base16-cyan-bright: 91 74 159;
  --color-base16-blue-bright: 136 62 159;
}
.base16-shadesmear-dark {
  --color-base16-100: 35 35 35;
  --color-base16-200: 28 28 28;
  --color-base16-300: 78 78 78;
  --color-base16-400: 192 192 192;
  --color-base16-500: 228 228 228;
  --color-base16-600: 219 219 219;
  --color-base16-700: 228 228 228;
  --color-base16-800: 28 28 28;
  --color-base16-red: 204 84 80;
  --color-base16-orange: 166 66 112;
  --color-base16-yellow: 48 120 120;
  --color-base16-green: 113 152 59;
  --color-base16-cyan: 197 125 66;
  --color-base16-blue: 55 99 136;
  --color-base16-purple: 215 171 84;
  --color-base16-pink: 109 109 109;
  --color-base16-100-lighter: 35 35 35;
  --color-base16-100-lightest: 35 35 35;
  --color-base16-red-bright: 204 84 80;
  --color-base16-orange-bright: 48 120 120;
  --color-base16-yellow-bright: 113 152 59;
  --color-base16-green-bright: 197 125 66;
  --color-base16-cyan-bright: 55 99 136;
  --color-base16-blue-bright: 215 171 84;
}
.base16-windows-nt-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 234 234 234;
  --color-base16-300: 213 213 213;
  --color-base16-400: 192 192 192;
  --color-base16-500: 160 160 160;
  --color-base16-600: 128 128 128;
  --color-base16-700: 64 64 64;
  --color-base16-800: 0 0 0;
  --color-base16-red: 128 0 0;
  --color-base16-orange: 255 255 0;
  --color-base16-yellow: 128 128 0;
  --color-base16-green: 0 128 0;
  --color-base16-cyan: 0 128 128;
  --color-base16-blue: 0 0 128;
  --color-base16-purple: 128 0 128;
  --color-base16-pink: 0 255 0;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 128 0 0;
  --color-base16-orange-bright: 128 128 0;
  --color-base16-yellow-bright: 0 128 0;
  --color-base16-green-bright: 0 128 128;
  --color-base16-cyan-bright: 0 0 128;
  --color-base16-blue-bright: 128 0 128;
}
.base16-equilibrium-light {
  --color-base16-100: 245 240 231;
  --color-base16-200: 231 226 217;
  --color-base16-300: 216 212 203;
  --color-base16-400: 115 119 127;
  --color-base16-500: 90 95 102;
  --color-base16-600: 67 71 78;
  --color-base16-700: 44 49 56;
  --color-base16-800: 24 28 34;
  --color-base16-red: 208 32 35;
  --color-base16-orange: 191 62 5;
  --color-base16-yellow: 157 111 0;
  --color-base16-green: 99 114 0;
  --color-base16-cyan: 0 122 114;
  --color-base16-blue: 0 115 181;
  --color-base16-purple: 78 102 182;
  --color-base16-pink: 196 39 117;
  --color-base16-100-lighter: 245 240 231;
  --color-base16-100-lightest: 245 240 231;
  --color-base16-red-bright: 208 32 35;
  --color-base16-orange-bright: 157 111 0;
  --color-base16-yellow-bright: 99 114 0;
  --color-base16-green-bright: 0 122 114;
  --color-base16-cyan-bright: 0 115 181;
  --color-base16-blue-bright: 78 102 182;
}
.base16-onedark-dark {
  --color-base16-100: 0 0 0;
  --color-base16-200: 28 31 36;
  --color-base16-300: 44 49 58;
  --color-base16-400: 67 72 82;
  --color-base16-500: 86 92 100;
  --color-base16-600: 171 178 191;
  --color-base16-700: 182 189 202;
  --color-base16-800: 200 204 212;
  --color-base16-red: 239 89 111;
  --color-base16-orange: 209 154 102;
  --color-base16-yellow: 229 192 123;
  --color-base16-green: 137 202 120;
  --color-base16-cyan: 43 186 197;
  --color-base16-blue: 97 175 239;
  --color-base16-purple: 213 95 222;
  --color-base16-pink: 190 80 70;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 239 89 111;
  --color-base16-orange-bright: 229 192 123;
  --color-base16-yellow-bright: 137 202 120;
  --color-base16-green-bright: 43 186 197;
  --color-base16-cyan-bright: 97 175 239;
  --color-base16-blue-bright: 213 95 222;
}
.base16-unikitty-dark {
  --color-base16-100: 46 42 49;
  --color-base16-200: 74 70 77;
  --color-base16-300: 102 99 105;
  --color-base16-400: 131 128 133;
  --color-base16-500: 159 157 162;
  --color-base16-600: 188 186 190;
  --color-base16-700: 216 215 218;
  --color-base16-800: 245 244 247;
  --color-base16-red: 216 19 127;
  --color-base16-orange: 214 84 7;
  --color-base16-yellow: 220 138 14;
  --color-base16-green: 23 173 152;
  --color-base16-cyan: 20 155 218;
  --color-base16-blue: 121 106 245;
  --color-base16-purple: 187 96 234;
  --color-base16-pink: 199 32 202;
  --color-base16-100-lighter: 46 42 49;
  --color-base16-100-lightest: 46 42 49;
  --color-base16-red-bright: 216 19 127;
  --color-base16-orange-bright: 220 138 14;
  --color-base16-yellow-bright: 23 173 152;
  --color-base16-green-bright: 20 155 218;
  --color-base16-cyan-bright: 121 106 245;
  --color-base16-blue-bright: 187 96 234;
}
.base16-harmonic16-light {
  --color-base16-100: 247 249 251;
  --color-base16-200: 229 235 241;
  --color-base16-300: 203 214 226;
  --color-base16-400: 170 188 206;
  --color-base16-500: 98 126 153;
  --color-base16-600: 64 92 121;
  --color-base16-700: 34 59 84;
  --color-base16-800: 11 28 44;
  --color-base16-red: 191 139 86;
  --color-base16-orange: 191 191 86;
  --color-base16-yellow: 139 191 86;
  --color-base16-green: 86 191 139;
  --color-base16-cyan: 86 139 191;
  --color-base16-blue: 139 86 191;
  --color-base16-purple: 191 86 139;
  --color-base16-pink: 191 86 86;
  --color-base16-100-lighter: 247 249 251;
  --color-base16-100-lightest: 247 249 251;
  --color-base16-red-bright: 191 139 86;
  --color-base16-orange-bright: 139 191 86;
  --color-base16-yellow-bright: 86 191 139;
  --color-base16-green-bright: 86 139 191;
  --color-base16-cyan-bright: 139 86 191;
  --color-base16-blue-bright: 191 86 139;
}
.base16-synth-midnight-dark {
  --color-base16-100: 5 6 8;
  --color-base16-200: 26 27 28;
  --color-base16-300: 40 41 42;
  --color-base16-400: 71 72 73;
  --color-base16-500: 163 165 166;
  --color-base16-600: 193 195 196;
  --color-base16-700: 207 209 210;
  --color-base16-800: 221 223 224;
  --color-base16-red: 181 59 80;
  --color-base16-orange: 234 119 13;
  --color-base16-yellow: 201 211 100;
  --color-base16-green: 6 234 97;
  --color-base16-cyan: 66 255 249;
  --color-base16-blue: 3 174 255;
  --color-base16-purple: 234 92 226;
  --color-base16-pink: 205 99 32;
  --color-base16-100-lighter: 5 6 8;
  --color-base16-100-lightest: 5 6 8;
  --color-base16-red-bright: 181 59 80;
  --color-base16-orange-bright: 201 211 100;
  --color-base16-yellow-bright: 6 234 97;
  --color-base16-green-bright: 66 255 249;
  --color-base16-cyan-bright: 3 174 255;
  --color-base16-blue-bright: 234 92 226;
}
.base16-pico {
  --color-base16-100: 0 0 0;
  --color-base16-200: 29 43 83;
  --color-base16-300: 126 37 83;
  --color-base16-400: 0 135 81;
  --color-base16-500: 171 82 54;
  --color-base16-600: 95 87 79;
  --color-base16-700: 194 195 199;
  --color-base16-800: 255 241 232;
  --color-base16-red: 255 0 77;
  --color-base16-orange: 255 163 0;
  --color-base16-yellow: 255 240 36;
  --color-base16-green: 0 231 86;
  --color-base16-cyan: 41 173 255;
  --color-base16-blue: 131 118 156;
  --color-base16-purple: 255 119 168;
  --color-base16-pink: 255 204 170;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 0 77;
  --color-base16-orange-bright: 255 240 36;
  --color-base16-yellow-bright: 0 231 86;
  --color-base16-green-bright: 41 173 255;
  --color-base16-cyan-bright: 131 118 156;
  --color-base16-blue-bright: 255 119 168;
}
.base16-windows-highcontrast {
  --color-base16-100: 0 0 0;
  --color-base16-200: 28 28 28;
  --color-base16-300: 56 56 56;
  --color-base16-400: 84 84 84;
  --color-base16-500: 162 162 162;
  --color-base16-600: 192 192 192;
  --color-base16-700: 222 222 222;
  --color-base16-800: 252 252 252;
  --color-base16-red: 252 84 84;
  --color-base16-orange: 128 128 0;
  --color-base16-yellow: 252 252 84;
  --color-base16-green: 84 252 84;
  --color-base16-cyan: 84 252 252;
  --color-base16-blue: 84 84 252;
  --color-base16-purple: 252 84 252;
  --color-base16-pink: 0 128 0;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 252 84 84;
  --color-base16-orange-bright: 252 252 84;
  --color-base16-yellow-bright: 84 252 84;
  --color-base16-green-bright: 84 252 252;
  --color-base16-cyan-bright: 84 84 252;
  --color-base16-blue-bright: 252 84 252;
}
.base16-windows-10 {
  --color-base16-100: 12 12 12;
  --color-base16-200: 47 47 47;
  --color-base16-300: 83 83 83;
  --color-base16-400: 118 118 118;
  --color-base16-500: 185 185 185;
  --color-base16-600: 204 204 204;
  --color-base16-700: 223 223 223;
  --color-base16-800: 242 242 242;
  --color-base16-red: 231 72 86;
  --color-base16-orange: 193 156 0;
  --color-base16-yellow: 249 241 165;
  --color-base16-green: 22 198 12;
  --color-base16-cyan: 97 214 214;
  --color-base16-blue: 59 120 255;
  --color-base16-purple: 180 0 158;
  --color-base16-pink: 19 161 14;
  --color-base16-100-lighter: 12 12 12;
  --color-base16-100-lightest: 12 12 12;
  --color-base16-red-bright: 231 72 86;
  --color-base16-orange-bright: 249 241 165;
  --color-base16-yellow-bright: 22 198 12;
  --color-base16-green-bright: 97 214 214;
  --color-base16-cyan-bright: 59 120 255;
  --color-base16-blue-bright: 180 0 158;
}
.base16-selenized-white {
  --color-base16-100: 255 255 255;
  --color-base16-200: 235 235 235;
  --color-base16-300: 205 205 205;
  --color-base16-400: 135 135 135;
  --color-base16-500: 135 135 135;
  --color-base16-600: 71 71 71;
  --color-base16-700: 40 40 40;
  --color-base16-800: 40 40 40;
  --color-base16-red: 191 0 0;
  --color-base16-orange: 186 55 0;
  --color-base16-yellow: 175 133 0;
  --color-base16-green: 0 132 0;
  --color-base16-cyan: 0 154 138;
  --color-base16-blue: 0 84 207;
  --color-base16-purple: 107 64 195;
  --color-base16-pink: 221 15 157;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 191 0 0;
  --color-base16-orange-bright: 175 133 0;
  --color-base16-yellow-bright: 0 132 0;
  --color-base16-green-bright: 0 154 138;
  --color-base16-cyan-bright: 0 84 207;
  --color-base16-blue-bright: 107 64 195;
}
.base16-classic-dark {
  --color-base16-100: 21 21 21;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 245 245 245;
  --color-base16-red: 172 65 66;
  --color-base16-orange: 210 132 69;
  --color-base16-yellow: 244 191 117;
  --color-base16-green: 144 169 89;
  --color-base16-cyan: 117 181 170;
  --color-base16-blue: 106 159 181;
  --color-base16-purple: 170 117 159;
  --color-base16-pink: 143 85 54;
  --color-base16-100-lighter: 21 21 21;
  --color-base16-100-lightest: 21 21 21;
  --color-base16-red-bright: 172 65 66;
  --color-base16-orange-bright: 244 191 117;
  --color-base16-yellow-bright: 144 169 89;
  --color-base16-green-bright: 117 181 170;
  --color-base16-cyan-bright: 106 159 181;
  --color-base16-blue-bright: 170 117 159;
}
.base16-jabuti {
  --color-base16-100: 41 42 55;
  --color-base16-200: 52 53 69;
  --color-base16-300: 60 62 81;
  --color-base16-400: 69 71 93;
  --color-base16-500: 80 82 107;
  --color-base16-600: 192 203 227;
  --color-base16-700: 217 224 238;
  --color-base16-800: 255 255 255;
  --color-base16-red: 236 106 136;
  --color-base16-orange: 239 185 147;
  --color-base16-yellow: 225 198 151;
  --color-base16-green: 63 218 164;
  --color-base16-cyan: 255 126 182;
  --color-base16-blue: 63 198 222;
  --color-base16-purple: 190 149 255;
  --color-base16-pink: 139 141 169;
  --color-base16-100-lighter: 41 42 55;
  --color-base16-100-lightest: 41 42 55;
  --color-base16-red-bright: 236 106 136;
  --color-base16-orange-bright: 225 198 151;
  --color-base16-yellow-bright: 63 218 164;
  --color-base16-green-bright: 255 126 182;
  --color-base16-cyan-bright: 63 198 222;
  --color-base16-blue-bright: 190 149 255;
}
.base16-woodland {
  --color-base16-100: 35 30 24;
  --color-base16-200: 48 43 37;
  --color-base16-300: 72 65 58;
  --color-base16-400: 157 139 112;
  --color-base16-500: 180 164 144;
  --color-base16-600: 202 188 177;
  --color-base16-700: 215 200 188;
  --color-base16-800: 228 212 200;
  --color-base16-red: 211 92 92;
  --color-base16-orange: 202 127 50;
  --color-base16-yellow: 224 172 22;
  --color-base16-green: 183 186 83;
  --color-base16-cyan: 110 185 88;
  --color-base16-blue: 136 164 211;
  --color-base16-purple: 187 144 226;
  --color-base16-pink: 180 147 104;
  --color-base16-100-lighter: 35 30 24;
  --color-base16-100-lightest: 35 30 24;
  --color-base16-red-bright: 211 92 92;
  --color-base16-orange-bright: 224 172 22;
  --color-base16-yellow-bright: 183 186 83;
  --color-base16-green-bright: 110 185 88;
  --color-base16-cyan-bright: 136 164 211;
  --color-base16-blue-bright: 187 144 226;
}
.base16-gotham {
  --color-base16-100: 12 16 20;
  --color-base16-200: 17 21 28;
  --color-base16-300: 9 31 46;
  --color-base16-400: 10 55 73;
  --color-base16-500: 36 83 97;
  --color-base16-600: 89 156 171;
  --color-base16-700: 153 209 206;
  --color-base16-800: 211 235 233;
  --color-base16-red: 194 49 39;
  --color-base16-orange: 210 105 55;
  --color-base16-yellow: 237 180 67;
  --color-base16-green: 51 133 158;
  --color-base16-cyan: 42 168 137;
  --color-base16-blue: 25 84 102;
  --color-base16-purple: 136 140 166;
  --color-base16-pink: 78 81 102;
  --color-base16-100-lighter: 12 16 20;
  --color-base16-100-lightest: 12 16 20;
  --color-base16-red-bright: 194 49 39;
  --color-base16-orange-bright: 237 180 67;
  --color-base16-yellow-bright: 51 133 158;
  --color-base16-green-bright: 42 168 137;
  --color-base16-cyan-bright: 25 84 102;
  --color-base16-blue-bright: 136 140 166;
}
.base16-brushtrees-dark {
  --color-base16-100: 72 88 103;
  --color-base16-200: 90 109 122;
  --color-base16-300: 109 130 142;
  --color-base16-400: 130 153 161;
  --color-base16-500: 152 175 181;
  --color-base16-600: 176 197 200;
  --color-base16-700: 201 219 220;
  --color-base16-800: 227 239 239;
  --color-base16-red: 179 134 134;
  --color-base16-orange: 216 187 162;
  --color-base16-yellow: 170 179 134;
  --color-base16-green: 135 179 134;
  --color-base16-cyan: 134 179 179;
  --color-base16-blue: 134 140 179;
  --color-base16-purple: 179 134 178;
  --color-base16-pink: 179 159 159;
  --color-base16-100-lighter: 72 88 103;
  --color-base16-100-lightest: 72 88 103;
  --color-base16-red-bright: 179 134 134;
  --color-base16-orange-bright: 170 179 134;
  --color-base16-yellow-bright: 135 179 134;
  --color-base16-green-bright: 134 179 179;
  --color-base16-cyan-bright: 134 140 179;
  --color-base16-blue-bright: 179 134 178;
}
.base16-black-metal-dark-funeral {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 95 129 165;
  --color-base16-green: 208 223 238;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 95 129 165;
  --color-base16-yellow-bright: 208 223 238;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-porple {
  --color-base16-100: 41 44 54;
  --color-base16-200: 51 51 68;
  --color-base16-300: 71 65 96;
  --color-base16-400: 101 86 138;
  --color-base16-500: 184 184 184;
  --color-base16-600: 216 216 216;
  --color-base16-700: 232 232 232;
  --color-base16-800: 248 248 248;
  --color-base16-red: 248 69 71;
  --color-base16-orange: 210 142 93;
  --color-base16-yellow: 239 161 107;
  --color-base16-green: 149 199 111;
  --color-base16-cyan: 100 135 143;
  --color-base16-blue: 132 133 206;
  --color-base16-purple: 183 73 137;
  --color-base16-pink: 152 104 65;
  --color-base16-100-lighter: 41 44 54;
  --color-base16-100-lightest: 41 44 54;
  --color-base16-red-bright: 248 69 71;
  --color-base16-orange-bright: 239 161 107;
  --color-base16-yellow-bright: 149 199 111;
  --color-base16-green-bright: 100 135 143;
  --color-base16-cyan-bright: 132 133 206;
  --color-base16-blue-bright: 183 73 137;
}
.base16-atelier-savanna {
  --color-base16-100: 23 28 25;
  --color-base16-200: 35 42 37;
  --color-base16-300: 82 96 87;
  --color-base16-400: 95 109 100;
  --color-base16-500: 120 135 125;
  --color-base16-600: 135 146 138;
  --color-base16-700: 223 231 226;
  --color-base16-800: 236 244 238;
  --color-base16-red: 177 97 57;
  --color-base16-orange: 159 113 60;
  --color-base16-yellow: 160 126 59;
  --color-base16-green: 72 153 99;
  --color-base16-cyan: 28 154 160;
  --color-base16-blue: 71 140 144;
  --color-base16-purple: 85 133 155;
  --color-base16-pink: 134 116 105;
  --color-base16-100-lighter: 23 28 25;
  --color-base16-100-lightest: 23 28 25;
  --color-base16-red-bright: 177 97 57;
  --color-base16-orange-bright: 160 126 59;
  --color-base16-yellow-bright: 72 153 99;
  --color-base16-green-bright: 28 154 160;
  --color-base16-cyan-bright: 71 140 144;
  --color-base16-blue-bright: 85 133 155;
}
.base16-embers-light {
  --color-base16-100: 209 214 219;
  --color-base16-200: 174 182 190;
  --color-base16-300: 144 154 163;
  --color-base16-400: 117 128 138;
  --color-base16-500: 71 80 90;
  --color-base16-600: 50 59 67;
  --color-base16-700: 32 38 44;
  --color-base16-800: 15 19 22;
  --color-base16-red: 87 109 130;
  --color-base16-orange: 87 130 130;
  --color-base16-yellow: 87 130 109;
  --color-base16-green: 109 130 87;
  --color-base16-cyan: 130 109 87;
  --color-base16-blue: 130 87 109;
  --color-base16-purple: 109 87 130;
  --color-base16-pink: 87 87 130;
  --color-base16-100-lighter: 209 214 219;
  --color-base16-100-lightest: 209 214 219;
  --color-base16-red-bright: 87 109 130;
  --color-base16-orange-bright: 87 130 109;
  --color-base16-yellow-bright: 109 130 87;
  --color-base16-green-bright: 130 109 87;
  --color-base16-cyan-bright: 130 87 109;
  --color-base16-blue-bright: 109 87 130;
}
.base16-harmonic16-dark {
  --color-base16-100: 11 28 44;
  --color-base16-200: 34 59 84;
  --color-base16-300: 64 92 121;
  --color-base16-400: 98 126 153;
  --color-base16-500: 170 188 206;
  --color-base16-600: 203 214 226;
  --color-base16-700: 229 235 241;
  --color-base16-800: 247 249 251;
  --color-base16-red: 191 139 86;
  --color-base16-orange: 191 191 86;
  --color-base16-yellow: 139 191 86;
  --color-base16-green: 86 191 139;
  --color-base16-cyan: 86 139 191;
  --color-base16-blue: 139 86 191;
  --color-base16-purple: 191 86 139;
  --color-base16-pink: 191 86 86;
  --color-base16-100-lighter: 11 28 44;
  --color-base16-100-lightest: 11 28 44;
  --color-base16-red-bright: 191 139 86;
  --color-base16-orange-bright: 139 191 86;
  --color-base16-yellow-bright: 86 191 139;
  --color-base16-green-bright: 86 139 191;
  --color-base16-cyan-bright: 139 86 191;
  --color-base16-blue-bright: 191 86 139;
}
.base16-measured-dark {
  --color-base16-100: 0 33 31;
  --color-base16-200: 0 58 56;
  --color-base16-300: 0 84 83;
  --color-base16-400: 171 171 171;
  --color-base16-500: 195 195 195;
  --color-base16-600: 220 220 220;
  --color-base16-700: 239 239 239;
  --color-base16-800: 245 245 245;
  --color-base16-red: 206 126 142;
  --color-base16-orange: 220 163 124;
  --color-base16-yellow: 191 172 78;
  --color-base16-green: 86 193 111;
  --color-base16-cyan: 98 192 190;
  --color-base16-blue: 136 176 218;
  --color-base16-purple: 179 155 224;
  --color-base16-pink: 216 154 186;
  --color-base16-100-lighter: 0 33 31;
  --color-base16-100-lightest: 0 33 31;
  --color-base16-red-bright: 206 126 142;
  --color-base16-orange-bright: 191 172 78;
  --color-base16-yellow-bright: 86 193 111;
  --color-base16-green-bright: 98 192 190;
  --color-base16-cyan-bright: 136 176 218;
  --color-base16-blue-bright: 179 155 224;
}
.base16-catppuccin-latte {
  --color-base16-100: 239 241 245;
  --color-base16-200: 230 233 239;
  --color-base16-300: 204 208 218;
  --color-base16-400: 188 192 204;
  --color-base16-500: 172 176 190;
  --color-base16-600: 76 79 105;
  --color-base16-700: 220 138 120;
  --color-base16-800: 114 135 253;
  --color-base16-red: 210 15 57;
  --color-base16-orange: 254 100 11;
  --color-base16-yellow: 223 142 29;
  --color-base16-green: 64 160 43;
  --color-base16-cyan: 23 146 153;
  --color-base16-blue: 30 102 245;
  --color-base16-purple: 136 57 239;
  --color-base16-pink: 221 120 120;
  --color-base16-100-lighter: 239 241 245;
  --color-base16-100-lightest: 239 241 245;
  --color-base16-red-bright: 210 15 57;
  --color-base16-orange-bright: 223 142 29;
  --color-base16-yellow-bright: 64 160 43;
  --color-base16-green-bright: 23 146 153;
  --color-base16-cyan-bright: 30 102 245;
  --color-base16-blue-bright: 136 57 239;
}
.base16-selenized-light {
  --color-base16-100: 251 243 219;
  --color-base16-200: 236 227 204;
  --color-base16-300: 213 205 182;
  --color-base16-400: 144 153 149;
  --color-base16-500: 144 153 149;
  --color-base16-600: 83 103 109;
  --color-base16-700: 58 77 83;
  --color-base16-800: 58 77 83;
  --color-base16-red: 204 23 41;
  --color-base16-orange: 188 88 25;
  --color-base16-yellow: 167 131 0;
  --color-base16-green: 66 139 0;
  --color-base16-cyan: 0 151 138;
  --color-base16-blue: 0 109 206;
  --color-base16-purple: 130 93 192;
  --color-base16-pink: 196 67 146;
  --color-base16-100-lighter: 251 243 219;
  --color-base16-100-lightest: 251 243 219;
  --color-base16-red-bright: 204 23 41;
  --color-base16-orange-bright: 167 131 0;
  --color-base16-yellow-bright: 66 139 0;
  --color-base16-green-bright: 0 151 138;
  --color-base16-cyan-bright: 0 109 206;
  --color-base16-blue-bright: 130 93 192;
}
.base16-atlas {
  --color-base16-100: 0 38 53;
  --color-base16-200: 0 56 77;
  --color-base16-300: 81 127 141;
  --color-base16-400: 108 139 145;
  --color-base16-500: 134 150 150;
  --color-base16-600: 161 161 154;
  --color-base16-700: 230 230 220;
  --color-base16-800: 250 250 248;
  --color-base16-red: 255 90 103;
  --color-base16-orange: 240 142 72;
  --color-base16-yellow: 255 204 27;
  --color-base16-green: 127 192 110;
  --color-base16-cyan: 93 215 185;
  --color-base16-blue: 20 116 126;
  --color-base16-purple: 154 112 164;
  --color-base16-pink: 196 48 96;
  --color-base16-100-lighter: 0 38 53;
  --color-base16-100-lightest: 0 38 53;
  --color-base16-red-bright: 255 90 103;
  --color-base16-orange-bright: 255 204 27;
  --color-base16-yellow-bright: 127 192 110;
  --color-base16-green-bright: 93 215 185;
  --color-base16-cyan-bright: 20 116 126;
  --color-base16-blue-bright: 154 112 164;
}
.base16-darkmoss {
  --color-base16-100: 23 30 31;
  --color-base16-200: 37 44 45;
  --color-base16-300: 55 60 61;
  --color-base16-400: 85 94 95;
  --color-base16-500: 129 143 128;
  --color-base16-600: 199 199 165;
  --color-base16-700: 227 227 200;
  --color-base16-800: 225 234 239;
  --color-base16-red: 255 70 88;
  --color-base16-orange: 230 219 116;
  --color-base16-yellow: 253 177 31;
  --color-base16-green: 73 145 128;
  --color-base16-cyan: 102 217 239;
  --color-base16-blue: 73 128 145;
  --color-base16-purple: 155 192 200;
  --color-base16-pink: 210 123 83;
  --color-base16-100-lighter: 23 30 31;
  --color-base16-100-lightest: 23 30 31;
  --color-base16-red-bright: 255 70 88;
  --color-base16-orange-bright: 253 177 31;
  --color-base16-yellow-bright: 73 145 128;
  --color-base16-green-bright: 102 217 239;
  --color-base16-cyan-bright: 73 128 145;
  --color-base16-blue-bright: 155 192 200;
}
.base16-gruvbox-material-light-soft {
  --color-base16-100: 242 229 188;
  --color-base16-200: 235 219 178;
  --color-base16-300: 201 185 154;
  --color-base16-400: 168 153 132;
  --color-base16-500: 102 92 84;
  --color-base16-600: 101 71 53;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 193 74 74;
  --color-base16-orange: 195 94 10;
  --color-base16-yellow: 180 113 9;
  --color-base16-green: 108 120 46;
  --color-base16-cyan: 76 122 93;
  --color-base16-blue: 69 112 122;
  --color-base16-purple: 148 94 128;
  --color-base16-pink: 231 138 78;
  --color-base16-100-lighter: 242 229 188;
  --color-base16-100-lightest: 242 229 188;
  --color-base16-red-bright: 193 74 74;
  --color-base16-orange-bright: 180 113 9;
  --color-base16-yellow-bright: 108 120 46;
  --color-base16-green-bright: 76 122 93;
  --color-base16-cyan-bright: 69 112 122;
  --color-base16-blue-bright: 148 94 128;
}
.base16-atelier-lakeside-light {
  --color-base16-100: 235 248 255;
  --color-base16-200: 193 228 246;
  --color-base16-300: 126 162 180;
  --color-base16-400: 113 149 168;
  --color-base16-500: 90 123 140;
  --color-base16-600: 81 109 123;
  --color-base16-700: 31 41 46;
  --color-base16-800: 22 27 29;
  --color-base16-red: 210 45 114;
  --color-base16-orange: 147 92 37;
  --color-base16-yellow: 138 138 15;
  --color-base16-green: 86 140 59;
  --color-base16-cyan: 45 143 111;
  --color-base16-blue: 37 127 173;
  --color-base16-purple: 107 107 184;
  --color-base16-pink: 183 45 210;
  --color-base16-100-lighter: 235 248 255;
  --color-base16-100-lightest: 235 248 255;
  --color-base16-red-bright: 210 45 114;
  --color-base16-orange-bright: 138 138 15;
  --color-base16-yellow-bright: 86 140 59;
  --color-base16-green-bright: 45 143 111;
  --color-base16-cyan-bright: 37 127 173;
  --color-base16-blue-bright: 107 107 184;
}
.base16-colors {
  --color-base16-100: 17 17 17;
  --color-base16-200: 51 51 51;
  --color-base16-300: 85 85 85;
  --color-base16-400: 119 119 119;
  --color-base16-500: 153 153 153;
  --color-base16-600: 187 187 187;
  --color-base16-700: 221 221 221;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 65 54;
  --color-base16-orange: 255 133 27;
  --color-base16-yellow: 255 220 0;
  --color-base16-green: 46 204 64;
  --color-base16-cyan: 127 219 255;
  --color-base16-blue: 0 116 217;
  --color-base16-purple: 177 13 201;
  --color-base16-pink: 133 20 75;
  --color-base16-100-lighter: 17 17 17;
  --color-base16-100-lightest: 17 17 17;
  --color-base16-red-bright: 255 65 54;
  --color-base16-orange-bright: 255 220 0;
  --color-base16-yellow-bright: 46 204 64;
  --color-base16-green-bright: 127 219 255;
  --color-base16-cyan-bright: 0 116 217;
  --color-base16-blue-bright: 177 13 201;
}
.base16-nova {
  --color-base16-100: 60 76 85;
  --color-base16-200: 85 104 115;
  --color-base16-300: 106 125 137;
  --color-base16-400: 137 155 166;
  --color-base16-500: 137 155 166;
  --color-base16-600: 197 212 221;
  --color-base16-700: 137 155 166;
  --color-base16-800: 85 104 115;
  --color-base16-red: 131 175 229;
  --color-base16-orange: 127 193 202;
  --color-base16-yellow: 168 206 147;
  --color-base16-green: 127 193 202;
  --color-base16-cyan: 242 195 143;
  --color-base16-blue: 131 175 229;
  --color-base16-purple: 154 147 225;
  --color-base16-pink: 242 195 143;
  --color-base16-100-lighter: 60 76 85;
  --color-base16-100-lightest: 60 76 85;
  --color-base16-red-bright: 131 175 229;
  --color-base16-orange-bright: 168 206 147;
  --color-base16-yellow-bright: 127 193 202;
  --color-base16-green-bright: 242 195 143;
  --color-base16-cyan-bright: 131 175 229;
  --color-base16-blue-bright: 154 147 225;
}
.base16-twilight {
  --color-base16-100: 30 30 30;
  --color-base16-200: 50 53 55;
  --color-base16-300: 70 75 80;
  --color-base16-400: 95 90 96;
  --color-base16-500: 131 129 132;
  --color-base16-600: 167 167 167;
  --color-base16-700: 195 195 195;
  --color-base16-800: 255 255 255;
  --color-base16-red: 207 106 76;
  --color-base16-orange: 205 168 105;
  --color-base16-yellow: 249 238 152;
  --color-base16-green: 143 157 106;
  --color-base16-cyan: 175 196 219;
  --color-base16-blue: 117 135 166;
  --color-base16-purple: 155 133 157;
  --color-base16-pink: 155 112 63;
  --color-base16-100-lighter: 30 30 30;
  --color-base16-100-lightest: 30 30 30;
  --color-base16-red-bright: 207 106 76;
  --color-base16-orange-bright: 249 238 152;
  --color-base16-yellow-bright: 143 157 106;
  --color-base16-green-bright: 175 196 219;
  --color-base16-cyan-bright: 117 135 166;
  --color-base16-blue-bright: 155 133 157;
}
.base16-eva {
  --color-base16-100: 42 59 77;
  --color-base16-200: 61 86 111;
  --color-base16-300: 75 105 136;
  --color-base16-400: 85 121 156;
  --color-base16-500: 126 144 163;
  --color-base16-600: 159 162 166;
  --color-base16-700: 214 215 217;
  --color-base16-800: 255 255 255;
  --color-base16-red: 196 103 108;
  --color-base16-orange: 255 153 102;
  --color-base16-yellow: 255 255 102;
  --color-base16-green: 102 255 102;
  --color-base16-cyan: 75 143 119;
  --color-base16-blue: 21 244 238;
  --color-base16-purple: 156 108 211;
  --color-base16-pink: 187 100 169;
  --color-base16-100-lighter: 42 59 77;
  --color-base16-100-lightest: 42 59 77;
  --color-base16-red-bright: 196 103 108;
  --color-base16-orange-bright: 255 255 102;
  --color-base16-yellow-bright: 102 255 102;
  --color-base16-green-bright: 75 143 119;
  --color-base16-cyan-bright: 21 244 238;
  --color-base16-blue-bright: 156 108 211;
}
.base16-solarflare {
  --color-base16-100: 24 38 47;
  --color-base16-200: 34 46 56;
  --color-base16-300: 88 104 117;
  --color-base16-400: 102 117 129;
  --color-base16-500: 133 147 158;
  --color-base16-600: 166 175 184;
  --color-base16-700: 232 233 237;
  --color-base16-800: 245 247 250;
  --color-base16-red: 239 82 83;
  --color-base16-orange: 230 107 43;
  --color-base16-yellow: 228 181 28;
  --color-base16-green: 124 200 68;
  --color-base16-cyan: 82 203 176;
  --color-base16-blue: 51 181 225;
  --color-base16-purple: 163 99 213;
  --color-base16-pink: 215 60 154;
  --color-base16-100-lighter: 24 38 47;
  --color-base16-100-lightest: 24 38 47;
  --color-base16-red-bright: 239 82 83;
  --color-base16-orange-bright: 228 181 28;
  --color-base16-yellow-bright: 124 200 68;
  --color-base16-green-bright: 82 203 176;
  --color-base16-cyan-bright: 51 181 225;
  --color-base16-blue-bright: 163 99 213;
}
.base16-standardized-dark {
  --color-base16-100: 34 34 34;
  --color-base16-200: 48 48 48;
  --color-base16-300: 85 85 85;
  --color-base16-400: 137 137 137;
  --color-base16-500: 137 137 137;
  --color-base16-600: 192 192 192;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 225 93 103;
  --color-base16-orange: 252 128 78;
  --color-base16-yellow: 225 179 26;
  --color-base16-green: 93 177 41;
  --color-base16-cyan: 33 201 146;
  --color-base16-blue: 0 163 242;
  --color-base16-purple: 180 110 224;
  --color-base16-pink: 184 125 40;
  --color-base16-100-lighter: 34 34 34;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 225 93 103;
  --color-base16-orange-bright: 225 179 26;
  --color-base16-yellow-bright: 93 177 41;
  --color-base16-green-bright: 33 201 146;
  --color-base16-cyan-bright: 0 163 242;
  --color-base16-blue-bright: 180 110 224;
}
.base16-shades-of-purple {
  --color-base16-100: 30 30 63;
  --color-base16-200: 67 212 38;
  --color-base16-300: 241 208 0;
  --color-base16-400: 128 128 128;
  --color-base16-500: 104 113 255;
  --color-base16-600: 199 199 199;
  --color-base16-700: 255 119 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 217 4 41;
  --color-base16-orange: 249 42 28;
  --color-base16-yellow: 255 231 0;
  --color-base16-green: 58 217 0;
  --color-base16-cyan: 0 197 199;
  --color-base16-blue: 105 67 255;
  --color-base16-purple: 255 44 112;
  --color-base16-pink: 121 232 251;
  --color-base16-100-lighter: 30 30 63;
  --color-base16-100-lightest: 30 30 63;
  --color-base16-red-bright: 217 4 41;
  --color-base16-orange-bright: 255 231 0;
  --color-base16-yellow-bright: 58 217 0;
  --color-base16-green-bright: 0 197 199;
  --color-base16-cyan-bright: 105 67 255;
  --color-base16-blue-bright: 255 44 112;
}
.base16-precious-dark-eleven {
  --color-base16-100: 28 30 32;
  --color-base16-200: 41 43 45;
  --color-base16-300: 55 57 58;
  --color-base16-400: 133 133 133;
  --color-base16-500: 168 168 167;
  --color-base16-600: 184 183 182;
  --color-base16-700: 184 183 182;
  --color-base16-800: 184 183 182;
  --color-base16-red: 255 135 130;
  --color-base16-orange: 234 151 85;
  --color-base16-yellow: 208 165 67;
  --color-base16-green: 149 182 88;
  --color-base16-cyan: 66 189 167;
  --color-base16-blue: 104 176 238;
  --color-base16-purple: 183 153 254;
  --color-base16-pink: 243 130 216;
  --color-base16-100-lighter: 28 30 32;
  --color-base16-100-lightest: 28 30 32;
  --color-base16-red-bright: 255 135 130;
  --color-base16-orange-bright: 208 165 67;
  --color-base16-yellow-bright: 149 182 88;
  --color-base16-green-bright: 66 189 167;
  --color-base16-cyan-bright: 104 176 238;
  --color-base16-blue-bright: 183 153 254;
}
.base16-edge-dark {
  --color-base16-100: 38 39 41;
  --color-base16-200: 136 144 159;
  --color-base16-300: 183 190 201;
  --color-base16-400: 62 66 73;
  --color-base16-500: 115 179 231;
  --color-base16-600: 183 190 201;
  --color-base16-700: 211 144 231;
  --color-base16-800: 62 66 73;
  --color-base16-red: 231 113 113;
  --color-base16-orange: 231 113 113;
  --color-base16-yellow: 219 183 116;
  --color-base16-green: 161 191 120;
  --color-base16-cyan: 94 186 165;
  --color-base16-blue: 115 179 231;
  --color-base16-purple: 211 144 231;
  --color-base16-pink: 94 186 165;
  --color-base16-100-lighter: 38 39 41;
  --color-base16-100-lightest: 38 39 41;
  --color-base16-red-bright: 231 113 113;
  --color-base16-orange-bright: 219 183 116;
  --color-base16-yellow-bright: 161 191 120;
  --color-base16-green-bright: 94 186 165;
  --color-base16-cyan-bright: 115 179 231;
  --color-base16-blue-bright: 211 144 231;
}
.base16-pasque {
  --color-base16-100: 39 28 58;
  --color-base16-200: 16 3 35;
  --color-base16-300: 62 45 92;
  --color-base16-400: 93 87 102;
  --color-base16-500: 190 188 191;
  --color-base16-600: 222 220 223;
  --color-base16-700: 237 234 239;
  --color-base16-800: 187 170 221;
  --color-base16-red: 169 34 88;
  --color-base16-orange: 145 136 137;
  --color-base16-yellow: 128 78 173;
  --color-base16-green: 198 145 75;
  --color-base16-cyan: 114 99 170;
  --color-base16-blue: 142 125 198;
  --color-base16-purple: 149 59 157;
  --color-base16-pink: 89 50 92;
  --color-base16-100-lighter: 39 28 58;
  --color-base16-100-lightest: 39 28 58;
  --color-base16-red-bright: 169 34 88;
  --color-base16-orange-bright: 128 78 173;
  --color-base16-yellow-bright: 198 145 75;
  --color-base16-green-bright: 114 99 170;
  --color-base16-cyan-bright: 142 125 198;
  --color-base16-blue-bright: 149 59 157;
}
.base16-da-one-ocean {
  --color-base16-100: 23 23 38;
  --color-base16-200: 34 39 61;
  --color-base16-300: 82 88 102;
  --color-base16-400: 135 141 150;
  --color-base16-500: 200 200 200;
  --color-base16-600: 255 255 255;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 120 131;
  --color-base16-orange: 255 195 135;
  --color-base16-yellow: 255 148 112;
  --color-base16-green: 152 195 121;
  --color-base16-cyan: 138 245 255;
  --color-base16-blue: 107 184 255;
  --color-base16-purple: 231 153 255;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 23 23 38;
  --color-base16-100-lightest: 23 23 38;
  --color-base16-red-bright: 250 120 131;
  --color-base16-orange-bright: 255 148 112;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 138 245 255;
  --color-base16-cyan-bright: 107 184 255;
  --color-base16-blue-bright: 231 153 255;
}
.base16-flat {
  --color-base16-100: 44 62 80;
  --color-base16-200: 52 73 94;
  --color-base16-300: 127 140 141;
  --color-base16-400: 149 165 166;
  --color-base16-500: 189 195 199;
  --color-base16-600: 224 224 224;
  --color-base16-700: 245 245 245;
  --color-base16-800: 236 240 241;
  --color-base16-red: 231 76 60;
  --color-base16-orange: 230 126 34;
  --color-base16-yellow: 241 196 15;
  --color-base16-green: 46 204 113;
  --color-base16-cyan: 26 188 156;
  --color-base16-blue: 52 152 219;
  --color-base16-purple: 155 89 182;
  --color-base16-pink: 190 100 60;
  --color-base16-100-lighter: 44 62 80;
  --color-base16-100-lightest: 44 62 80;
  --color-base16-red-bright: 231 76 60;
  --color-base16-orange-bright: 241 196 15;
  --color-base16-yellow-bright: 46 204 113;
  --color-base16-green-bright: 26 188 156;
  --color-base16-cyan-bright: 52 152 219;
  --color-base16-blue-bright: 155 89 182;
}
.base16-unikitty-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 225 225 226;
  --color-base16-300: 196 195 197;
  --color-base16-400: 167 165 168;
  --color-base16-500: 137 135 139;
  --color-base16-600: 108 105 110;
  --color-base16-700: 79 75 81;
  --color-base16-800: 50 45 52;
  --color-base16-red: 216 19 127;
  --color-base16-orange: 214 84 7;
  --color-base16-yellow: 220 138 14;
  --color-base16-green: 23 173 152;
  --color-base16-cyan: 20 155 218;
  --color-base16-blue: 119 93 255;
  --color-base16-purple: 170 23 230;
  --color-base16-pink: 224 19 208;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 216 19 127;
  --color-base16-orange-bright: 220 138 14;
  --color-base16-yellow-bright: 23 173 152;
  --color-base16-green-bright: 20 155 218;
  --color-base16-cyan-bright: 119 93 255;
  --color-base16-blue-bright: 170 23 230;
}
.base16-atelier-sulphurpool {
  --color-base16-100: 32 39 70;
  --color-base16-200: 41 50 86;
  --color-base16-300: 94 102 135;
  --color-base16-400: 107 115 148;
  --color-base16-500: 137 142 164;
  --color-base16-600: 151 157 180;
  --color-base16-700: 223 226 241;
  --color-base16-800: 245 247 255;
  --color-base16-red: 201 73 34;
  --color-base16-orange: 199 107 41;
  --color-base16-yellow: 192 139 48;
  --color-base16-green: 172 151 57;
  --color-base16-cyan: 34 162 201;
  --color-base16-blue: 61 143 209;
  --color-base16-purple: 102 121 204;
  --color-base16-pink: 156 99 122;
  --color-base16-100-lighter: 32 39 70;
  --color-base16-100-lightest: 32 39 70;
  --color-base16-red-bright: 201 73 34;
  --color-base16-orange-bright: 192 139 48;
  --color-base16-yellow-bright: 172 151 57;
  --color-base16-green-bright: 34 162 201;
  --color-base16-cyan-bright: 61 143 209;
  --color-base16-blue-bright: 102 121 204;
}
.base16-unikitty-reversible {
  --color-base16-100: 46 42 49;
  --color-base16-200: 75 72 78;
  --color-base16-300: 105 102 107;
  --color-base16-400: 135 133 137;
  --color-base16-500: 165 163 166;
  --color-base16-600: 195 194 196;
  --color-base16-700: 225 224 225;
  --color-base16-800: 255 255 255;
  --color-base16-red: 216 19 127;
  --color-base16-orange: 214 84 7;
  --color-base16-yellow: 220 138 14;
  --color-base16-green: 23 173 152;
  --color-base16-cyan: 20 155 218;
  --color-base16-blue: 120 100 250;
  --color-base16-purple: 179 60 232;
  --color-base16-pink: 212 26 205;
  --color-base16-100-lighter: 46 42 49;
  --color-base16-100-lightest: 46 42 49;
  --color-base16-red-bright: 216 19 127;
  --color-base16-orange-bright: 220 138 14;
  --color-base16-yellow-bright: 23 173 152;
  --color-base16-green-bright: 20 155 218;
  --color-base16-cyan-bright: 120 100 250;
  --color-base16-blue-bright: 179 60 232;
}
.base16-standardized-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 238 238 238;
  --color-base16-300: 204 204 204;
  --color-base16-400: 118 118 118;
  --color-base16-500: 118 118 118;
  --color-base16-600: 68 68 68;
  --color-base16-700: 51 51 51;
  --color-base16-800: 34 34 34;
  --color-base16-red: 208 62 62;
  --color-base16-orange: 215 105 29;
  --color-base16-yellow: 173 130 0;
  --color-base16-green: 49 134 31;
  --color-base16-cyan: 0 153 143;
  --color-base16-blue: 49 115 197;
  --color-base16-purple: 158 87 194;
  --color-base16-pink: 137 80 37;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 208 62 62;
  --color-base16-orange-bright: 173 130 0;
  --color-base16-yellow-bright: 49 134 31;
  --color-base16-green-bright: 0 153 143;
  --color-base16-cyan-bright: 49 115 197;
  --color-base16-blue-bright: 158 87 194;
}
.base16-evenok-dark {
  --color-base16-100: 0 0 0;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 245 112 138;
  --color-base16-orange: 238 129 34;
  --color-base16-yellow: 184 163 0;
  --color-base16-green: 84 188 92;
  --color-base16-cyan: 0 186 179;
  --color-base16-blue: 0 175 242;
  --color-base16-purple: 144 149 255;
  --color-base16-pink: 212 122 218;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 245 112 138;
  --color-base16-orange-bright: 184 163 0;
  --color-base16-yellow-bright: 84 188 92;
  --color-base16-green-bright: 0 186 179;
  --color-base16-cyan-bright: 0 175 242;
  --color-base16-blue-bright: 144 149 255;
}
.base16-tokyo-city-dark {
  --color-base16-100: 23 29 35;
  --color-base16-200: 29 37 44;
  --color-base16-300: 40 50 58;
  --color-base16-400: 82 98 112;
  --color-base16-500: 183 197 211;
  --color-base16-600: 216 226 236;
  --color-base16-700: 246 246 248;
  --color-base16-800: 251 251 253;
  --color-base16-red: 247 118 142;
  --color-base16-orange: 255 158 100;
  --color-base16-yellow: 183 197 211;
  --color-base16-green: 158 206 106;
  --color-base16-cyan: 137 221 255;
  --color-base16-blue: 122 162 247;
  --color-base16-purple: 187 154 247;
  --color-base16-pink: 187 154 247;
  --color-base16-100-lighter: 23 29 35;
  --color-base16-100-lightest: 23 29 35;
  --color-base16-red-bright: 247 118 142;
  --color-base16-orange-bright: 183 197 211;
  --color-base16-yellow-bright: 158 206 106;
  --color-base16-green-bright: 137 221 255;
  --color-base16-cyan-bright: 122 162 247;
  --color-base16-blue-bright: 187 154 247;
}
.base16-windows-10-light {
  --color-base16-100: 242 242 242;
  --color-base16-200: 229 229 229;
  --color-base16-300: 217 217 217;
  --color-base16-400: 204 204 204;
  --color-base16-500: 171 171 171;
  --color-base16-600: 118 118 118;
  --color-base16-700: 65 65 65;
  --color-base16-800: 12 12 12;
  --color-base16-red: 197 15 31;
  --color-base16-orange: 249 241 165;
  --color-base16-yellow: 193 156 0;
  --color-base16-green: 19 161 14;
  --color-base16-cyan: 58 150 221;
  --color-base16-blue: 0 55 218;
  --color-base16-purple: 136 23 152;
  --color-base16-pink: 22 198 12;
  --color-base16-100-lighter: 242 242 242;
  --color-base16-100-lightest: 242 242 242;
  --color-base16-red-bright: 197 15 31;
  --color-base16-orange-bright: 193 156 0;
  --color-base16-yellow-bright: 19 161 14;
  --color-base16-green-bright: 58 150 221;
  --color-base16-cyan-bright: 0 55 218;
  --color-base16-blue-bright: 136 23 152;
}
.base16-pinky {
  --color-base16-100: 23 21 23;
  --color-base16-200: 27 24 27;
  --color-base16-300: 29 27 29;
  --color-base16-400: 56 51 56;
  --color-base16-500: 231 219 219;
  --color-base16-600: 245 245 245;
  --color-base16-700: 255 255 255;
  --color-base16-800: 247 243 247;
  --color-base16-red: 255 166 0;
  --color-base16-orange: 0 255 102;
  --color-base16-yellow: 32 223 108;
  --color-base16-green: 255 0 102;
  --color-base16-cyan: 102 0 255;
  --color-base16-blue: 0 255 255;
  --color-base16-purple: 0 127 255;
  --color-base16-pink: 223 32 108;
  --color-base16-100-lighter: 23 21 23;
  --color-base16-100-lightest: 23 21 23;
  --color-base16-red-bright: 255 166 0;
  --color-base16-orange-bright: 32 223 108;
  --color-base16-yellow-bright: 255 0 102;
  --color-base16-green-bright: 102 0 255;
  --color-base16-cyan-bright: 0 255 255;
  --color-base16-blue-bright: 0 127 255;
}
.base16-tokyo-night-terminal-light {
  --color-base16-100: 213 214 219;
  --color-base16-200: 203 204 209;
  --color-base16-300: 223 224 229;
  --color-base16-400: 150 153 163;
  --color-base16-500: 76 80 94;
  --color-base16-600: 76 80 94;
  --color-base16-700: 26 27 38;
  --color-base16-800: 26 27 38;
  --color-base16-red: 140 67 81;
  --color-base16-orange: 150 80 39;
  --color-base16-yellow: 143 94 21;
  --color-base16-green: 51 99 92;
  --color-base16-cyan: 15 75 110;
  --color-base16-blue: 52 84 138;
  --color-base16-purple: 90 74 120;
  --color-base16-pink: 101 82 89;
  --color-base16-100-lighter: 213 214 219;
  --color-base16-100-lightest: 213 214 219;
  --color-base16-red-bright: 140 67 81;
  --color-base16-orange-bright: 143 94 21;
  --color-base16-yellow-bright: 51 99 92;
  --color-base16-green-bright: 15 75 110;
  --color-base16-cyan-bright: 52 84 138;
  --color-base16-blue-bright: 90 74 120;
}
.base16-atelier-lakeside {
  --color-base16-100: 22 27 29;
  --color-base16-200: 31 41 46;
  --color-base16-300: 81 109 123;
  --color-base16-400: 90 123 140;
  --color-base16-500: 113 149 168;
  --color-base16-600: 126 162 180;
  --color-base16-700: 193 228 246;
  --color-base16-800: 235 248 255;
  --color-base16-red: 210 45 114;
  --color-base16-orange: 147 92 37;
  --color-base16-yellow: 138 138 15;
  --color-base16-green: 86 140 59;
  --color-base16-cyan: 45 143 111;
  --color-base16-blue: 37 127 173;
  --color-base16-purple: 107 107 184;
  --color-base16-pink: 183 45 210;
  --color-base16-100-lighter: 22 27 29;
  --color-base16-100-lightest: 22 27 29;
  --color-base16-red-bright: 210 45 114;
  --color-base16-orange-bright: 138 138 15;
  --color-base16-yellow-bright: 86 140 59;
  --color-base16-green-bright: 45 143 111;
  --color-base16-cyan-bright: 37 127 173;
  --color-base16-blue-bright: 107 107 184;
}
.base16-tomorrow-night-eighties {
  --color-base16-100: 45 45 45;
  --color-base16-200: 57 57 57;
  --color-base16-300: 81 81 81;
  --color-base16-400: 153 153 153;
  --color-base16-500: 180 183 180;
  --color-base16-600: 204 204 204;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 242 119 122;
  --color-base16-orange: 249 145 87;
  --color-base16-yellow: 255 204 102;
  --color-base16-green: 153 204 153;
  --color-base16-cyan: 102 204 204;
  --color-base16-blue: 102 153 204;
  --color-base16-purple: 204 153 204;
  --color-base16-pink: 163 104 90;
  --color-base16-100-lighter: 45 45 45;
  --color-base16-100-lightest: 45 45 45;
  --color-base16-red-bright: 242 119 122;
  --color-base16-orange-bright: 255 204 102;
  --color-base16-yellow-bright: 153 204 153;
  --color-base16-green-bright: 102 204 204;
  --color-base16-cyan-bright: 102 153 204;
  --color-base16-blue-bright: 204 153 204;
}
.base16-zenbones {
  --color-base16-100: 25 25 25;
  --color-base16-200: 222 110 124;
  --color-base16-300: 129 155 105;
  --color-base16-400: 183 126 100;
  --color-base16-500: 96 153 192;
  --color-base16-600: 178 121 167;
  --color-base16-700: 102 165 173;
  --color-base16-800: 187 187 187;
  --color-base16-red: 61 56 57;
  --color-base16-orange: 232 131 143;
  --color-base16-yellow: 139 174 104;
  --color-base16-green: 214 140 103;
  --color-base16-cyan: 97 171 218;
  --color-base16-blue: 207 134 193;
  --color-base16-purple: 101 184 193;
  --color-base16-pink: 142 142 142;
  --color-base16-100-lighter: 25 25 25;
  --color-base16-100-lightest: 25 25 25;
  --color-base16-red-bright: 61 56 57;
  --color-base16-orange-bright: 139 174 104;
  --color-base16-yellow-bright: 214 140 103;
  --color-base16-green-bright: 97 171 218;
  --color-base16-cyan-bright: 207 134 193;
  --color-base16-blue-bright: 101 184 193;
}
.base16-apprentice {
  --color-base16-100: 38 38 38;
  --color-base16-200: 175 95 95;
  --color-base16-300: 95 135 95;
  --color-base16-400: 135 135 95;
  --color-base16-500: 95 135 175;
  --color-base16-600: 95 95 135;
  --color-base16-700: 95 135 135;
  --color-base16-800: 108 108 108;
  --color-base16-red: 68 68 68;
  --color-base16-orange: 255 135 0;
  --color-base16-yellow: 135 175 135;
  --color-base16-green: 255 255 175;
  --color-base16-cyan: 135 175 215;
  --color-base16-blue: 135 135 175;
  --color-base16-purple: 95 175 175;
  --color-base16-pink: 188 188 188;
  --color-base16-100-lighter: 38 38 38;
  --color-base16-100-lightest: 38 38 38;
  --color-base16-red-bright: 68 68 68;
  --color-base16-orange-bright: 135 175 135;
  --color-base16-yellow-bright: 255 255 175;
  --color-base16-green-bright: 135 175 215;
  --color-base16-cyan-bright: 135 135 175;
  --color-base16-blue-bright: 95 175 175;
}
.base16-windows-95 {
  --color-base16-100: 0 0 0;
  --color-base16-200: 28 28 28;
  --color-base16-300: 56 56 56;
  --color-base16-400: 84 84 84;
  --color-base16-500: 126 126 126;
  --color-base16-600: 168 168 168;
  --color-base16-700: 210 210 210;
  --color-base16-800: 252 252 252;
  --color-base16-red: 252 84 84;
  --color-base16-orange: 168 84 0;
  --color-base16-yellow: 252 252 84;
  --color-base16-green: 84 252 84;
  --color-base16-cyan: 84 252 252;
  --color-base16-blue: 84 84 252;
  --color-base16-purple: 252 84 252;
  --color-base16-pink: 0 168 0;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 252 84 84;
  --color-base16-orange-bright: 252 252 84;
  --color-base16-yellow-bright: 84 252 84;
  --color-base16-green-bright: 84 252 252;
  --color-base16-cyan-bright: 84 84 252;
  --color-base16-blue-bright: 252 84 252;
}
.base16-bright {
  --color-base16-100: 0 0 0;
  --color-base16-200: 48 48 48;
  --color-base16-300: 80 80 80;
  --color-base16-400: 176 176 176;
  --color-base16-500: 208 208 208;
  --color-base16-600: 224 224 224;
  --color-base16-700: 245 245 245;
  --color-base16-800: 255 255 255;
  --color-base16-red: 251 1 32;
  --color-base16-orange: 252 109 36;
  --color-base16-yellow: 253 163 49;
  --color-base16-green: 161 198 89;
  --color-base16-cyan: 118 199 183;
  --color-base16-blue: 111 179 210;
  --color-base16-purple: 211 129 195;
  --color-base16-pink: 190 100 60;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 251 1 32;
  --color-base16-orange-bright: 253 163 49;
  --color-base16-yellow-bright: 161 198 89;
  --color-base16-green-bright: 118 199 183;
  --color-base16-cyan-bright: 111 179 210;
  --color-base16-blue-bright: 211 129 195;
}
.base16-ia-dark {
  --color-base16-100: 26 26 26;
  --color-base16-200: 34 34 34;
  --color-base16-300: 29 65 77;
  --color-base16-400: 118 118 118;
  --color-base16-500: 184 184 184;
  --color-base16-600: 204 204 204;
  --color-base16-700: 232 232 232;
  --color-base16-800: 248 248 248;
  --color-base16-red: 216 133 104;
  --color-base16-orange: 216 104 104;
  --color-base16-yellow: 185 147 83;
  --color-base16-green: 131 164 113;
  --color-base16-cyan: 124 156 174;
  --color-base16-blue: 142 204 221;
  --color-base16-purple: 185 142 178;
  --color-base16-pink: 139 108 55;
  --color-base16-100-lighter: 26 26 26;
  --color-base16-100-lightest: 26 26 26;
  --color-base16-red-bright: 216 133 104;
  --color-base16-orange-bright: 185 147 83;
  --color-base16-yellow-bright: 131 164 113;
  --color-base16-green-bright: 124 156 174;
  --color-base16-cyan-bright: 142 204 221;
  --color-base16-blue-bright: 185 142 178;
}
.base16-da-one-black {
  --color-base16-100: 0 0 0;
  --color-base16-200: 40 40 40;
  --color-base16-300: 88 88 88;
  --color-base16-400: 136 136 136;
  --color-base16-500: 200 200 200;
  --color-base16-600: 255 255 255;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 120 131;
  --color-base16-orange: 255 195 135;
  --color-base16-yellow: 255 148 112;
  --color-base16-green: 152 195 121;
  --color-base16-cyan: 138 245 255;
  --color-base16-blue: 107 184 255;
  --color-base16-purple: 231 153 255;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 250 120 131;
  --color-base16-orange-bright: 255 148 112;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 138 245 255;
  --color-base16-cyan-bright: 107 184 255;
  --color-base16-blue-bright: 231 153 255;
}
.base16-circus {
  --color-base16-100: 25 25 25;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 95 90 96;
  --color-base16-500: 80 80 80;
  --color-base16-600: 167 167 167;
  --color-base16-700: 128 128 128;
  --color-base16-800: 255 255 255;
  --color-base16-red: 220 101 125;
  --color-base16-orange: 75 177 167;
  --color-base16-yellow: 195 186 99;
  --color-base16-green: 132 185 124;
  --color-base16-cyan: 75 177 167;
  --color-base16-blue: 99 158 228;
  --color-base16-purple: 184 136 226;
  --color-base16-pink: 184 136 226;
  --color-base16-100-lighter: 25 25 25;
  --color-base16-100-lightest: 25 25 25;
  --color-base16-red-bright: 220 101 125;
  --color-base16-orange-bright: 195 186 99;
  --color-base16-yellow-bright: 132 185 124;
  --color-base16-green-bright: 75 177 167;
  --color-base16-cyan-bright: 99 158 228;
  --color-base16-blue-bright: 184 136 226;
}
.base16-gruvbox-dark-hard {
  --color-base16-100: 29 32 33;
  --color-base16-200: 60 56 54;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 189 174 147;
  --color-base16-600: 213 196 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 251 73 52;
  --color-base16-orange: 254 128 25;
  --color-base16-yellow: 250 189 47;
  --color-base16-green: 184 187 38;
  --color-base16-cyan: 142 192 124;
  --color-base16-blue: 131 165 152;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 29 32 33;
  --color-base16-100-lightest: 29 32 33;
  --color-base16-red-bright: 251 73 52;
  --color-base16-orange-bright: 250 189 47;
  --color-base16-yellow-bright: 184 187 38;
  --color-base16-green-bright: 142 192 124;
  --color-base16-cyan-bright: 131 165 152;
  --color-base16-blue-bright: 211 134 155;
}
.base16-equilibrium-gray-light {
  --color-base16-100: 241 241 241;
  --color-base16-200: 226 226 226;
  --color-base16-300: 212 212 212;
  --color-base16-400: 119 119 119;
  --color-base16-500: 94 94 94;
  --color-base16-600: 71 71 71;
  --color-base16-700: 48 48 48;
  --color-base16-800: 27 27 27;
  --color-base16-red: 208 32 35;
  --color-base16-orange: 191 62 5;
  --color-base16-yellow: 157 111 0;
  --color-base16-green: 99 114 0;
  --color-base16-cyan: 0 122 114;
  --color-base16-blue: 0 115 181;
  --color-base16-purple: 78 102 182;
  --color-base16-pink: 196 39 117;
  --color-base16-100-lighter: 241 241 241;
  --color-base16-100-lightest: 241 241 241;
  --color-base16-red-bright: 208 32 35;
  --color-base16-orange-bright: 157 111 0;
  --color-base16-yellow-bright: 99 114 0;
  --color-base16-green-bright: 0 122 114;
  --color-base16-cyan-bright: 0 115 181;
  --color-base16-blue-bright: 78 102 182;
}
.base16-material-lighter {
  --color-base16-100: 250 250 250;
  --color-base16-200: 231 234 236;
  --color-base16-300: 204 234 231;
  --color-base16-400: 204 215 218;
  --color-base16-500: 135 150 176;
  --color-base16-600: 128 203 196;
  --color-base16-700: 128 203 196;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 83 112;
  --color-base16-orange: 247 109 71;
  --color-base16-yellow: 255 182 44;
  --color-base16-green: 145 184 89;
  --color-base16-cyan: 57 173 181;
  --color-base16-blue: 97 130 184;
  --color-base16-purple: 124 77 255;
  --color-base16-pink: 229 57 53;
  --color-base16-100-lighter: 250 250 250;
  --color-base16-100-lightest: 250 250 250;
  --color-base16-red-bright: 255 83 112;
  --color-base16-orange-bright: 255 182 44;
  --color-base16-yellow-bright: 145 184 89;
  --color-base16-green-bright: 57 173 181;
  --color-base16-cyan-bright: 97 130 184;
  --color-base16-blue-bright: 124 77 255;
}
.base16-phd {
  --color-base16-100: 6 18 41;
  --color-base16-200: 42 52 72;
  --color-base16-300: 77 86 102;
  --color-base16-400: 113 120 133;
  --color-base16-500: 154 153 163;
  --color-base16-600: 184 187 194;
  --color-base16-700: 219 221 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 208 115 70;
  --color-base16-orange: 240 160 0;
  --color-base16-yellow: 251 212 97;
  --color-base16-green: 153 191 82;
  --color-base16-cyan: 114 185 191;
  --color-base16-blue: 82 153 191;
  --color-base16-purple: 153 137 204;
  --color-base16-pink: 176 128 96;
  --color-base16-100-lighter: 6 18 41;
  --color-base16-100-lightest: 6 18 41;
  --color-base16-red-bright: 208 115 70;
  --color-base16-orange-bright: 251 212 97;
  --color-base16-yellow-bright: 153 191 82;
  --color-base16-green-bright: 114 185 191;
  --color-base16-cyan-bright: 82 153 191;
  --color-base16-blue-bright: 153 137 204;
}
.base16-mountain {
  --color-base16-100: 15 15 15;
  --color-base16-200: 25 25 25;
  --color-base16-300: 38 38 38;
  --color-base16-400: 76 76 76;
  --color-base16-500: 172 138 140;
  --color-base16-600: 202 202 202;
  --color-base16-700: 231 231 231;
  --color-base16-800: 240 240 240;
  --color-base16-red: 172 138 140;
  --color-base16-orange: 206 177 136;
  --color-base16-yellow: 172 169 138;
  --color-base16-green: 138 172 139;
  --color-base16-cyan: 138 171 172;
  --color-base16-blue: 143 138 172;
  --color-base16-purple: 172 138 172;
  --color-base16-pink: 172 138 140;
  --color-base16-100-lighter: 15 15 15;
  --color-base16-100-lightest: 15 15 15;
  --color-base16-red-bright: 172 138 140;
  --color-base16-orange-bright: 172 169 138;
  --color-base16-yellow-bright: 138 172 139;
  --color-base16-green-bright: 138 171 172;
  --color-base16-cyan-bright: 143 138 172;
  --color-base16-blue-bright: 172 138 172;
}
.base16-irblack {
  --color-base16-100: 0 0 0;
  --color-base16-200: 36 36 34;
  --color-base16-300: 72 72 68;
  --color-base16-400: 108 108 102;
  --color-base16-500: 145 143 136;
  --color-base16-600: 181 179 170;
  --color-base16-700: 217 215 204;
  --color-base16-800: 253 251 238;
  --color-base16-red: 255 108 96;
  --color-base16-orange: 233 192 98;
  --color-base16-yellow: 255 255 182;
  --color-base16-green: 168 255 96;
  --color-base16-cyan: 198 197 254;
  --color-base16-blue: 150 203 254;
  --color-base16-purple: 255 115 253;
  --color-base16-pink: 177 138 61;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 108 96;
  --color-base16-orange-bright: 255 255 182;
  --color-base16-yellow-bright: 168 255 96;
  --color-base16-green-bright: 198 197 254;
  --color-base16-cyan-bright: 150 203 254;
  --color-base16-blue-bright: 255 115 253;
}
.base16-bespin {
  --color-base16-100: 40 33 28;
  --color-base16-200: 54 49 46;
  --color-base16-300: 94 93 92;
  --color-base16-400: 102 102 102;
  --color-base16-500: 121 121 119;
  --color-base16-600: 138 137 134;
  --color-base16-700: 157 155 151;
  --color-base16-800: 186 174 158;
  --color-base16-red: 207 106 76;
  --color-base16-orange: 207 125 52;
  --color-base16-yellow: 249 238 152;
  --color-base16-green: 84 190 13;
  --color-base16-cyan: 175 196 219;
  --color-base16-blue: 94 166 234;
  --color-base16-purple: 155 133 157;
  --color-base16-pink: 147 113 33;
  --color-base16-100-lighter: 40 33 28;
  --color-base16-100-lightest: 40 33 28;
  --color-base16-red-bright: 207 106 76;
  --color-base16-orange-bright: 249 238 152;
  --color-base16-yellow-bright: 84 190 13;
  --color-base16-green-bright: 175 196 219;
  --color-base16-cyan-bright: 94 166 234;
  --color-base16-blue-bright: 155 133 157;
}
.base16-gruvbox-light-soft {
  --color-base16-100: 242 229 188;
  --color-base16-200: 235 219 178;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 102 92 84;
  --color-base16-600: 80 73 69;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 157 0 6;
  --color-base16-orange: 175 58 3;
  --color-base16-yellow: 181 118 20;
  --color-base16-green: 121 116 14;
  --color-base16-cyan: 66 123 88;
  --color-base16-blue: 7 102 120;
  --color-base16-purple: 143 63 113;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 242 229 188;
  --color-base16-100-lightest: 242 229 188;
  --color-base16-red-bright: 157 0 6;
  --color-base16-orange-bright: 181 118 20;
  --color-base16-yellow-bright: 121 116 14;
  --color-base16-green-bright: 66 123 88;
  --color-base16-cyan-bright: 7 102 120;
  --color-base16-blue-bright: 143 63 113;
}
.base16-tomorrow {
  --color-base16-100: 255 255 255;
  --color-base16-200: 224 224 224;
  --color-base16-300: 214 214 214;
  --color-base16-400: 142 144 140;
  --color-base16-500: 150 152 150;
  --color-base16-600: 77 77 76;
  --color-base16-700: 40 42 46;
  --color-base16-800: 29 31 33;
  --color-base16-red: 200 40 41;
  --color-base16-orange: 245 135 31;
  --color-base16-yellow: 234 183 0;
  --color-base16-green: 113 140 0;
  --color-base16-cyan: 62 153 159;
  --color-base16-blue: 66 113 174;
  --color-base16-purple: 137 89 168;
  --color-base16-pink: 163 104 90;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 200 40 41;
  --color-base16-orange-bright: 234 183 0;
  --color-base16-yellow-bright: 113 140 0;
  --color-base16-green-bright: 62 153 159;
  --color-base16-cyan-bright: 66 113 174;
  --color-base16-blue-bright: 137 89 168;
}
.base16-mexico-light {
  --color-base16-100: 248 248 248;
  --color-base16-200: 232 232 232;
  --color-base16-300: 216 216 216;
  --color-base16-400: 184 184 184;
  --color-base16-500: 88 88 88;
  --color-base16-600: 56 56 56;
  --color-base16-700: 40 40 40;
  --color-base16-800: 24 24 24;
  --color-base16-red: 171 70 66;
  --color-base16-orange: 220 150 86;
  --color-base16-yellow: 247 154 14;
  --color-base16-green: 83 137 71;
  --color-base16-cyan: 75 128 147;
  --color-base16-blue: 124 175 194;
  --color-base16-purple: 150 96 158;
  --color-base16-pink: 161 105 70;
  --color-base16-100-lighter: 248 248 248;
  --color-base16-100-lightest: 248 248 248;
  --color-base16-red-bright: 171 70 66;
  --color-base16-orange-bright: 247 154 14;
  --color-base16-yellow-bright: 83 137 71;
  --color-base16-green-bright: 75 128 147;
  --color-base16-cyan-bright: 124 175 194;
  --color-base16-blue-bright: 150 96 158;
}
.base16-horizon-terminal-light {
  --color-base16-100: 253 240 237;
  --color-base16-200: 250 218 209;
  --color-base16-300: 249 203 190;
  --color-base16-400: 189 179 177;
  --color-base16-500: 148 140 138;
  --color-base16-600: 64 60 61;
  --color-base16-700: 48 44 45;
  --color-base16-800: 32 28 29;
  --color-base16-red: 233 86 120;
  --color-base16-orange: 249 206 195;
  --color-base16-yellow: 250 218 209;
  --color-base16-green: 41 211 152;
  --color-base16-cyan: 89 225 227;
  --color-base16-blue: 38 187 217;
  --color-base16-purple: 238 100 172;
  --color-base16-pink: 249 203 190;
  --color-base16-100-lighter: 253 240 237;
  --color-base16-100-lightest: 253 240 237;
  --color-base16-red-bright: 233 86 120;
  --color-base16-orange-bright: 250 218 209;
  --color-base16-yellow-bright: 41 211 152;
  --color-base16-green-bright: 89 225 227;
  --color-base16-cyan-bright: 38 187 217;
  --color-base16-blue-bright: 238 100 172;
}
.base16-sagelight {
  --color-base16-100: 248 248 248;
  --color-base16-200: 232 232 232;
  --color-base16-300: 216 216 216;
  --color-base16-400: 184 184 184;
  --color-base16-500: 88 88 88;
  --color-base16-600: 56 56 56;
  --color-base16-700: 40 40 40;
  --color-base16-800: 24 24 24;
  --color-base16-red: 250 132 128;
  --color-base16-orange: 255 170 97;
  --color-base16-yellow: 255 220 97;
  --color-base16-green: 160 210 200;
  --color-base16-cyan: 162 214 245;
  --color-base16-blue: 160 167 210;
  --color-base16-purple: 200 160 210;
  --color-base16-pink: 210 178 160;
  --color-base16-100-lighter: 248 248 248;
  --color-base16-100-lightest: 248 248 248;
  --color-base16-red-bright: 250 132 128;
  --color-base16-orange-bright: 255 220 97;
  --color-base16-yellow-bright: 160 210 200;
  --color-base16-green-bright: 162 214 245;
  --color-base16-cyan-bright: 160 167 210;
  --color-base16-blue-bright: 200 160 210;
}
.base16-tomorrow-night {
  --color-base16-100: 29 31 33;
  --color-base16-200: 40 42 46;
  --color-base16-300: 55 59 65;
  --color-base16-400: 150 152 150;
  --color-base16-500: 180 183 180;
  --color-base16-600: 197 200 198;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 204 102 102;
  --color-base16-orange: 222 147 95;
  --color-base16-yellow: 240 198 116;
  --color-base16-green: 181 189 104;
  --color-base16-cyan: 138 190 183;
  --color-base16-blue: 129 162 190;
  --color-base16-purple: 178 148 187;
  --color-base16-pink: 163 104 90;
  --color-base16-100-lighter: 29 31 33;
  --color-base16-100-lightest: 29 31 33;
  --color-base16-red-bright: 204 102 102;
  --color-base16-orange-bright: 240 198 116;
  --color-base16-yellow-bright: 181 189 104;
  --color-base16-green-bright: 138 190 183;
  --color-base16-cyan-bright: 129 162 190;
  --color-base16-blue-bright: 178 148 187;
}
.base16-primer-dark-dimmed {
  --color-base16-100: 28 33 40;
  --color-base16-200: 55 62 71;
  --color-base16-300: 68 76 86;
  --color-base16-400: 84 93 104;
  --color-base16-500: 118 131 144;
  --color-base16-600: 144 157 171;
  --color-base16-700: 173 186 199;
  --color-base16-800: 205 217 229;
  --color-base16-red: 244 112 103;
  --color-base16-orange: 224 130 61;
  --color-base16-yellow: 198 144 38;
  --color-base16-green: 87 171 90;
  --color-base16-cyan: 150 208 255;
  --color-base16-blue: 83 155 245;
  --color-base16-purple: 226 117 173;
  --color-base16-pink: 174 86 34;
  --color-base16-100-lighter: 28 33 40;
  --color-base16-100-lightest: 28 33 40;
  --color-base16-red-bright: 244 112 103;
  --color-base16-orange-bright: 198 144 38;
  --color-base16-yellow-bright: 87 171 90;
  --color-base16-green-bright: 150 208 255;
  --color-base16-cyan-bright: 83 155 245;
  --color-base16-blue-bright: 226 117 173;
}
.base16-black-metal-mayhem {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 238 204 108;
  --color-base16-green: 243 236 212;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 238 204 108;
  --color-base16-yellow-bright: 243 236 212;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-cupertino {
  --color-base16-100: 255 255 255;
  --color-base16-200: 192 192 192;
  --color-base16-300: 192 192 192;
  --color-base16-400: 128 128 128;
  --color-base16-500: 128 128 128;
  --color-base16-600: 64 64 64;
  --color-base16-700: 64 64 64;
  --color-base16-800: 94 94 94;
  --color-base16-red: 196 26 21;
  --color-base16-orange: 235 133 0;
  --color-base16-yellow: 130 107 40;
  --color-base16-green: 0 116 0;
  --color-base16-cyan: 49 132 149;
  --color-base16-blue: 0 0 255;
  --color-base16-purple: 169 13 145;
  --color-base16-pink: 130 107 40;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 196 26 21;
  --color-base16-orange-bright: 130 107 40;
  --color-base16-yellow-bright: 0 116 0;
  --color-base16-green-bright: 49 132 149;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 169 13 145;
}
.base16-everforest {
  --color-base16-100: 45 53 59;
  --color-base16-200: 52 63 68;
  --color-base16-300: 71 82 88;
  --color-base16-400: 133 146 137;
  --color-base16-500: 157 169 160;
  --color-base16-600: 211 198 170;
  --color-base16-700: 230 226 204;
  --color-base16-800: 253 246 227;
  --color-base16-red: 230 126 128;
  --color-base16-orange: 230 152 117;
  --color-base16-yellow: 219 188 127;
  --color-base16-green: 167 192 128;
  --color-base16-cyan: 131 192 146;
  --color-base16-blue: 127 187 179;
  --color-base16-purple: 214 153 182;
  --color-base16-pink: 157 169 160;
  --color-base16-100-lighter: 45 53 59;
  --color-base16-100-lightest: 45 53 59;
  --color-base16-red-bright: 230 126 128;
  --color-base16-orange-bright: 219 188 127;
  --color-base16-yellow-bright: 167 192 128;
  --color-base16-green-bright: 131 192 146;
  --color-base16-cyan-bright: 127 187 179;
  --color-base16-blue-bright: 214 153 182;
}
.base16-silk-dark {
  --color-base16-100: 14 60 70;
  --color-base16-200: 29 73 78;
  --color-base16-300: 42 80 84;
  --color-base16-400: 88 112 115;
  --color-base16-500: 157 200 205;
  --color-base16-600: 199 219 221;
  --color-base16-700: 203 242 247;
  --color-base16-800: 210 250 255;
  --color-base16-red: 251 105 83;
  --color-base16-orange: 252 171 116;
  --color-base16-yellow: 252 227 128;
  --color-base16-green: 115 216 173;
  --color-base16-cyan: 63 178 185;
  --color-base16-blue: 70 189 221;
  --color-base16-purple: 117 107 138;
  --color-base16-pink: 155 100 123;
  --color-base16-100-lighter: 14 60 70;
  --color-base16-100-lightest: 14 60 70;
  --color-base16-red-bright: 251 105 83;
  --color-base16-orange-bright: 252 227 128;
  --color-base16-yellow-bright: 115 216 173;
  --color-base16-green-bright: 63 178 185;
  --color-base16-cyan-bright: 70 189 221;
  --color-base16-blue-bright: 117 107 138;
}
.base16-vesper {
  --color-base16-100: 16 16 16;
  --color-base16-200: 35 35 35;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 183 183 183;
  --color-base16-700: 193 193 193;
  --color-base16-800: 213 213 213;
  --color-base16-red: 222 110 110;
  --color-base16-orange: 218 176 131;
  --color-base16-yellow: 255 199 153;
  --color-base16-green: 95 135 135;
  --color-base16-cyan: 96 165 146;
  --color-base16-blue: 142 170 170;
  --color-base16-purple: 214 144 148;
  --color-base16-pink: 135 108 79;
  --color-base16-100-lighter: 16 16 16;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 222 110 110;
  --color-base16-orange-bright: 255 199 153;
  --color-base16-yellow-bright: 95 135 135;
  --color-base16-green-bright: 96 165 146;
  --color-base16-cyan-bright: 142 170 170;
  --color-base16-blue-bright: 214 144 148;
}
.base16-emil {
  --color-base16-100: 239 239 239;
  --color-base16-200: 190 190 210;
  --color-base16-300: 158 158 175;
  --color-base16-400: 124 124 152;
  --color-base16-500: 80 80 99;
  --color-base16-600: 49 49 69;
  --color-base16-700: 34 34 58;
  --color-base16-800: 26 26 47;
  --color-base16-red: 244 57 121;
  --color-base16-orange: 210 42 139;
  --color-base16-yellow: 255 102 155;
  --color-base16-green: 0 115 168;
  --color-base16-cyan: 33 85 214;
  --color-base16-blue: 71 19 151;
  --color-base16-purple: 105 22 182;
  --color-base16-pink: 141 23 165;
  --color-base16-100-lighter: 239 239 239;
  --color-base16-100-lightest: 239 239 239;
  --color-base16-red-bright: 244 57 121;
  --color-base16-orange-bright: 255 102 155;
  --color-base16-yellow-bright: 0 115 168;
  --color-base16-green-bright: 33 85 214;
  --color-base16-cyan-bright: 71 19 151;
  --color-base16-blue-bright: 105 22 182;
}
.base16-paraiso {
  --color-base16-100: 47 30 46;
  --color-base16-200: 65 50 63;
  --color-base16-300: 79 66 76;
  --color-base16-400: 119 110 113;
  --color-base16-500: 141 134 135;
  --color-base16-600: 163 158 155;
  --color-base16-700: 185 182 176;
  --color-base16-800: 231 233 219;
  --color-base16-red: 239 97 85;
  --color-base16-orange: 249 155 21;
  --color-base16-yellow: 254 196 24;
  --color-base16-green: 72 182 133;
  --color-base16-cyan: 91 196 191;
  --color-base16-blue: 6 182 239;
  --color-base16-purple: 129 91 164;
  --color-base16-pink: 233 107 168;
  --color-base16-100-lighter: 47 30 46;
  --color-base16-100-lightest: 47 30 46;
  --color-base16-red-bright: 239 97 85;
  --color-base16-orange-bright: 254 196 24;
  --color-base16-yellow-bright: 72 182 133;
  --color-base16-green-bright: 91 196 191;
  --color-base16-cyan-bright: 6 182 239;
  --color-base16-blue-bright: 129 91 164;
}
.base16-brogrammer {
  --color-base16-100: 31 31 31;
  --color-base16-200: 248 17 24;
  --color-base16-300: 45 197 94;
  --color-base16-400: 236 186 15;
  --color-base16-500: 42 132 210;
  --color-base16-600: 78 90 183;
  --color-base16-700: 16 129 214;
  --color-base16-800: 214 219 229;
  --color-base16-red: 214 219 229;
  --color-base16-orange: 222 53 46;
  --color-base16-yellow: 29 211 97;
  --color-base16-green: 243 189 9;
  --color-base16-cyan: 16 129 214;
  --color-base16-blue: 83 80 185;
  --color-base16-purple: 15 125 219;
  --color-base16-pink: 255 255 255;
  --color-base16-100-lighter: 31 31 31;
  --color-base16-100-lightest: 31 31 31;
  --color-base16-red-bright: 214 219 229;
  --color-base16-orange-bright: 29 211 97;
  --color-base16-yellow-bright: 243 189 9;
  --color-base16-green-bright: 16 129 214;
  --color-base16-cyan-bright: 83 80 185;
  --color-base16-blue-bright: 15 125 219;
}
.base16-helios {
  --color-base16-100: 29 32 33;
  --color-base16-200: 56 60 62;
  --color-base16-300: 83 88 91;
  --color-base16-400: 111 117 121;
  --color-base16-500: 205 205 205;
  --color-base16-600: 213 213 213;
  --color-base16-700: 221 221 221;
  --color-base16-800: 229 229 229;
  --color-base16-red: 215 38 56;
  --color-base16-orange: 235 132 19;
  --color-base16-yellow: 241 157 26;
  --color-base16-green: 136 185 45;
  --color-base16-cyan: 27 165 149;
  --color-base16-blue: 30 139 172;
  --color-base16-purple: 190 66 100;
  --color-base16-pink: 200 94 13;
  --color-base16-100-lighter: 29 32 33;
  --color-base16-100-lightest: 29 32 33;
  --color-base16-red-bright: 215 38 56;
  --color-base16-orange-bright: 241 157 26;
  --color-base16-yellow-bright: 136 185 45;
  --color-base16-green-bright: 27 165 149;
  --color-base16-cyan-bright: 30 139 172;
  --color-base16-blue-bright: 190 66 100;
}
.base16-humanoid-dark {
  --color-base16-100: 35 38 41;
  --color-base16-200: 51 59 61;
  --color-base16-300: 72 78 84;
  --color-base16-400: 96 97 93;
  --color-base16-500: 192 192 189;
  --color-base16-600: 248 248 242;
  --color-base16-700: 252 252 246;
  --color-base16-800: 252 252 252;
  --color-base16-red: 241 18 53;
  --color-base16-orange: 255 149 5;
  --color-base16-yellow: 255 182 39;
  --color-base16-green: 2 216 73;
  --color-base16-cyan: 13 217 214;
  --color-base16-blue: 0 166 251;
  --color-base16-purple: 241 94 227;
  --color-base16-pink: 178 119 1;
  --color-base16-100-lighter: 35 38 41;
  --color-base16-100-lightest: 35 38 41;
  --color-base16-red-bright: 241 18 53;
  --color-base16-orange-bright: 255 182 39;
  --color-base16-yellow-bright: 2 216 73;
  --color-base16-green-bright: 13 217 214;
  --color-base16-cyan-bright: 0 166 251;
  --color-base16-blue-bright: 241 94 227;
}
.base16-atelier-dune-light {
  --color-base16-100: 254 251 236;
  --color-base16-200: 232 228 207;
  --color-base16-300: 166 162 140;
  --color-base16-400: 153 149 128;
  --color-base16-500: 125 122 104;
  --color-base16-600: 110 107 94;
  --color-base16-700: 41 40 36;
  --color-base16-800: 32 32 29;
  --color-base16-red: 215 55 55;
  --color-base16-orange: 182 86 17;
  --color-base16-yellow: 174 149 19;
  --color-base16-green: 96 172 57;
  --color-base16-cyan: 31 173 131;
  --color-base16-blue: 102 132 225;
  --color-base16-purple: 184 84 212;
  --color-base16-pink: 212 53 82;
  --color-base16-100-lighter: 254 251 236;
  --color-base16-100-lightest: 254 251 236;
  --color-base16-red-bright: 215 55 55;
  --color-base16-orange-bright: 174 149 19;
  --color-base16-yellow-bright: 96 172 57;
  --color-base16-green-bright: 31 173 131;
  --color-base16-cyan-bright: 102 132 225;
  --color-base16-blue-bright: 184 84 212;
}
.base16-black-metal-burzum {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 153 187 170;
  --color-base16-green: 221 238 204;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 153 187 170;
  --color-base16-yellow-bright: 221 238 204;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-embers {
  --color-base16-100: 22 19 15;
  --color-base16-200: 44 38 32;
  --color-base16-300: 67 59 50;
  --color-base16-400: 90 80 71;
  --color-base16-500: 138 128 117;
  --color-base16-600: 163 154 144;
  --color-base16-700: 190 182 174;
  --color-base16-800: 219 214 209;
  --color-base16-red: 130 109 87;
  --color-base16-orange: 130 130 87;
  --color-base16-yellow: 109 130 87;
  --color-base16-green: 87 130 109;
  --color-base16-cyan: 87 109 130;
  --color-base16-blue: 109 87 130;
  --color-base16-purple: 130 87 109;
  --color-base16-pink: 130 87 87;
  --color-base16-100-lighter: 22 19 15;
  --color-base16-100-lightest: 22 19 15;
  --color-base16-red-bright: 130 109 87;
  --color-base16-orange-bright: 109 130 87;
  --color-base16-yellow-bright: 87 130 109;
  --color-base16-green-bright: 87 109 130;
  --color-base16-cyan-bright: 109 87 130;
  --color-base16-blue-bright: 130 87 109;
}
.base16-zenburn {
  --color-base16-100: 56 56 56;
  --color-base16-200: 64 64 64;
  --color-base16-300: 96 96 96;
  --color-base16-400: 111 111 111;
  --color-base16-500: 128 128 128;
  --color-base16-600: 220 220 204;
  --color-base16-700: 192 192 192;
  --color-base16-800: 255 255 255;
  --color-base16-red: 220 163 163;
  --color-base16-orange: 223 175 143;
  --color-base16-yellow: 224 207 159;
  --color-base16-green: 95 127 95;
  --color-base16-cyan: 147 224 227;
  --color-base16-blue: 124 184 187;
  --color-base16-purple: 220 140 195;
  --color-base16-pink: 0 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 56 56 56;
  --color-base16-red-bright: 220 163 163;
  --color-base16-orange-bright: 224 207 159;
  --color-base16-yellow-bright: 95 127 95;
  --color-base16-green-bright: 147 224 227;
  --color-base16-cyan-bright: 124 184 187;
  --color-base16-blue-bright: 220 140 195;
}
.base16-terracotta-dark {
  --color-base16-100: 36 29 26;
  --color-base16-200: 54 43 39;
  --color-base16-300: 71 57 51;
  --color-base16-400: 89 71 64;
  --color-base16-500: 167 142 132;
  --color-base16-600: 184 165 157;
  --color-base16-700: 202 187 181;
  --color-base16-800: 220 210 206;
  --color-base16-red: 246 153 143;
  --color-base16-orange: 255 168 136;
  --color-base16-yellow: 255 195 122;
  --color-base16-green: 182 198 138;
  --color-base16-cyan: 192 188 219;
  --color-base16-blue: 176 164 195;
  --color-base16-purple: 216 162 176;
  --color-base16-pink: 241 174 151;
  --color-base16-100-lighter: 36 29 26;
  --color-base16-100-lightest: 36 29 26;
  --color-base16-red-bright: 246 153 143;
  --color-base16-orange-bright: 255 195 122;
  --color-base16-yellow-bright: 182 198 138;
  --color-base16-green-bright: 192 188 219;
  --color-base16-cyan-bright: 176 164 195;
  --color-base16-blue-bright: 216 162 176;
}
.base16-sandcastle {
  --color-base16-100: 40 44 52;
  --color-base16-200: 44 50 59;
  --color-base16-300: 62 68 81;
  --color-base16-400: 102 92 84;
  --color-base16-500: 146 131 116;
  --color-base16-600: 168 153 132;
  --color-base16-700: 213 196 161;
  --color-base16-800: 253 244 193;
  --color-base16-red: 131 165 152;
  --color-base16-orange: 160 126 59;
  --color-base16-yellow: 160 126 59;
  --color-base16-green: 82 139 139;
  --color-base16-cyan: 131 165 152;
  --color-base16-blue: 131 165 152;
  --color-base16-purple: 215 95 95;
  --color-base16-pink: 168 115 34;
  --color-base16-100-lighter: 40 44 52;
  --color-base16-100-lightest: 40 44 52;
  --color-base16-red-bright: 131 165 152;
  --color-base16-orange-bright: 160 126 59;
  --color-base16-yellow-bright: 82 139 139;
  --color-base16-green-bright: 131 165 152;
  --color-base16-cyan-bright: 131 165 152;
  --color-base16-blue-bright: 215 95 95;
}
.base16-tokyo-night-terminal-storm {
  --color-base16-100: 36 40 59;
  --color-base16-200: 26 27 38;
  --color-base16-300: 52 58 82;
  --color-base16-400: 68 75 106;
  --color-base16-500: 120 124 153;
  --color-base16-600: 120 124 153;
  --color-base16-700: 203 204 209;
  --color-base16-800: 213 214 219;
  --color-base16-red: 247 118 142;
  --color-base16-orange: 255 158 100;
  --color-base16-yellow: 224 175 104;
  --color-base16-green: 65 166 181;
  --color-base16-cyan: 125 207 255;
  --color-base16-blue: 122 162 247;
  --color-base16-purple: 187 154 247;
  --color-base16-pink: 209 134 22;
  --color-base16-100-lighter: 36 40 59;
  --color-base16-100-lightest: 36 40 59;
  --color-base16-red-bright: 247 118 142;
  --color-base16-orange-bright: 224 175 104;
  --color-base16-yellow-bright: 65 166 181;
  --color-base16-green-bright: 125 207 255;
  --color-base16-cyan-bright: 122 162 247;
  --color-base16-blue-bright: 187 154 247;
}
.base16-valua {
  --color-base16-100: 19 31 31;
  --color-base16-200: 33 49 50;
  --color-base16-300: 39 61 60;
  --color-base16-400: 62 92 83;
  --color-base16-500: 109 152 119;
  --color-base16-600: 152 193 163;
  --color-base16-700: 165 203 185;
  --color-base16-800: 170 203 203;
  --color-base16-red: 215 88 110;
  --color-base16-orange: 230 180 102;
  --color-base16-yellow: 223 231 84;
  --color-base16-green: 89 214 120;
  --color-base16-cyan: 118 219 210;
  --color-base16-blue: 78 210 210;
  --color-base16-purple: 168 116 224;
  --color-base16-pink: 192 90 143;
  --color-base16-100-lighter: 19 31 31;
  --color-base16-100-lightest: 19 31 31;
  --color-base16-red-bright: 215 88 110;
  --color-base16-orange-bright: 223 231 84;
  --color-base16-yellow-bright: 89 214 120;
  --color-base16-green-bright: 118 219 210;
  --color-base16-cyan-bright: 78 210 210;
  --color-base16-blue-bright: 168 116 224;
}
.base16-solarized-dark {
  --color-base16-100: 0 43 54;
  --color-base16-200: 7 54 66;
  --color-base16-300: 88 110 117;
  --color-base16-400: 101 123 131;
  --color-base16-500: 131 148 150;
  --color-base16-600: 147 161 161;
  --color-base16-700: 238 232 213;
  --color-base16-800: 253 246 227;
  --color-base16-red: 220 50 47;
  --color-base16-orange: 203 75 22;
  --color-base16-yellow: 181 137 0;
  --color-base16-green: 133 153 0;
  --color-base16-cyan: 42 161 152;
  --color-base16-blue: 38 139 210;
  --color-base16-purple: 108 113 196;
  --color-base16-pink: 211 54 130;
  --color-base16-100-lighter: 0 43 54;
  --color-base16-100-lightest: 0 43 54;
  --color-base16-red-bright: 220 50 47;
  --color-base16-orange-bright: 181 137 0;
  --color-base16-yellow-bright: 133 153 0;
  --color-base16-green-bright: 42 161 152;
  --color-base16-cyan-bright: 38 139 210;
  --color-base16-blue-bright: 108 113 196;
}
.base16-da-one-sea {
  --color-base16-100: 34 39 61;
  --color-base16-200: 55 64 89;
  --color-base16-300: 82 88 102;
  --color-base16-400: 135 141 150;
  --color-base16-500: 200 200 200;
  --color-base16-600: 255 255 255;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 120 131;
  --color-base16-orange: 255 195 135;
  --color-base16-yellow: 255 148 112;
  --color-base16-green: 152 195 121;
  --color-base16-cyan: 138 245 255;
  --color-base16-blue: 107 184 255;
  --color-base16-purple: 231 153 255;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 34 39 61;
  --color-base16-100-lightest: 34 39 61;
  --color-base16-red-bright: 250 120 131;
  --color-base16-orange-bright: 255 148 112;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 138 245 255;
  --color-base16-cyan-bright: 107 184 255;
  --color-base16-blue-bright: 231 153 255;
}
.base16-eva-dim {
  --color-base16-100: 42 59 77;
  --color-base16-200: 61 86 111;
  --color-base16-300: 75 105 136;
  --color-base16-400: 85 121 156;
  --color-base16-500: 126 144 163;
  --color-base16-600: 159 162 166;
  --color-base16-700: 214 215 217;
  --color-base16-800: 255 255 255;
  --color-base16-red: 196 103 108;
  --color-base16-orange: 255 153 102;
  --color-base16-yellow: 207 208 93;
  --color-base16-green: 93 229 97;
  --color-base16-cyan: 75 143 119;
  --color-base16-blue: 26 225 220;
  --color-base16-purple: 156 108 211;
  --color-base16-pink: 187 100 169;
  --color-base16-100-lighter: 42 59 77;
  --color-base16-100-lightest: 42 59 77;
  --color-base16-red-bright: 196 103 108;
  --color-base16-orange-bright: 207 208 93;
  --color-base16-yellow-bright: 93 229 97;
  --color-base16-green-bright: 75 143 119;
  --color-base16-cyan-bright: 26 225 220;
  --color-base16-blue-bright: 156 108 211;
}
.base16-blueforest {
  --color-base16-100: 20 31 46;
  --color-base16-200: 30 92 30;
  --color-base16-300: 39 62 92;
  --color-base16-400: 160 255 160;
  --color-base16-500: 30 92 30;
  --color-base16-600: 255 204 51;
  --color-base16-700: 145 204 255;
  --color-base16-800: 55 87 128;
  --color-base16-red: 255 250 177;
  --color-base16-orange: 255 128 128;
  --color-base16-yellow: 145 204 255;
  --color-base16-green: 128 255 128;
  --color-base16-cyan: 128 255 128;
  --color-base16-blue: 162 207 245;
  --color-base16-purple: 0 153 255;
  --color-base16-pink: 231 231 231;
  --color-base16-100-lighter: 20 31 46;
  --color-base16-100-lightest: 20 31 46;
  --color-base16-red-bright: 255 250 177;
  --color-base16-orange-bright: 145 204 255;
  --color-base16-yellow-bright: 128 255 128;
  --color-base16-green-bright: 128 255 128;
  --color-base16-cyan-bright: 162 207 245;
  --color-base16-blue-bright: 0 153 255;
}
.base16-windows-nt {
  --color-base16-100: 0 0 0;
  --color-base16-200: 42 42 42;
  --color-base16-300: 85 85 85;
  --color-base16-400: 128 128 128;
  --color-base16-500: 161 161 161;
  --color-base16-600: 192 192 192;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 128 128 0;
  --color-base16-yellow: 255 255 0;
  --color-base16-green: 0 255 0;
  --color-base16-cyan: 0 255 255;
  --color-base16-blue: 0 0 255;
  --color-base16-purple: 255 0 255;
  --color-base16-pink: 0 128 0;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 0 0;
  --color-base16-orange-bright: 255 255 0;
  --color-base16-yellow-bright: 0 255 0;
  --color-base16-green-bright: 0 255 255;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 255 0 255;
}
.base16-framer {
  --color-base16-100: 24 24 24;
  --color-base16-200: 21 21 21;
  --color-base16-300: 70 70 70;
  --color-base16-400: 116 116 116;
  --color-base16-500: 185 185 185;
  --color-base16-600: 208 208 208;
  --color-base16-700: 232 232 232;
  --color-base16-800: 238 238 238;
  --color-base16-red: 253 136 107;
  --color-base16-orange: 252 71 105;
  --color-base16-yellow: 254 203 110;
  --color-base16-green: 50 204 220;
  --color-base16-cyan: 172 221 253;
  --color-base16-blue: 32 188 252;
  --color-base16-purple: 186 140 252;
  --color-base16-pink: 177 95 74;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 253 136 107;
  --color-base16-orange-bright: 254 203 110;
  --color-base16-yellow-bright: 50 204 220;
  --color-base16-green-bright: 172 221 253;
  --color-base16-cyan-bright: 32 188 252;
  --color-base16-blue-bright: 186 140 252;
}
.base16-codeschool {
  --color-base16-100: 35 44 49;
  --color-base16-200: 28 54 87;
  --color-base16-300: 42 52 58;
  --color-base16-400: 63 73 68;
  --color-base16-500: 132 137 140;
  --color-base16-600: 158 167 166;
  --color-base16-700: 167 207 163;
  --color-base16-800: 181 216 246;
  --color-base16-red: 42 84 145;
  --color-base16-orange: 67 130 13;
  --color-base16-yellow: 160 59 30;
  --color-base16-green: 35 121 134;
  --color-base16-cyan: 176 47 48;
  --color-base16-blue: 72 77 121;
  --color-base16-purple: 197 152 32;
  --color-base16-pink: 201 131 68;
  --color-base16-100-lighter: 35 44 49;
  --color-base16-100-lightest: 35 44 49;
  --color-base16-red-bright: 42 84 145;
  --color-base16-orange-bright: 160 59 30;
  --color-base16-yellow-bright: 35 121 134;
  --color-base16-green-bright: 176 47 48;
  --color-base16-cyan-bright: 72 77 121;
  --color-base16-blue-bright: 197 152 32;
}
.base16-everforest-dark-hard {
  --color-base16-100: 39 46 51;
  --color-base16-200: 46 56 60;
  --color-base16-300: 65 75 80;
  --color-base16-400: 133 146 137;
  --color-base16-500: 157 169 160;
  --color-base16-600: 211 198 170;
  --color-base16-700: 237 234 218;
  --color-base16-800: 255 251 239;
  --color-base16-red: 230 126 128;
  --color-base16-orange: 230 152 117;
  --color-base16-yellow: 219 188 127;
  --color-base16-green: 167 192 128;
  --color-base16-cyan: 131 192 146;
  --color-base16-blue: 127 187 179;
  --color-base16-purple: 214 153 182;
  --color-base16-pink: 157 169 160;
  --color-base16-100-lighter: 39 46 51;
  --color-base16-100-lightest: 39 46 51;
  --color-base16-red-bright: 230 126 128;
  --color-base16-orange-bright: 219 188 127;
  --color-base16-yellow-bright: 167 192 128;
  --color-base16-green-bright: 131 192 146;
  --color-base16-cyan-bright: 127 187 179;
  --color-base16-blue-bright: 214 153 182;
}
.base16-decaf {
  --color-base16-100: 45 45 45;
  --color-base16-200: 57 57 57;
  --color-base16-300: 81 81 81;
  --color-base16-400: 119 119 119;
  --color-base16-500: 180 183 180;
  --color-base16-600: 204 204 204;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 127 123;
  --color-base16-orange: 255 191 112;
  --color-base16-yellow: 255 214 124;
  --color-base16-green: 190 218 120;
  --color-base16-cyan: 190 214 255;
  --color-base16-blue: 144 190 225;
  --color-base16-purple: 239 179 247;
  --color-base16-pink: 255 147 179;
  --color-base16-100-lighter: 45 45 45;
  --color-base16-100-lightest: 45 45 45;
  --color-base16-red-bright: 255 127 123;
  --color-base16-orange-bright: 255 214 124;
  --color-base16-yellow-bright: 190 218 120;
  --color-base16-green-bright: 190 214 255;
  --color-base16-cyan-bright: 144 190 225;
  --color-base16-blue-bright: 239 179 247;
}
.base16-dracula {
  --color-base16-100: 40 42 54;
  --color-base16-200: 54 52 71;
  --color-base16-300: 68 71 90;
  --color-base16-400: 98 114 164;
  --color-base16-500: 158 168 199;
  --color-base16-600: 248 248 242;
  --color-base16-700: 240 241 244;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 85 85;
  --color-base16-orange: 255 184 108;
  --color-base16-yellow: 241 250 140;
  --color-base16-green: 80 250 123;
  --color-base16-cyan: 139 233 253;
  --color-base16-blue: 128 191 255;
  --color-base16-purple: 255 121 198;
  --color-base16-pink: 189 147 249;
  --color-base16-100-lighter: 40 42 54;
  --color-base16-100-lightest: 40 42 54;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 241 250 140;
  --color-base16-yellow-bright: 80 250 123;
  --color-base16-green-bright: 139 233 253;
  --color-base16-cyan-bright: 128 191 255;
  --color-base16-blue-bright: 255 121 198;
}
.base16-nebula {
  --color-base16-100: 34 39 59;
  --color-base16-200: 65 79 96;
  --color-base16-300: 90 131 128;
  --color-base16-400: 110 111 114;
  --color-base16-500: 135 136 139;
  --color-base16-600: 164 166 169;
  --color-base16-700: 199 201 205;
  --color-base16-800: 141 189 170;
  --color-base16-red: 119 122 188;
  --color-base16-orange: 148 146 158;
  --color-base16-yellow: 79 144 98;
  --color-base16-green: 101 98 168;
  --color-base16-cyan: 34 111 104;
  --color-base16-blue: 77 107 182;
  --color-base16-purple: 113 108 174;
  --color-base16-pink: 140 112 167;
  --color-base16-100-lighter: 34 39 59;
  --color-base16-100-lightest: 34 39 59;
  --color-base16-red-bright: 119 122 188;
  --color-base16-orange-bright: 79 144 98;
  --color-base16-yellow-bright: 101 98 168;
  --color-base16-green-bright: 34 111 104;
  --color-base16-cyan-bright: 77 107 182;
  --color-base16-blue-bright: 113 108 174;
}
.base16-primer-light {
  --color-base16-100: 250 251 252;
  --color-base16-200: 225 228 232;
  --color-base16-300: 209 213 218;
  --color-base16-400: 149 157 165;
  --color-base16-500: 68 77 86;
  --color-base16-600: 47 54 61;
  --color-base16-700: 36 41 46;
  --color-base16-800: 27 31 35;
  --color-base16-red: 215 58 73;
  --color-base16-orange: 246 106 10;
  --color-base16-yellow: 255 211 61;
  --color-base16-green: 40 167 69;
  --color-base16-cyan: 121 184 255;
  --color-base16-blue: 3 102 214;
  --color-base16-purple: 234 74 170;
  --color-base16-pink: 160 65 0;
  --color-base16-100-lighter: 250 251 252;
  --color-base16-100-lightest: 250 251 252;
  --color-base16-red-bright: 215 58 73;
  --color-base16-orange-bright: 255 211 61;
  --color-base16-yellow-bright: 40 167 69;
  --color-base16-green-bright: 121 184 255;
  --color-base16-cyan-bright: 3 102 214;
  --color-base16-blue-bright: 234 74 170;
}
.base16-tokyo-night-dark {
  --color-base16-100: 26 27 38;
  --color-base16-200: 22 22 30;
  --color-base16-300: 47 53 73;
  --color-base16-400: 68 75 106;
  --color-base16-500: 120 124 153;
  --color-base16-600: 169 177 214;
  --color-base16-700: 203 204 209;
  --color-base16-800: 213 214 219;
  --color-base16-red: 192 202 245;
  --color-base16-orange: 169 177 214;
  --color-base16-yellow: 13 185 215;
  --color-base16-green: 158 206 106;
  --color-base16-cyan: 180 249 248;
  --color-base16-blue: 42 195 222;
  --color-base16-purple: 187 154 247;
  --color-base16-pink: 247 118 142;
  --color-base16-100-lighter: 26 27 38;
  --color-base16-100-lightest: 26 27 38;
  --color-base16-red-bright: 192 202 245;
  --color-base16-orange-bright: 13 185 215;
  --color-base16-yellow-bright: 158 206 106;
  --color-base16-green-bright: 180 249 248;
  --color-base16-cyan-bright: 42 195 222;
  --color-base16-blue-bright: 187 154 247;
}
.base16-black-metal-immortal {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 85 102 119;
  --color-base16-green: 119 153 187;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 85 102 119;
  --color-base16-yellow-bright: 119 153 187;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-gruvbox-material-dark-medium {
  --color-base16-100: 41 40 40;
  --color-base16-200: 50 48 47;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 189 174 147;
  --color-base16-600: 221 199 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 234 105 98;
  --color-base16-orange: 231 138 78;
  --color-base16-yellow: 216 166 87;
  --color-base16-green: 169 182 101;
  --color-base16-cyan: 137 180 130;
  --color-base16-blue: 125 174 163;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 189 111 62;
  --color-base16-100-lighter: 41 40 40;
  --color-base16-100-lightest: 41 40 40;
  --color-base16-red-bright: 234 105 98;
  --color-base16-orange-bright: 216 166 87;
  --color-base16-yellow-bright: 169 182 101;
  --color-base16-green-bright: 137 180 130;
  --color-base16-cyan-bright: 125 174 163;
  --color-base16-blue-bright: 211 134 155;
}
.base16-chalk {
  --color-base16-100: 21 21 21;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 245 245 245;
  --color-base16-red: 251 159 177;
  --color-base16-orange: 237 169 135;
  --color-base16-yellow: 221 178 111;
  --color-base16-green: 172 194 103;
  --color-base16-cyan: 18 207 192;
  --color-base16-blue: 111 194 239;
  --color-base16-purple: 225 163 238;
  --color-base16-pink: 222 175 143;
  --color-base16-100-lighter: 21 21 21;
  --color-base16-100-lightest: 21 21 21;
  --color-base16-red-bright: 251 159 177;
  --color-base16-orange-bright: 221 178 111;
  --color-base16-yellow-bright: 172 194 103;
  --color-base16-green-bright: 18 207 192;
  --color-base16-cyan-bright: 111 194 239;
  --color-base16-blue-bright: 225 163 238;
}
.base16-rose-pine {
  --color-base16-100: 25 23 36;
  --color-base16-200: 31 29 46;
  --color-base16-300: 38 35 58;
  --color-base16-400: 110 106 134;
  --color-base16-500: 144 140 170;
  --color-base16-600: 224 222 244;
  --color-base16-700: 224 222 244;
  --color-base16-800: 82 79 103;
  --color-base16-red: 235 111 146;
  --color-base16-orange: 246 193 119;
  --color-base16-yellow: 235 188 186;
  --color-base16-green: 49 116 143;
  --color-base16-cyan: 156 207 216;
  --color-base16-blue: 196 167 231;
  --color-base16-purple: 246 193 119;
  --color-base16-pink: 82 79 103;
  --color-base16-100-lighter: 25 23 36;
  --color-base16-100-lightest: 25 23 36;
  --color-base16-red-bright: 235 111 146;
  --color-base16-orange-bright: 235 188 186;
  --color-base16-yellow-bright: 49 116 143;
  --color-base16-green-bright: 156 207 216;
  --color-base16-cyan-bright: 196 167 231;
  --color-base16-blue-bright: 246 193 119;
}
.base16-marrakesh {
  --color-base16-100: 32 22 2;
  --color-base16-200: 48 46 0;
  --color-base16-300: 95 91 23;
  --color-base16-400: 108 104 35;
  --color-base16-500: 134 129 59;
  --color-base16-600: 148 142 72;
  --color-base16-700: 204 195 122;
  --color-base16-800: 250 240 165;
  --color-base16-red: 195 83 89;
  --color-base16-orange: 179 97 68;
  --color-base16-yellow: 168 131 57;
  --color-base16-green: 24 151 78;
  --color-base16-cyan: 117 167 56;
  --color-base16-blue: 71 124 161;
  --color-base16-purple: 136 104 179;
  --color-base16-pink: 179 88 142;
  --color-base16-100-lighter: 32 22 2;
  --color-base16-100-lightest: 32 22 2;
  --color-base16-red-bright: 195 83 89;
  --color-base16-orange-bright: 168 131 57;
  --color-base16-yellow-bright: 24 151 78;
  --color-base16-green-bright: 117 167 56;
  --color-base16-cyan-bright: 71 124 161;
  --color-base16-blue-bright: 136 104 179;
}
.base16-hopscotch {
  --color-base16-100: 50 41 49;
  --color-base16-200: 67 59 66;
  --color-base16-300: 92 84 91;
  --color-base16-400: 121 115 121;
  --color-base16-500: 152 148 152;
  --color-base16-600: 185 181 184;
  --color-base16-700: 213 211 213;
  --color-base16-800: 255 255 255;
  --color-base16-red: 221 70 76;
  --color-base16-orange: 253 139 25;
  --color-base16-yellow: 253 204 89;
  --color-base16-green: 143 193 62;
  --color-base16-cyan: 20 155 147;
  --color-base16-blue: 18 144 191;
  --color-base16-purple: 200 94 124;
  --color-base16-pink: 179 53 8;
  --color-base16-100-lighter: 50 41 49;
  --color-base16-100-lightest: 50 41 49;
  --color-base16-red-bright: 221 70 76;
  --color-base16-orange-bright: 253 204 89;
  --color-base16-yellow-bright: 143 193 62;
  --color-base16-green-bright: 20 155 147;
  --color-base16-cyan-bright: 18 144 191;
  --color-base16-blue-bright: 200 94 124;
}
.base16-atelier-heath {
  --color-base16-100: 27 24 27;
  --color-base16-200: 41 35 41;
  --color-base16-300: 105 93 105;
  --color-base16-400: 119 105 119;
  --color-base16-500: 158 143 158;
  --color-base16-600: 171 155 171;
  --color-base16-700: 216 202 216;
  --color-base16-800: 247 243 247;
  --color-base16-red: 202 64 43;
  --color-base16-orange: 166 89 38;
  --color-base16-yellow: 187 138 53;
  --color-base16-green: 145 139 59;
  --color-base16-cyan: 21 147 147;
  --color-base16-blue: 81 106 236;
  --color-base16-purple: 123 89 192;
  --color-base16-pink: 204 51 204;
  --color-base16-100-lighter: 27 24 27;
  --color-base16-100-lightest: 27 24 27;
  --color-base16-red-bright: 202 64 43;
  --color-base16-orange-bright: 187 138 53;
  --color-base16-yellow-bright: 145 139 59;
  --color-base16-green-bright: 21 147 147;
  --color-base16-cyan-bright: 81 106 236;
  --color-base16-blue-bright: 123 89 192;
}
.base16-cupcake {
  --color-base16-100: 251 241 242;
  --color-base16-200: 242 241 244;
  --color-base16-300: 216 213 221;
  --color-base16-400: 191 185 198;
  --color-base16-500: 165 157 175;
  --color-base16-600: 139 129 152;
  --color-base16-700: 114 103 126;
  --color-base16-800: 88 80 98;
  --color-base16-red: 213 126 133;
  --color-base16-orange: 235 183 144;
  --color-base16-yellow: 220 177 108;
  --color-base16-green: 163 179 103;
  --color-base16-cyan: 105 169 167;
  --color-base16-blue: 114 151 185;
  --color-base16-purple: 187 153 180;
  --color-base16-pink: 186 165 140;
  --color-base16-100-lighter: 251 241 242;
  --color-base16-100-lightest: 251 241 242;
  --color-base16-red-bright: 213 126 133;
  --color-base16-orange-bright: 220 177 108;
  --color-base16-yellow-bright: 163 179 103;
  --color-base16-green-bright: 105 169 167;
  --color-base16-cyan-bright: 114 151 185;
  --color-base16-blue-bright: 187 153 180;
}
.base16-stella {
  --color-base16-100: 43 33 60;
  --color-base16-200: 54 43 72;
  --color-base16-300: 77 65 96;
  --color-base16-400: 101 89 120;
  --color-base16-500: 127 113 146;
  --color-base16-600: 153 139 173;
  --color-base16-700: 180 165 200;
  --color-base16-800: 235 220 255;
  --color-base16-red: 199 153 135;
  --color-base16-orange: 136 101 198;
  --color-base16-yellow: 199 198 145;
  --color-base16-green: 172 199 155;
  --color-base16-cyan: 155 199 191;
  --color-base16-blue: 165 170 212;
  --color-base16-purple: 197 148 255;
  --color-base16-pink: 199 171 135;
  --color-base16-100-lighter: 43 33 60;
  --color-base16-100-lightest: 43 33 60;
  --color-base16-red-bright: 199 153 135;
  --color-base16-orange-bright: 199 198 145;
  --color-base16-yellow-bright: 172 199 155;
  --color-base16-green-bright: 155 199 191;
  --color-base16-cyan-bright: 165 170 212;
  --color-base16-blue-bright: 197 148 255;
}
.base16-tube {
  --color-base16-100: 35 31 32;
  --color-base16-200: 28 63 149;
  --color-base16-300: 90 87 88;
  --color-base16-400: 115 113 113;
  --color-base16-500: 149 156 161;
  --color-base16-600: 217 216 216;
  --color-base16-700: 231 231 232;
  --color-base16-800: 255 255 255;
  --color-base16-red: 238 46 36;
  --color-base16-orange: 243 134 161;
  --color-base16-yellow: 255 210 4;
  --color-base16-green: 0 133 62;
  --color-base16-cyan: 133 206 188;
  --color-base16-blue: 0 157 220;
  --color-base16-purple: 152 0 93;
  --color-base16-pink: 176 97 16;
  --color-base16-100-lighter: 35 31 32;
  --color-base16-100-lightest: 35 31 32;
  --color-base16-red-bright: 238 46 36;
  --color-base16-orange-bright: 255 210 4;
  --color-base16-yellow-bright: 0 133 62;
  --color-base16-green-bright: 133 206 188;
  --color-base16-cyan-bright: 0 157 220;
  --color-base16-blue-bright: 152 0 93;
}
.base16-fruit-soda {
  --color-base16-100: 241 236 241;
  --color-base16-200: 224 222 224;
  --color-base16-300: 216 213 213;
  --color-base16-400: 181 180 182;
  --color-base16-500: 151 149 152;
  --color-base16-600: 81 81 81;
  --color-base16-700: 71 69 69;
  --color-base16-800: 45 44 44;
  --color-base16-red: 254 62 49;
  --color-base16-orange: 254 109 8;
  --color-base16-yellow: 247 226 3;
  --color-base16-green: 71 247 76;
  --color-base16-cyan: 15 156 253;
  --color-base16-blue: 41 49 223;
  --color-base16-purple: 97 31 206;
  --color-base16-pink: 177 111 64;
  --color-base16-100-lighter: 241 236 241;
  --color-base16-100-lightest: 241 236 241;
  --color-base16-red-bright: 254 62 49;
  --color-base16-orange-bright: 247 226 3;
  --color-base16-yellow-bright: 71 247 76;
  --color-base16-green-bright: 15 156 253;
  --color-base16-cyan-bright: 41 49 223;
  --color-base16-blue-bright: 97 31 206;
}
.base16-default-dark {
  --color-base16-100: 24 24 24;
  --color-base16-200: 40 40 40;
  --color-base16-300: 56 56 56;
  --color-base16-400: 88 88 88;
  --color-base16-500: 184 184 184;
  --color-base16-600: 216 216 216;
  --color-base16-700: 232 232 232;
  --color-base16-800: 248 248 248;
  --color-base16-red: 171 70 66;
  --color-base16-orange: 220 150 86;
  --color-base16-yellow: 247 202 136;
  --color-base16-green: 161 181 108;
  --color-base16-cyan: 134 193 185;
  --color-base16-blue: 124 175 194;
  --color-base16-purple: 186 139 175;
  --color-base16-pink: 161 105 70;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 171 70 66;
  --color-base16-orange-bright: 247 202 136;
  --color-base16-yellow-bright: 161 181 108;
  --color-base16-green-bright: 134 193 185;
  --color-base16-cyan-bright: 124 175 194;
  --color-base16-blue-bright: 186 139 175;
}
.base16-sparky {
  --color-base16-100: 7 43 49;
  --color-base16-200: 0 49 60;
  --color-base16-300: 0 60 70;
  --color-base16-400: 0 59 73;
  --color-base16-500: 0 119 139;
  --color-base16-600: 244 245 240;
  --color-base16-700: 245 245 241;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 88 93;
  --color-base16-orange: 255 143 28;
  --color-base16-yellow: 251 221 64;
  --color-base16-green: 120 214 75;
  --color-base16-cyan: 45 204 211;
  --color-base16-blue: 70 152 203;
  --color-base16-purple: 213 158 215;
  --color-base16-pink: 155 112 77;
  --color-base16-100-lighter: 7 43 49;
  --color-base16-100-lightest: 7 43 49;
  --color-base16-red-bright: 255 88 93;
  --color-base16-orange-bright: 251 221 64;
  --color-base16-yellow-bright: 120 214 75;
  --color-base16-green-bright: 45 204 211;
  --color-base16-cyan-bright: 70 152 203;
  --color-base16-blue-bright: 213 158 215;
}
.base16-primer-dark {
  --color-base16-100: 1 4 9;
  --color-base16-200: 33 38 45;
  --color-base16-300: 48 54 61;
  --color-base16-400: 72 79 88;
  --color-base16-500: 139 148 158;
  --color-base16-600: 177 186 196;
  --color-base16-700: 201 209 217;
  --color-base16-800: 240 246 252;
  --color-base16-red: 255 123 114;
  --color-base16-orange: 240 136 62;
  --color-base16-yellow: 210 153 34;
  --color-base16-green: 63 185 80;
  --color-base16-cyan: 165 214 255;
  --color-base16-blue: 88 166 255;
  --color-base16-purple: 247 120 186;
  --color-base16-pink: 189 86 29;
  --color-base16-100-lighter: 1 4 9;
  --color-base16-100-lightest: 1 4 9;
  --color-base16-red-bright: 255 123 114;
  --color-base16-orange-bright: 210 153 34;
  --color-base16-yellow-bright: 63 185 80;
  --color-base16-green-bright: 165 214 255;
  --color-base16-cyan-bright: 88 166 255;
  --color-base16-blue-bright: 247 120 186;
}
.base16-purpledream {
  --color-base16-100: 16 5 16;
  --color-base16-200: 48 32 48;
  --color-base16-300: 64 48 64;
  --color-base16-400: 96 80 96;
  --color-base16-500: 187 176 187;
  --color-base16-600: 221 208 221;
  --color-base16-700: 238 224 238;
  --color-base16-800: 255 240 255;
  --color-base16-red: 255 29 13;
  --color-base16-orange: 204 174 20;
  --color-base16-yellow: 240 0 160;
  --color-base16-green: 20 204 100;
  --color-base16-cyan: 0 117 176;
  --color-base16-blue: 0 160 240;
  --color-base16-purple: 176 0 208;
  --color-base16-pink: 106 42 60;
  --color-base16-100-lighter: 16 5 16;
  --color-base16-100-lightest: 16 5 16;
  --color-base16-red-bright: 255 29 13;
  --color-base16-orange-bright: 240 0 160;
  --color-base16-yellow-bright: 20 204 100;
  --color-base16-green-bright: 0 117 176;
  --color-base16-cyan-bright: 0 160 240;
  --color-base16-blue-bright: 176 0 208;
}
.base16-onedark {
  --color-base16-100: 40 44 52;
  --color-base16-200: 53 59 69;
  --color-base16-300: 62 68 81;
  --color-base16-400: 84 88 98;
  --color-base16-500: 86 92 100;
  --color-base16-600: 171 178 191;
  --color-base16-700: 182 189 202;
  --color-base16-800: 200 204 212;
  --color-base16-red: 224 108 117;
  --color-base16-orange: 209 154 102;
  --color-base16-yellow: 229 192 123;
  --color-base16-green: 152 195 121;
  --color-base16-cyan: 86 182 194;
  --color-base16-blue: 97 175 239;
  --color-base16-purple: 198 120 221;
  --color-base16-pink: 190 80 70;
  --color-base16-100-lighter: 40 44 52;
  --color-base16-100-lightest: 40 44 52;
  --color-base16-red-bright: 224 108 117;
  --color-base16-orange-bright: 229 192 123;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 86 182 194;
  --color-base16-cyan-bright: 97 175 239;
  --color-base16-blue-bright: 198 120 221;
}
.base16-summercamp {
  --color-base16-100: 28 24 16;
  --color-base16-200: 42 38 28;
  --color-base16-300: 58 53 39;
  --color-base16-400: 80 75 56;
  --color-base16-500: 95 91 69;
  --color-base16-600: 115 110 85;
  --color-base16-700: 186 182 150;
  --color-base16-800: 248 245 222;
  --color-base16-red: 227 81 66;
  --color-base16-orange: 251 161 27;
  --color-base16-yellow: 242 255 39;
  --color-base16-green: 92 235 90;
  --color-base16-cyan: 90 235 188;
  --color-base16-blue: 72 155 240;
  --color-base16-purple: 255 128 128;
  --color-base16-pink: 246 155 231;
  --color-base16-100-lighter: 28 24 16;
  --color-base16-100-lightest: 28 24 16;
  --color-base16-red-bright: 227 81 66;
  --color-base16-orange-bright: 242 255 39;
  --color-base16-yellow-bright: 92 235 90;
  --color-base16-green-bright: 90 235 188;
  --color-base16-cyan-bright: 72 155 240;
  --color-base16-blue-bright: 255 128 128;
}
.base16-spaceduck {
  --color-base16-100: 22 23 45;
  --color-base16-200: 27 28 54;
  --color-base16-300: 48 54 95;
  --color-base16-400: 104 111 154;
  --color-base16-500: 129 133 150;
  --color-base16-600: 236 240 193;
  --color-base16-700: 193 195 204;
  --color-base16-800: 255 255 255;
  --color-base16-red: 227 52 0;
  --color-base16-orange: 227 148 0;
  --color-base16-yellow: 242 206 0;
  --color-base16-green: 92 204 150;
  --color-base16-cyan: 0 163 204;
  --color-base16-blue: 122 92 204;
  --color-base16-purple: 179 161 230;
  --color-base16-pink: 206 111 143;
  --color-base16-100-lighter: 22 23 45;
  --color-base16-100-lightest: 22 23 45;
  --color-base16-red-bright: 227 52 0;
  --color-base16-orange-bright: 242 206 0;
  --color-base16-yellow-bright: 92 204 150;
  --color-base16-green-bright: 0 163 204;
  --color-base16-cyan-bright: 122 92 204;
  --color-base16-blue-bright: 179 161 230;
}
.base16-mocha {
  --color-base16-100: 59 50 40;
  --color-base16-200: 83 70 54;
  --color-base16-300: 100 82 64;
  --color-base16-400: 126 112 90;
  --color-base16-500: 184 175 173;
  --color-base16-600: 208 200 198;
  --color-base16-700: 233 225 221;
  --color-base16-800: 245 238 235;
  --color-base16-red: 203 96 119;
  --color-base16-orange: 210 139 113;
  --color-base16-yellow: 244 188 135;
  --color-base16-green: 190 181 91;
  --color-base16-cyan: 123 189 164;
  --color-base16-blue: 138 179 181;
  --color-base16-purple: 168 155 185;
  --color-base16-pink: 187 149 132;
  --color-base16-100-lighter: 59 50 40;
  --color-base16-100-lightest: 59 50 40;
  --color-base16-red-bright: 203 96 119;
  --color-base16-orange-bright: 244 188 135;
  --color-base16-yellow-bright: 190 181 91;
  --color-base16-green-bright: 123 189 164;
  --color-base16-cyan-bright: 138 179 181;
  --color-base16-blue-bright: 168 155 185;
}
.base16-github-dark {
  --color-base16-100: 22 27 34;
  --color-base16-200: 48 54 61;
  --color-base16-300: 72 79 88;
  --color-base16-400: 110 118 129;
  --color-base16-500: 139 148 158;
  --color-base16-600: 201 209 217;
  --color-base16-700: 240 246 252;
  --color-base16-800: 255 255 255;
  --color-base16-red: 248 81 73;
  --color-base16-orange: 219 109 40;
  --color-base16-yellow: 187 128 9;
  --color-base16-green: 46 160 67;
  --color-base16-cyan: 42 157 154;
  --color-base16-blue: 56 139 253;
  --color-base16-purple: 163 113 247;
  --color-base16-pink: 61 47 0;
  --color-base16-100-lighter: 22 27 34;
  --color-base16-100-lightest: 22 27 34;
  --color-base16-red-bright: 248 81 73;
  --color-base16-orange-bright: 187 128 9;
  --color-base16-yellow-bright: 46 160 67;
  --color-base16-green-bright: 42 157 154;
  --color-base16-cyan-bright: 56 139 253;
  --color-base16-blue-bright: 163 113 247;
}
.base16-brushtrees {
  --color-base16-100: 227 239 239;
  --color-base16-200: 201 219 220;
  --color-base16-300: 176 197 200;
  --color-base16-400: 152 175 181;
  --color-base16-500: 130 153 161;
  --color-base16-600: 109 130 142;
  --color-base16-700: 90 109 122;
  --color-base16-800: 72 88 103;
  --color-base16-red: 179 134 134;
  --color-base16-orange: 216 187 162;
  --color-base16-yellow: 170 179 134;
  --color-base16-green: 135 179 134;
  --color-base16-cyan: 134 179 179;
  --color-base16-blue: 134 140 179;
  --color-base16-purple: 179 134 178;
  --color-base16-pink: 179 159 159;
  --color-base16-100-lighter: 227 239 239;
  --color-base16-100-lightest: 227 239 239;
  --color-base16-red-bright: 179 134 134;
  --color-base16-orange-bright: 170 179 134;
  --color-base16-yellow-bright: 135 179 134;
  --color-base16-green-bright: 134 179 179;
  --color-base16-cyan-bright: 134 140 179;
  --color-base16-blue-bright: 179 134 178;
}
.base16-tokyo-city-terminal-light {
  --color-base16-100: 251 251 253;
  --color-base16-200: 246 246 248;
  --color-base16-300: 216 226 236;
  --color-base16-400: 183 197 211;
  --color-base16-500: 82 98 112;
  --color-base16-600: 40 50 58;
  --color-base16-700: 29 37 44;
  --color-base16-800: 23 29 35;
  --color-base16-red: 140 67 81;
  --color-base16-orange: 150 80 39;
  --color-base16-yellow: 143 94 21;
  --color-base16-green: 51 99 92;
  --color-base16-cyan: 15 75 110;
  --color-base16-blue: 52 84 138;
  --color-base16-purple: 90 74 120;
  --color-base16-pink: 126 81 64;
  --color-base16-100-lighter: 251 251 253;
  --color-base16-100-lightest: 251 251 253;
  --color-base16-red-bright: 140 67 81;
  --color-base16-orange-bright: 143 94 21;
  --color-base16-yellow-bright: 51 99 92;
  --color-base16-green-bright: 15 75 110;
  --color-base16-cyan-bright: 52 84 138;
  --color-base16-blue-bright: 90 74 120;
}
.base16-rose-pine-dawn {
  --color-base16-100: 250 244 237;
  --color-base16-200: 255 250 243;
  --color-base16-300: 242 233 222;
  --color-base16-400: 152 147 165;
  --color-base16-500: 121 117 147;
  --color-base16-600: 87 82 121;
  --color-base16-700: 87 82 121;
  --color-base16-800: 206 202 205;
  --color-base16-red: 180 99 122;
  --color-base16-orange: 234 157 52;
  --color-base16-yellow: 215 130 126;
  --color-base16-green: 40 105 131;
  --color-base16-cyan: 86 148 159;
  --color-base16-blue: 144 122 169;
  --color-base16-purple: 234 157 52;
  --color-base16-pink: 206 202 205;
  --color-base16-100-lighter: 250 244 237;
  --color-base16-100-lightest: 250 244 237;
  --color-base16-red-bright: 180 99 122;
  --color-base16-orange-bright: 215 130 126;
  --color-base16-yellow-bright: 40 105 131;
  --color-base16-green-bright: 86 148 159;
  --color-base16-cyan-bright: 144 122 169;
  --color-base16-blue-bright: 234 157 52;
}
.base16-precious-light-white {
  --color-base16-100: 255 255 255;
  --color-base16-200: 237 237 237;
  --color-base16-300: 219 219 219;
  --color-base16-400: 132 132 132;
  --color-base16-500: 99 99 99;
  --color-base16-600: 85 85 85;
  --color-base16-700: 85 85 85;
  --color-base16-800: 85 85 85;
  --color-base16-red: 175 73 71;
  --color-base16-orange: 160 87 13;
  --color-base16-yellow: 135 101 0;
  --color-base16-green: 85 115 1;
  --color-base16-cyan: 8 119 103;
  --color-base16-blue: 24 109 170;
  --color-base16-purple: 123 78 203;
  --color-base16-pink: 169 62 147;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 175 73 71;
  --color-base16-orange-bright: 135 101 0;
  --color-base16-yellow-bright: 85 115 1;
  --color-base16-green-bright: 8 119 103;
  --color-base16-cyan-bright: 24 109 170;
  --color-base16-blue-bright: 123 78 203;
}
.base16-vulcan {
  --color-base16-100: 4 21 35;
  --color-base16-200: 18 35 57;
  --color-base16-300: 0 53 82;
  --color-base16-400: 122 87 89;
  --color-base16-500: 107 105 119;
  --color-base16-600: 91 119 140;
  --color-base16-700: 51 50 56;
  --color-base16-800: 33 77 104;
  --color-base16-red: 129 133 145;
  --color-base16-orange: 145 152 163;
  --color-base16-yellow: 173 180 185;
  --color-base16-green: 151 125 124;
  --color-base16-cyan: 151 125 124;
  --color-base16-blue: 151 125 124;
  --color-base16-purple: 145 152 163;
  --color-base16-pink: 151 125 124;
  --color-base16-100-lighter: 4 21 35;
  --color-base16-100-lightest: 4 21 35;
  --color-base16-red-bright: 129 133 145;
  --color-base16-orange-bright: 173 180 185;
  --color-base16-yellow-bright: 151 125 124;
  --color-base16-green-bright: 151 125 124;
  --color-base16-cyan-bright: 151 125 124;
  --color-base16-blue-bright: 145 152 163;
}
.base16-uwunicorn {
  --color-base16-100: 36 27 38;
  --color-base16-200: 47 42 63;
  --color-base16-300: 70 53 74;
  --color-base16-400: 108 60 178;
  --color-base16-500: 126 95 131;
  --color-base16-600: 238 213 217;
  --color-base16-700: 217 194 198;
  --color-base16-800: 228 204 208;
  --color-base16-red: 135 123 182;
  --color-base16-orange: 222 91 68;
  --color-base16-yellow: 168 74 115;
  --color-base16-green: 201 101 191;
  --color-base16-cyan: 156 95 206;
  --color-base16-blue: 106 158 181;
  --color-base16-purple: 120 163 143;
  --color-base16-pink: 163 160 121;
  --color-base16-100-lighter: 36 27 38;
  --color-base16-100-lightest: 36 27 38;
  --color-base16-red-bright: 135 123 182;
  --color-base16-orange-bright: 168 74 115;
  --color-base16-yellow-bright: 201 101 191;
  --color-base16-green-bright: 156 95 206;
  --color-base16-cyan-bright: 106 158 181;
  --color-base16-blue-bright: 120 163 143;
}
.base16-gruvbox-dark-medium {
  --color-base16-100: 40 40 40;
  --color-base16-200: 60 56 54;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 189 174 147;
  --color-base16-600: 213 196 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 251 73 52;
  --color-base16-orange: 254 128 25;
  --color-base16-yellow: 250 189 47;
  --color-base16-green: 184 187 38;
  --color-base16-cyan: 142 192 124;
  --color-base16-blue: 131 165 152;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 40 40 40;
  --color-base16-100-lightest: 40 40 40;
  --color-base16-red-bright: 251 73 52;
  --color-base16-orange-bright: 250 189 47;
  --color-base16-yellow-bright: 184 187 38;
  --color-base16-green-bright: 142 192 124;
  --color-base16-cyan-bright: 131 165 152;
  --color-base16-blue-bright: 211 134 155;
}
.base16-gruvbox-material-light-hard {
  --color-base16-100: 249 245 215;
  --color-base16-200: 251 241 199;
  --color-base16-300: 224 207 169;
  --color-base16-400: 168 153 132;
  --color-base16-500: 201 185 154;
  --color-base16-600: 101 71 53;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 193 74 74;
  --color-base16-orange: 195 94 10;
  --color-base16-yellow: 180 113 9;
  --color-base16-green: 108 120 46;
  --color-base16-cyan: 76 122 93;
  --color-base16-blue: 69 112 122;
  --color-base16-purple: 148 94 128;
  --color-base16-pink: 231 138 78;
  --color-base16-100-lighter: 249 245 215;
  --color-base16-100-lightest: 249 245 215;
  --color-base16-red-bright: 193 74 74;
  --color-base16-orange-bright: 180 113 9;
  --color-base16-yellow-bright: 108 120 46;
  --color-base16-green-bright: 76 122 93;
  --color-base16-cyan-bright: 69 112 122;
  --color-base16-blue-bright: 148 94 128;
}
.base16-selenized-black {
  --color-base16-100: 24 24 24;
  --color-base16-200: 37 37 37;
  --color-base16-300: 59 59 59;
  --color-base16-400: 119 119 119;
  --color-base16-500: 119 119 119;
  --color-base16-600: 185 185 185;
  --color-base16-700: 222 222 222;
  --color-base16-800: 222 222 222;
  --color-base16-red: 237 74 70;
  --color-base16-orange: 230 127 67;
  --color-base16-yellow: 219 179 45;
  --color-base16-green: 112 180 51;
  --color-base16-cyan: 63 197 183;
  --color-base16-blue: 54 138 235;
  --color-base16-purple: 165 128 226;
  --color-base16-pink: 235 110 183;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 237 74 70;
  --color-base16-orange-bright: 219 179 45;
  --color-base16-yellow-bright: 112 180 51;
  --color-base16-green-bright: 63 197 183;
  --color-base16-cyan-bright: 54 138 235;
  --color-base16-blue-bright: 165 128 226;
}
.base16-lime {
  --color-base16-100: 26 26 47;
  --color-base16-200: 32 32 48;
  --color-base16-300: 42 42 63;
  --color-base16-400: 49 49 64;
  --color-base16-500: 81 81 85;
  --color-base16-600: 129 129 117;
  --color-base16-700: 255 242 209;
  --color-base16-800: 255 248 225;
  --color-base16-red: 255 102 42;
  --color-base16-orange: 255 119 58;
  --color-base16-yellow: 255 209 94;
  --color-base16-green: 140 217 124;
  --color-base16-cyan: 76 173 131;
  --color-base16-blue: 43 146 111;
  --color-base16-purple: 27 130 95;
  --color-base16-pink: 180 217 124;
  --color-base16-100-lighter: 26 26 47;
  --color-base16-100-lightest: 26 26 47;
  --color-base16-red-bright: 255 102 42;
  --color-base16-orange-bright: 255 209 94;
  --color-base16-yellow-bright: 140 217 124;
  --color-base16-green-bright: 76 173 131;
  --color-base16-cyan-bright: 43 146 111;
  --color-base16-blue-bright: 27 130 95;
}
.base16-qualia {
  --color-base16-100: 16 16 16;
  --color-base16-200: 69 69 69;
  --color-base16-300: 69 69 69;
  --color-base16-400: 69 69 69;
  --color-base16-500: 128 128 128;
  --color-base16-600: 192 192 192;
  --color-base16-700: 192 192 192;
  --color-base16-800: 69 69 69;
  --color-base16-red: 239 166 162;
  --color-base16-orange: 163 184 239;
  --color-base16-yellow: 230 163 220;
  --color-base16-green: 128 201 144;
  --color-base16-cyan: 200 200 116;
  --color-base16-blue: 80 202 205;
  --color-base16-purple: 224 175 133;
  --color-base16-pink: 128 128 128;
  --color-base16-100-lighter: 16 16 16;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 239 166 162;
  --color-base16-orange-bright: 230 163 220;
  --color-base16-yellow-bright: 128 201 144;
  --color-base16-green-bright: 200 200 116;
  --color-base16-cyan-bright: 80 202 205;
  --color-base16-blue-bright: 224 175 133;
}
.base16-ayu-dark {
  --color-base16-100: 15 20 25;
  --color-base16-200: 19 23 33;
  --color-base16-300: 39 45 56;
  --color-base16-400: 62 75 89;
  --color-base16-500: 191 189 182;
  --color-base16-600: 230 225 207;
  --color-base16-700: 230 225 207;
  --color-base16-800: 243 244 245;
  --color-base16-red: 240 113 120;
  --color-base16-orange: 255 143 64;
  --color-base16-yellow: 255 180 84;
  --color-base16-green: 184 204 82;
  --color-base16-cyan: 149 230 203;
  --color-base16-blue: 89 194 255;
  --color-base16-purple: 210 166 255;
  --color-base16-pink: 230 182 115;
  --color-base16-100-lighter: 15 20 25;
  --color-base16-100-lightest: 15 20 25;
  --color-base16-red-bright: 240 113 120;
  --color-base16-orange-bright: 255 180 84;
  --color-base16-yellow-bright: 184 204 82;
  --color-base16-green-bright: 149 230 203;
  --color-base16-cyan-bright: 89 194 255;
  --color-base16-blue-bright: 210 166 255;
}
.base16-gigavolt {
  --color-base16-100: 32 33 38;
  --color-base16-200: 45 48 61;
  --color-base16-300: 90 87 110;
  --color-base16-400: 161 210 230;
  --color-base16-500: 202 211 255;
  --color-base16-600: 233 231 225;
  --color-base16-700: 239 240 249;
  --color-base16-800: 242 251 255;
  --color-base16-red: 255 102 26;
  --color-base16-orange: 25 249 136;
  --color-base16-yellow: 255 220 45;
  --color-base16-green: 242 230 169;
  --color-base16-cyan: 251 106 203;
  --color-base16-blue: 64 191 255;
  --color-base16-purple: 174 148 249;
  --color-base16-pink: 97 135 255;
  --color-base16-100-lighter: 32 33 38;
  --color-base16-100-lightest: 32 33 38;
  --color-base16-red-bright: 255 102 26;
  --color-base16-orange-bright: 255 220 45;
  --color-base16-yellow-bright: 242 230 169;
  --color-base16-green-bright: 251 106 203;
  --color-base16-cyan-bright: 64 191 255;
  --color-base16-blue-bright: 174 148 249;
}
.base16-gruber {
  --color-base16-100: 24 24 24;
  --color-base16-200: 69 61 65;
  --color-base16-300: 72 72 72;
  --color-base16-400: 82 73 78;
  --color-base16-500: 228 228 239;
  --color-base16-600: 244 244 255;
  --color-base16-700: 245 245 245;
  --color-base16-800: 228 228 239;
  --color-base16-red: 244 56 65;
  --color-base16-orange: 199 60 63;
  --color-base16-yellow: 255 221 51;
  --color-base16-green: 115 201 54;
  --color-base16-cyan: 149 169 159;
  --color-base16-blue: 150 166 200;
  --color-base16-purple: 158 149 199;
  --color-base16-pink: 204 140 60;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 244 56 65;
  --color-base16-orange-bright: 255 221 51;
  --color-base16-yellow-bright: 115 201 54;
  --color-base16-green-bright: 149 169 159;
  --color-base16-cyan-bright: 150 166 200;
  --color-base16-blue-bright: 158 149 199;
}
.base16-heetch-light {
  --color-base16-100: 254 255 255;
  --color-base16-200: 57 37 81;
  --color-base16-300: 123 109 139;
  --color-base16-400: 156 146 168;
  --color-base16-500: 221 214 229;
  --color-base16-600: 90 73 110;
  --color-base16-700: 71 5 70;
  --color-base16-800: 25 1 52;
  --color-base16-red: 39 217 213;
  --color-base16-orange: 189 182 197;
  --color-base16-yellow: 91 162 182;
  --color-base16-green: 248 0 89;
  --color-base16-cyan: 195 54 120;
  --color-base16-blue: 71 249 245;
  --color-base16-purple: 189 1 82;
  --color-base16-pink: 222 218 226;
  --color-base16-100-lighter: 254 255 255;
  --color-base16-100-lightest: 254 255 255;
  --color-base16-red-bright: 39 217 213;
  --color-base16-orange-bright: 91 162 182;
  --color-base16-yellow-bright: 248 0 89;
  --color-base16-green-bright: 195 54 120;
  --color-base16-cyan-bright: 71 249 245;
  --color-base16-blue-bright: 189 1 82;
}
.base16-monokai {
  --color-base16-100: 39 40 34;
  --color-base16-200: 56 56 48;
  --color-base16-300: 73 72 62;
  --color-base16-400: 117 113 94;
  --color-base16-500: 165 159 133;
  --color-base16-600: 248 248 242;
  --color-base16-700: 245 244 241;
  --color-base16-800: 249 248 245;
  --color-base16-red: 249 38 114;
  --color-base16-orange: 253 151 31;
  --color-base16-yellow: 244 191 117;
  --color-base16-green: 166 226 46;
  --color-base16-cyan: 161 239 228;
  --color-base16-blue: 102 217 239;
  --color-base16-purple: 174 129 255;
  --color-base16-pink: 204 102 51;
  --color-base16-100-lighter: 39 40 34;
  --color-base16-100-lightest: 39 40 34;
  --color-base16-red-bright: 249 38 114;
  --color-base16-orange-bright: 244 191 117;
  --color-base16-yellow-bright: 166 226 46;
  --color-base16-green-bright: 161 239 228;
  --color-base16-cyan-bright: 102 217 239;
  --color-base16-blue-bright: 174 129 255;
}
.base16-gruvbox-light {
  --color-base16-100: 251 241 199;
  --color-base16-200: 235 219 178;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 124 111 100;
  --color-base16-600: 60 56 54;
  --color-base16-700: 40 40 40;
  --color-base16-800: 29 32 33;
  --color-base16-red: 204 36 29;
  --color-base16-orange: 214 93 14;
  --color-base16-yellow: 215 153 33;
  --color-base16-green: 152 151 26;
  --color-base16-cyan: 104 157 106;
  --color-base16-blue: 69 133 136;
  --color-base16-purple: 177 98 134;
  --color-base16-pink: 157 0 6;
  --color-base16-100-lighter: 251 241 199;
  --color-base16-100-lightest: 251 241 199;
  --color-base16-red-bright: 204 36 29;
  --color-base16-orange-bright: 215 153 33;
  --color-base16-yellow-bright: 152 151 26;
  --color-base16-green-bright: 104 157 106;
  --color-base16-cyan-bright: 69 133 136;
  --color-base16-blue-bright: 177 98 134;
}
.base16-spacemacs {
  --color-base16-100: 31 32 34;
  --color-base16-200: 40 40 40;
  --color-base16-300: 68 65 85;
  --color-base16-400: 88 88 88;
  --color-base16-500: 184 184 184;
  --color-base16-600: 163 163 163;
  --color-base16-700: 232 232 232;
  --color-base16-800: 248 248 248;
  --color-base16-red: 242 36 31;
  --color-base16-orange: 255 165 0;
  --color-base16-yellow: 177 149 29;
  --color-base16-green: 103 177 29;
  --color-base16-cyan: 45 149 116;
  --color-base16-blue: 79 151 215;
  --color-base16-purple: 163 29 177;
  --color-base16-pink: 176 48 96;
  --color-base16-100-lighter: 31 32 34;
  --color-base16-100-lightest: 31 32 34;
  --color-base16-red-bright: 242 36 31;
  --color-base16-orange-bright: 177 149 29;
  --color-base16-yellow-bright: 103 177 29;
  --color-base16-green-bright: 45 149 116;
  --color-base16-cyan-bright: 79 151 215;
  --color-base16-blue-bright: 163 29 177;
}
.base16-isotope {
  --color-base16-100: 0 0 0;
  --color-base16-200: 64 64 64;
  --color-base16-300: 96 96 96;
  --color-base16-400: 128 128 128;
  --color-base16-500: 192 192 192;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 255 153 0;
  --color-base16-yellow: 255 0 153;
  --color-base16-green: 51 255 0;
  --color-base16-cyan: 0 255 255;
  --color-base16-blue: 0 102 255;
  --color-base16-purple: 204 0 255;
  --color-base16-pink: 51 0 255;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 0 0;
  --color-base16-orange-bright: 255 0 153;
  --color-base16-yellow-bright: 51 255 0;
  --color-base16-green-bright: 0 255 255;
  --color-base16-cyan-bright: 0 102 255;
  --color-base16-blue-bright: 204 0 255;
}
.base16-nord {
  --color-base16-100: 46 52 64;
  --color-base16-200: 59 66 82;
  --color-base16-300: 67 76 94;
  --color-base16-400: 76 86 106;
  --color-base16-500: 216 222 233;
  --color-base16-600: 229 233 240;
  --color-base16-700: 236 239 244;
  --color-base16-800: 143 188 187;
  --color-base16-red: 191 97 106;
  --color-base16-orange: 208 135 112;
  --color-base16-yellow: 235 203 139;
  --color-base16-green: 163 190 140;
  --color-base16-cyan: 136 192 208;
  --color-base16-blue: 129 161 193;
  --color-base16-purple: 180 142 173;
  --color-base16-pink: 94 129 172;
  --color-base16-100-lighter: 46 52 64;
  --color-base16-100-lightest: 46 52 64;
  --color-base16-red-bright: 191 97 106;
  --color-base16-orange-bright: 235 203 139;
  --color-base16-yellow-bright: 163 190 140;
  --color-base16-green-bright: 136 192 208;
  --color-base16-cyan-bright: 129 161 193;
  --color-base16-blue-bright: 180 142 173;
}
.base16-tokyodark-terminal {
  --color-base16-100: 17 18 29;
  --color-base16-200: 26 27 42;
  --color-base16-300: 33 34 52;
  --color-base16-400: 40 44 52;
  --color-base16-500: 74 80 87;
  --color-base16-600: 160 168 205;
  --color-base16-700: 160 168 205;
  --color-base16-800: 160 168 205;
  --color-base16-red: 238 109 133;
  --color-base16-orange: 246 149 91;
  --color-base16-yellow: 215 166 95;
  --color-base16-green: 149 197 97;
  --color-base16-cyan: 56 168 157;
  --color-base16-blue: 113 153 238;
  --color-base16-purple: 164 133 221;
  --color-base16-pink: 119 52 64;
  --color-base16-100-lighter: 17 18 29;
  --color-base16-100-lightest: 17 18 29;
  --color-base16-red-bright: 238 109 133;
  --color-base16-orange-bright: 215 166 95;
  --color-base16-yellow-bright: 149 197 97;
  --color-base16-green-bright: 56 168 157;
  --color-base16-cyan-bright: 113 153 238;
  --color-base16-blue-bright: 164 133 221;
}
.base16-gruvbox-material-dark-hard {
  --color-base16-100: 32 32 32;
  --color-base16-200: 42 40 39;
  --color-base16-300: 80 73 69;
  --color-base16-400: 90 82 76;
  --color-base16-500: 189 174 147;
  --color-base16-600: 221 199 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 234 105 98;
  --color-base16-orange: 231 138 78;
  --color-base16-yellow: 216 166 87;
  --color-base16-green: 169 182 101;
  --color-base16-cyan: 137 180 130;
  --color-base16-blue: 125 174 163;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 189 111 62;
  --color-base16-100-lighter: 32 32 32;
  --color-base16-100-lightest: 32 32 32;
  --color-base16-red-bright: 234 105 98;
  --color-base16-orange-bright: 216 166 87;
  --color-base16-yellow-bright: 169 182 101;
  --color-base16-green-bright: 137 180 130;
  --color-base16-cyan-bright: 125 174 163;
  --color-base16-blue-bright: 211 134 155;
}
.base16-caroline {
  --color-base16-100: 28 18 19;
  --color-base16-200: 58 36 37;
  --color-base16-300: 86 56 55;
  --color-base16-400: 109 71 69;
  --color-base16-500: 139 93 87;
  --color-base16-600: 168 117 105;
  --color-base16-700: 197 141 123;
  --color-base16-800: 227 166 140;
  --color-base16-red: 194 79 87;
  --color-base16-orange: 166 54 80;
  --color-base16-yellow: 242 129 113;
  --color-base16-green: 128 108 97;
  --color-base16-cyan: 107 101 102;
  --color-base16-blue: 104 76 89;
  --color-base16-purple: 166 54 80;
  --color-base16-pink: 137 63 69;
  --color-base16-100-lighter: 28 18 19;
  --color-base16-100-lightest: 28 18 19;
  --color-base16-red-bright: 194 79 87;
  --color-base16-orange-bright: 242 129 113;
  --color-base16-yellow-bright: 128 108 97;
  --color-base16-green-bright: 107 101 102;
  --color-base16-cyan-bright: 104 76 89;
  --color-base16-blue-bright: 166 54 80;
}
.base16-black-metal-nile {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 119 119 85;
  --color-base16-green: 170 153 136;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 119 119 85;
  --color-base16-yellow-bright: 170 153 136;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-darktooth {
  --color-base16-100: 29 32 33;
  --color-base16-200: 50 48 47;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 146 131 116;
  --color-base16-600: 168 153 132;
  --color-base16-700: 213 196 161;
  --color-base16-800: 253 244 193;
  --color-base16-red: 251 84 63;
  --color-base16-orange: 254 134 37;
  --color-base16-yellow: 250 192 59;
  --color-base16-green: 149 192 133;
  --color-base16-cyan: 139 165 155;
  --color-base16-blue: 13 102 120;
  --color-base16-purple: 143 70 115;
  --color-base16-pink: 168 115 34;
  --color-base16-100-lighter: 29 32 33;
  --color-base16-100-lightest: 29 32 33;
  --color-base16-red-bright: 251 84 63;
  --color-base16-orange-bright: 250 192 59;
  --color-base16-yellow-bright: 149 192 133;
  --color-base16-green-bright: 139 165 155;
  --color-base16-cyan-bright: 13 102 120;
  --color-base16-blue-bright: 143 70 115;
}
.base16-catppuccin-frappe {
  --color-base16-100: 48 52 70;
  --color-base16-200: 41 44 60;
  --color-base16-300: 65 69 89;
  --color-base16-400: 81 87 109;
  --color-base16-500: 98 104 128;
  --color-base16-600: 198 208 245;
  --color-base16-700: 242 213 207;
  --color-base16-800: 186 187 241;
  --color-base16-red: 231 130 132;
  --color-base16-orange: 239 159 118;
  --color-base16-yellow: 229 200 144;
  --color-base16-green: 166 209 137;
  --color-base16-cyan: 129 200 190;
  --color-base16-blue: 140 170 238;
  --color-base16-purple: 202 158 230;
  --color-base16-pink: 238 190 190;
  --color-base16-100-lighter: 48 52 70;
  --color-base16-100-lightest: 48 52 70;
  --color-base16-red-bright: 231 130 132;
  --color-base16-orange-bright: 229 200 144;
  --color-base16-yellow-bright: 166 209 137;
  --color-base16-green-bright: 129 200 190;
  --color-base16-cyan-bright: 140 170 238;
  --color-base16-blue-bright: 202 158 230;
}
.base16-heetch {
  --color-base16-100: 25 1 52;
  --color-base16-200: 57 37 81;
  --color-base16-300: 90 73 110;
  --color-base16-400: 123 109 139;
  --color-base16-500: 156 146 168;
  --color-base16-600: 189 182 197;
  --color-base16-700: 222 218 226;
  --color-base16-800: 254 255 255;
  --color-base16-red: 39 217 213;
  --color-base16-orange: 91 162 182;
  --color-base16-yellow: 143 108 151;
  --color-base16-green: 195 54 120;
  --color-base16-cyan: 248 0 89;
  --color-base16-blue: 189 1 82;
  --color-base16-purple: 130 3 76;
  --color-base16-pink: 71 5 70;
  --color-base16-100-lighter: 25 1 52;
  --color-base16-100-lightest: 25 1 52;
  --color-base16-red-bright: 39 217 213;
  --color-base16-orange-bright: 143 108 151;
  --color-base16-yellow-bright: 195 54 120;
  --color-base16-green-bright: 248 0 89;
  --color-base16-cyan-bright: 189 1 82;
  --color-base16-blue-bright: 130 3 76;
}
.base16-tokyodark {
  --color-base16-100: 17 18 29;
  --color-base16-200: 33 34 52;
  --color-base16-300: 33 34 52;
  --color-base16-400: 53 57 69;
  --color-base16-500: 74 80 87;
  --color-base16-600: 160 168 205;
  --color-base16-700: 171 178 191;
  --color-base16-800: 188 194 220;
  --color-base16-red: 238 109 133;
  --color-base16-orange: 246 149 91;
  --color-base16-yellow: 215 166 95;
  --color-base16-green: 149 197 97;
  --color-base16-cyan: 159 187 243;
  --color-base16-blue: 113 153 238;
  --color-base16-purple: 164 133 221;
  --color-base16-pink: 119 52 64;
  --color-base16-100-lighter: 17 18 29;
  --color-base16-100-lightest: 17 18 29;
  --color-base16-red-bright: 238 109 133;
  --color-base16-orange-bright: 215 166 95;
  --color-base16-yellow-bright: 149 197 97;
  --color-base16-green-bright: 159 187 243;
  --color-base16-cyan-bright: 113 153 238;
  --color-base16-blue-bright: 164 133 221;
}
.base16-black-metal {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 160 102 102;
  --color-base16-green: 221 153 153;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 160 102 102;
  --color-base16-yellow-bright: 221 153 153;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-outrun-dark {
  --color-base16-100: 0 0 42;
  --color-base16-200: 32 32 74;
  --color-base16-300: 48 48 90;
  --color-base16-400: 80 80 122;
  --color-base16-500: 176 176 218;
  --color-base16-600: 208 208 250;
  --color-base16-700: 224 224 255;
  --color-base16-800: 245 245 255;
  --color-base16-red: 255 66 66;
  --color-base16-orange: 252 141 40;
  --color-base16-yellow: 243 232 119;
  --color-base16-green: 89 241 118;
  --color-base16-cyan: 14 240 240;
  --color-base16-blue: 102 176 255;
  --color-base16-purple: 241 5 150;
  --color-base16-pink: 240 3 239;
  --color-base16-100-lighter: 0 0 42;
  --color-base16-100-lightest: 0 0 42;
  --color-base16-red-bright: 255 66 66;
  --color-base16-orange-bright: 243 232 119;
  --color-base16-yellow-bright: 89 241 118;
  --color-base16-green-bright: 14 240 240;
  --color-base16-cyan-bright: 102 176 255;
  --color-base16-blue-bright: 241 5 150;
}
.base16-moonlight {
  --color-base16-100: 33 35 55;
  --color-base16-200: 64 60 100;
  --color-base16-300: 89 99 153;
  --color-base16-400: 116 140 214;
  --color-base16-500: 161 171 224;
  --color-base16-600: 163 172 225;
  --color-base16-700: 180 164 244;
  --color-base16-800: 239 67 250;
  --color-base16-red: 255 83 112;
  --color-base16-orange: 246 127 129;
  --color-base16-yellow: 255 199 119;
  --color-base16-green: 45 244 192;
  --color-base16-cyan: 64 255 255;
  --color-base16-blue: 4 209 249;
  --color-base16-purple: 185 148 241;
  --color-base16-pink: 236 178 240;
  --color-base16-100-lighter: 33 35 55;
  --color-base16-100-lightest: 33 35 55;
  --color-base16-red-bright: 255 83 112;
  --color-base16-orange-bright: 255 199 119;
  --color-base16-yellow-bright: 45 244 192;
  --color-base16-green-bright: 64 255 255;
  --color-base16-cyan-bright: 4 209 249;
  --color-base16-blue-bright: 185 148 241;
}
.base16-3024 {
  --color-base16-100: 9 3 0;
  --color-base16-200: 58 52 50;
  --color-base16-300: 74 69 67;
  --color-base16-400: 92 88 85;
  --color-base16-500: 128 125 124;
  --color-base16-600: 165 162 162;
  --color-base16-700: 214 213 212;
  --color-base16-800: 247 247 247;
  --color-base16-red: 219 45 32;
  --color-base16-orange: 232 187 208;
  --color-base16-yellow: 253 237 2;
  --color-base16-green: 1 162 82;
  --color-base16-cyan: 181 228 244;
  --color-base16-blue: 1 160 228;
  --color-base16-purple: 161 106 148;
  --color-base16-pink: 205 171 83;
  --color-base16-100-lighter: 9 3 0;
  --color-base16-100-lightest: 9 3 0;
  --color-base16-red-bright: 219 45 32;
  --color-base16-orange-bright: 253 237 2;
  --color-base16-yellow-bright: 1 162 82;
  --color-base16-green-bright: 181 228 244;
  --color-base16-cyan-bright: 1 160 228;
  --color-base16-blue-bright: 161 106 148;
}
.base16-google-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 224 224 224;
  --color-base16-300: 197 200 198;
  --color-base16-400: 180 183 180;
  --color-base16-500: 150 152 150;
  --color-base16-600: 55 59 65;
  --color-base16-700: 40 42 46;
  --color-base16-800: 29 31 33;
  --color-base16-red: 204 52 43;
  --color-base16-orange: 249 106 56;
  --color-base16-yellow: 251 169 34;
  --color-base16-green: 25 136 68;
  --color-base16-cyan: 57 113 237;
  --color-base16-blue: 57 113 237;
  --color-base16-purple: 163 106 199;
  --color-base16-pink: 57 113 237;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 204 52 43;
  --color-base16-orange-bright: 251 169 34;
  --color-base16-yellow-bright: 25 136 68;
  --color-base16-green-bright: 57 113 237;
  --color-base16-cyan-bright: 57 113 237;
  --color-base16-blue-bright: 163 106 199;
}
.base16-silk-light {
  --color-base16-100: 233 241 239;
  --color-base16-200: 204 212 211;
  --color-base16-300: 144 183 182;
  --color-base16-400: 92 120 123;
  --color-base16-500: 75 91 95;
  --color-base16-600: 56 81 86;
  --color-base16-700: 14 60 70;
  --color-base16-800: 210 250 255;
  --color-base16-red: 207 67 46;
  --color-base16-orange: 210 127 70;
  --color-base16-yellow: 207 173 37;
  --color-base16-green: 108 163 140;
  --color-base16-cyan: 50 156 162;
  --color-base16-blue: 57 170 201;
  --color-base16-purple: 110 101 130;
  --color-base16-pink: 134 83 105;
  --color-base16-100-lighter: 233 241 239;
  --color-base16-100-lightest: 233 241 239;
  --color-base16-red-bright: 207 67 46;
  --color-base16-orange-bright: 207 173 37;
  --color-base16-yellow-bright: 108 163 140;
  --color-base16-green-bright: 50 156 162;
  --color-base16-cyan-bright: 57 170 201;
  --color-base16-blue-bright: 110 101 130;
}
.base16-danqing-light {
  --color-base16-100: 252 254 253;
  --color-base16-200: 236 246 242;
  --color-base16-300: 224 240 239;
  --color-base16-400: 202 216 210;
  --color-base16-500: 157 168 163;
  --color-base16-600: 90 96 93;
  --color-base16-700: 67 72 70;
  --color-base16-800: 45 48 47;
  --color-base16-red: 249 144 111;
  --color-base16-orange: 179 138 97;
  --color-base16-yellow: 240 194 57;
  --color-base16-green: 138 179 97;
  --color-base16-cyan: 48 223 243;
  --color-base16-blue: 176 164 227;
  --color-base16-purple: 204 164 227;
  --color-base16-pink: 202 105 36;
  --color-base16-100-lighter: 252 254 253;
  --color-base16-100-lightest: 252 254 253;
  --color-base16-red-bright: 249 144 111;
  --color-base16-orange-bright: 240 194 57;
  --color-base16-yellow-bright: 138 179 97;
  --color-base16-green-bright: 48 223 243;
  --color-base16-cyan-bright: 176 164 227;
  --color-base16-blue-bright: 204 164 227;
}
.base16-shadesmear-light {
  --color-base16-100: 219 219 219;
  --color-base16-200: 228 228 228;
  --color-base16-300: 192 192 192;
  --color-base16-400: 78 78 78;
  --color-base16-500: 28 28 28;
  --color-base16-600: 35 35 35;
  --color-base16-700: 28 28 28;
  --color-base16-800: 228 228 228;
  --color-base16-red: 204 84 80;
  --color-base16-orange: 166 66 112;
  --color-base16-yellow: 48 120 120;
  --color-base16-green: 113 152 59;
  --color-base16-cyan: 197 125 66;
  --color-base16-blue: 55 99 136;
  --color-base16-purple: 215 171 84;
  --color-base16-pink: 109 109 109;
  --color-base16-100-lighter: 219 219 219;
  --color-base16-100-lightest: 219 219 219;
  --color-base16-red-bright: 204 84 80;
  --color-base16-orange-bright: 48 120 120;
  --color-base16-yellow-bright: 113 152 59;
  --color-base16-green-bright: 197 125 66;
  --color-base16-cyan-bright: 55 99 136;
  --color-base16-blue-bright: 215 171 84;
}
.base16-kanagawa-dragon {
  --color-base16-100: 13 12 12;
  --color-base16-200: 29 28 25;
  --color-base16-300: 40 39 39;
  --color-base16-400: 115 124 115;
  --color-base16-500: 166 166 156;
  --color-base16-600: 197 201 197;
  --color-base16-700: 122 131 130;
  --color-base16-800: 197 201 197;
  --color-base16-red: 196 116 110;
  --color-base16-orange: 185 141 123;
  --color-base16-yellow: 196 178 138;
  --color-base16-green: 135 169 135;
  --color-base16-cyan: 142 164 162;
  --color-base16-blue: 139 164 176;
  --color-base16-purple: 137 146 167;
  --color-base16-pink: 162 146 163;
  --color-base16-100-lighter: 13 12 12;
  --color-base16-100-lightest: 13 12 12;
  --color-base16-red-bright: 196 116 110;
  --color-base16-orange-bright: 196 178 138;
  --color-base16-yellow-bright: 135 169 135;
  --color-base16-green-bright: 142 164 162;
  --color-base16-cyan-bright: 139 164 176;
  --color-base16-blue-bright: 137 146 167;
}
.base16-rebecca {
  --color-base16-100: 41 42 68;
  --color-base16-200: 102 51 153;
  --color-base16-300: 56 58 98;
  --color-base16-400: 102 102 153;
  --color-base16-500: 160 160 197;
  --color-base16-600: 241 239 248;
  --color-base16-700: 204 204 255;
  --color-base16-800: 83 73 93;
  --color-base16-red: 160 160 197;
  --color-base16-orange: 239 228 161;
  --color-base16-yellow: 174 129 255;
  --color-base16-green: 109 254 223;
  --color-base16-cyan: 142 174 224;
  --color-base16-blue: 45 224 167;
  --color-base16-purple: 122 165 255;
  --color-base16-pink: 255 121 198;
  --color-base16-100-lighter: 41 42 68;
  --color-base16-100-lightest: 41 42 68;
  --color-base16-red-bright: 160 160 197;
  --color-base16-orange-bright: 174 129 255;
  --color-base16-yellow-bright: 109 254 223;
  --color-base16-green-bright: 142 174 224;
  --color-base16-cyan-bright: 45 224 167;
  --color-base16-blue-bright: 122 165 255;
}
.base16-papercolor-dark {
  --color-base16-100: 28 28 28;
  --color-base16-200: 175 0 95;
  --color-base16-300: 95 175 0;
  --color-base16-400: 215 175 95;
  --color-base16-500: 95 175 215;
  --color-base16-600: 128 128 128;
  --color-base16-700: 215 135 95;
  --color-base16-800: 208 208 208;
  --color-base16-red: 88 88 88;
  --color-base16-orange: 95 175 95;
  --color-base16-yellow: 175 215 0;
  --color-base16-green: 175 135 215;
  --color-base16-cyan: 255 175 0;
  --color-base16-blue: 255 95 175;
  --color-base16-purple: 0 175 175;
  --color-base16-pink: 95 135 135;
  --color-base16-100-lighter: 28 28 28;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 88 88 88;
  --color-base16-orange-bright: 175 215 0;
  --color-base16-yellow-bright: 175 135 215;
  --color-base16-green-bright: 255 175 0;
  --color-base16-cyan-bright: 255 95 175;
  --color-base16-blue-bright: 0 175 175;
}
.base16-tango {
  --color-base16-100: 46 52 54;
  --color-base16-200: 138 226 52;
  --color-base16-300: 252 233 79;
  --color-base16-400: 85 87 83;
  --color-base16-500: 114 159 207;
  --color-base16-600: 211 215 207;
  --color-base16-700: 173 127 168;
  --color-base16-800: 238 238 236;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 239 41 41;
  --color-base16-yellow: 196 160 0;
  --color-base16-green: 78 154 6;
  --color-base16-cyan: 6 152 154;
  --color-base16-blue: 52 101 164;
  --color-base16-purple: 117 80 123;
  --color-base16-pink: 52 226 226;
  --color-base16-100-lighter: 46 52 54;
  --color-base16-100-lightest: 46 52 54;
  --color-base16-red-bright: 204 0 0;
  --color-base16-orange-bright: 196 160 0;
  --color-base16-yellow-bright: 78 154 6;
  --color-base16-green-bright: 6 152 154;
  --color-base16-cyan-bright: 52 101 164;
  --color-base16-blue-bright: 117 80 123;
}
.base16-dirtysea {
  --color-base16-100: 224 224 224;
  --color-base16-200: 208 218 208;
  --color-base16-300: 208 208 208;
  --color-base16-400: 112 112 112;
  --color-base16-500: 32 32 32;
  --color-base16-600: 0 0 0;
  --color-base16-700: 248 248 248;
  --color-base16-800: 196 217 196;
  --color-base16-red: 132 0 0;
  --color-base16-orange: 0 101 101;
  --color-base16-yellow: 117 91 0;
  --color-base16-green: 115 0 115;
  --color-base16-cyan: 117 91 0;
  --color-base16-blue: 0 115 0;
  --color-base16-purple: 0 0 144;
  --color-base16-pink: 117 91 0;
  --color-base16-100-lighter: 224 224 224;
  --color-base16-100-lightest: 224 224 224;
  --color-base16-red-bright: 132 0 0;
  --color-base16-orange-bright: 117 91 0;
  --color-base16-yellow-bright: 115 0 115;
  --color-base16-green-bright: 117 91 0;
  --color-base16-cyan-bright: 0 115 0;
  --color-base16-blue-bright: 0 0 144;
}
.base16-material-palenight {
  --color-base16-100: 41 45 62;
  --color-base16-200: 68 66 103;
  --color-base16-300: 50 55 77;
  --color-base16-400: 103 110 149;
  --color-base16-500: 135 150 176;
  --color-base16-600: 149 157 203;
  --color-base16-700: 149 157 203;
  --color-base16-800: 255 255 255;
  --color-base16-red: 240 113 120;
  --color-base16-orange: 247 140 108;
  --color-base16-yellow: 255 203 107;
  --color-base16-green: 195 232 141;
  --color-base16-cyan: 137 221 255;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 199 146 234;
  --color-base16-pink: 255 83 112;
  --color-base16-100-lighter: 41 45 62;
  --color-base16-100-lightest: 41 45 62;
  --color-base16-red-bright: 240 113 120;
  --color-base16-orange-bright: 255 203 107;
  --color-base16-yellow-bright: 195 232 141;
  --color-base16-green-bright: 137 221 255;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 199 146 234;
}
.base16-solarized-light {
  --color-base16-100: 253 246 227;
  --color-base16-200: 238 232 213;
  --color-base16-300: 147 161 161;
  --color-base16-400: 131 148 150;
  --color-base16-500: 101 123 131;
  --color-base16-600: 88 110 117;
  --color-base16-700: 7 54 66;
  --color-base16-800: 0 43 54;
  --color-base16-red: 220 50 47;
  --color-base16-orange: 203 75 22;
  --color-base16-yellow: 181 137 0;
  --color-base16-green: 133 153 0;
  --color-base16-cyan: 42 161 152;
  --color-base16-blue: 38 139 210;
  --color-base16-purple: 108 113 196;
  --color-base16-pink: 211 54 130;
  --color-base16-100-lighter: 253 246 227;
  --color-base16-100-lightest: 253 246 227;
  --color-base16-red-bright: 220 50 47;
  --color-base16-orange-bright: 181 137 0;
  --color-base16-yellow-bright: 133 153 0;
  --color-base16-green-bright: 42 161 152;
  --color-base16-cyan-bright: 38 139 210;
  --color-base16-blue-bright: 108 113 196;
}
.base16-black-metal-marduk {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 98 107 103;
  --color-base16-green: 165 170 167;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 98 107 103;
  --color-base16-yellow-bright: 165 170 167;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-gruvbox-light-hard {
  --color-base16-100: 249 245 215;
  --color-base16-200: 235 219 178;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 102 92 84;
  --color-base16-600: 80 73 69;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 157 0 6;
  --color-base16-orange: 175 58 3;
  --color-base16-yellow: 181 118 20;
  --color-base16-green: 121 116 14;
  --color-base16-cyan: 66 123 88;
  --color-base16-blue: 7 102 120;
  --color-base16-purple: 143 63 113;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 249 245 215;
  --color-base16-100-lightest: 249 245 215;
  --color-base16-red-bright: 157 0 6;
  --color-base16-orange-bright: 181 118 20;
  --color-base16-yellow-bright: 121 116 14;
  --color-base16-green-bright: 66 123 88;
  --color-base16-cyan-bright: 7 102 120;
  --color-base16-blue-bright: 143 63 113;
}
.base16-vice {
  --color-base16-100: 23 25 30;
  --color-base16-200: 34 38 45;
  --color-base16-300: 60 63 76;
  --color-base16-400: 56 58 71;
  --color-base16-500: 85 94 112;
  --color-base16-600: 139 156 190;
  --color-base16-700: 178 191 217;
  --color-base16-800: 244 244 247;
  --color-base16-red: 255 41 168;
  --color-base16-orange: 133 255 224;
  --color-base16-yellow: 240 255 170;
  --color-base16-green: 11 173 255;
  --color-base16-cyan: 130 101 255;
  --color-base16-blue: 0 234 255;
  --color-base16-purple: 0 246 217;
  --color-base16-pink: 255 61 129;
  --color-base16-100-lighter: 23 25 30;
  --color-base16-100-lightest: 23 25 30;
  --color-base16-red-bright: 255 41 168;
  --color-base16-orange-bright: 240 255 170;
  --color-base16-yellow-bright: 11 173 255;
  --color-base16-green-bright: 130 101 255;
  --color-base16-cyan-bright: 0 234 255;
  --color-base16-blue-bright: 0 246 217;
}
.base16-grayscale-dark {
  --color-base16-100: 16 16 16;
  --color-base16-200: 37 37 37;
  --color-base16-300: 70 70 70;
  --color-base16-400: 82 82 82;
  --color-base16-500: 171 171 171;
  --color-base16-600: 185 185 185;
  --color-base16-700: 227 227 227;
  --color-base16-800: 247 247 247;
  --color-base16-red: 124 124 124;
  --color-base16-orange: 153 153 153;
  --color-base16-yellow: 160 160 160;
  --color-base16-green: 142 142 142;
  --color-base16-cyan: 134 134 134;
  --color-base16-blue: 104 104 104;
  --color-base16-purple: 116 116 116;
  --color-base16-pink: 94 94 94;
  --color-base16-100-lighter: 16 16 16;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 124 124 124;
  --color-base16-orange-bright: 160 160 160;
  --color-base16-yellow-bright: 142 142 142;
  --color-base16-green-bright: 134 134 134;
  --color-base16-cyan-bright: 104 104 104;
  --color-base16-blue-bright: 116 116 116;
}
.base16-atelier-dune {
  --color-base16-100: 32 32 29;
  --color-base16-200: 41 40 36;
  --color-base16-300: 110 107 94;
  --color-base16-400: 125 122 104;
  --color-base16-500: 153 149 128;
  --color-base16-600: 166 162 140;
  --color-base16-700: 232 228 207;
  --color-base16-800: 254 251 236;
  --color-base16-red: 215 55 55;
  --color-base16-orange: 182 86 17;
  --color-base16-yellow: 174 149 19;
  --color-base16-green: 96 172 57;
  --color-base16-cyan: 31 173 131;
  --color-base16-blue: 102 132 225;
  --color-base16-purple: 184 84 212;
  --color-base16-pink: 212 53 82;
  --color-base16-100-lighter: 32 32 29;
  --color-base16-100-lightest: 32 32 29;
  --color-base16-red-bright: 215 55 55;
  --color-base16-orange-bright: 174 149 19;
  --color-base16-yellow-bright: 96 172 57;
  --color-base16-green-bright: 31 173 131;
  --color-base16-cyan-bright: 102 132 225;
  --color-base16-blue-bright: 184 84 212;
}
.base16-kimber {
  --color-base16-100: 34 34 34;
  --color-base16-200: 49 49 49;
  --color-base16-300: 85 93 85;
  --color-base16-400: 100 70 70;
  --color-base16-500: 90 90 90;
  --color-base16-600: 222 222 231;
  --color-base16-700: 195 195 180;
  --color-base16-800: 255 255 230;
  --color-base16-red: 200 140 140;
  --color-base16-orange: 71 108 136;
  --color-base16-yellow: 216 181 109;
  --color-base16-green: 153 200 153;
  --color-base16-cyan: 120 180 180;
  --color-base16-blue: 83 124 156;
  --color-base16-purple: 134 202 205;
  --color-base16-pink: 112 79 79;
  --color-base16-100-lighter: 34 34 34;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 200 140 140;
  --color-base16-orange-bright: 216 181 109;
  --color-base16-yellow-bright: 153 200 153;
  --color-base16-green-bright: 120 180 180;
  --color-base16-cyan-bright: 83 124 156;
  --color-base16-blue-bright: 134 202 205;
}
.base16-oxocarbon-light {
  --color-base16-100: 242 244 248;
  --color-base16-200: 221 225 230;
  --color-base16-300: 82 82 82;
  --color-base16-400: 22 22 22;
  --color-base16-500: 38 38 38;
  --color-base16-600: 57 57 57;
  --color-base16-700: 82 82 82;
  --color-base16-800: 8 189 186;
  --color-base16-red: 255 126 182;
  --color-base16-orange: 238 83 150;
  --color-base16-yellow: 255 111 0;
  --color-base16-green: 15 98 254;
  --color-base16-cyan: 103 58 183;
  --color-base16-blue: 66 190 101;
  --color-base16-purple: 190 149 255;
  --color-base16-pink: 55 71 79;
  --color-base16-100-lighter: 242 244 248;
  --color-base16-100-lightest: 242 244 248;
  --color-base16-red-bright: 255 126 182;
  --color-base16-orange-bright: 255 111 0;
  --color-base16-yellow-bright: 15 98 254;
  --color-base16-green-bright: 103 58 183;
  --color-base16-cyan-bright: 66 190 101;
  --color-base16-blue-bright: 190 149 255;
}
.base16-material-vivid {
  --color-base16-100: 32 33 36;
  --color-base16-200: 39 41 44;
  --color-base16-300: 50 54 57;
  --color-base16-400: 68 70 77;
  --color-base16-500: 103 108 113;
  --color-base16-600: 128 134 139;
  --color-base16-700: 158 158 158;
  --color-base16-800: 255 255 255;
  --color-base16-red: 244 67 54;
  --color-base16-orange: 255 152 0;
  --color-base16-yellow: 255 235 59;
  --color-base16-green: 0 230 118;
  --color-base16-cyan: 0 188 212;
  --color-base16-blue: 33 150 243;
  --color-base16-purple: 103 58 183;
  --color-base16-pink: 141 110 99;
  --color-base16-100-lighter: 32 33 36;
  --color-base16-100-lightest: 32 33 36;
  --color-base16-red-bright: 244 67 54;
  --color-base16-orange-bright: 255 235 59;
  --color-base16-yellow-bright: 0 230 118;
  --color-base16-green-bright: 0 188 212;
  --color-base16-cyan-bright: 33 150 243;
  --color-base16-blue-bright: 103 58 183;
}
.base16-nord-light {
  --color-base16-100: 229 233 240;
  --color-base16-200: 194 208 231;
  --color-base16-300: 184 197 219;
  --color-base16-400: 174 186 207;
  --color-base16-500: 96 114 140;
  --color-base16-600: 46 52 64;
  --color-base16-700: 59 66 82;
  --color-base16-800: 41 131 141;
  --color-base16-red: 153 50 75;
  --color-base16-orange: 172 68 38;
  --color-base16-yellow: 154 117 0;
  --color-base16-green: 79 137 76;
  --color-base16-cyan: 57 142 172;
  --color-base16-blue: 59 110 168;
  --color-base16-purple: 151 54 91;
  --color-base16-pink: 82 114 175;
  --color-base16-100-lighter: 229 233 240;
  --color-base16-100-lightest: 229 233 240;
  --color-base16-red-bright: 153 50 75;
  --color-base16-orange-bright: 154 117 0;
  --color-base16-yellow-bright: 79 137 76;
  --color-base16-green-bright: 57 142 172;
  --color-base16-cyan-bright: 59 110 168;
  --color-base16-blue-bright: 151 54 91;
}
.base16-equilibrium-dark {
  --color-base16-100: 12 17 24;
  --color-base16-200: 24 28 34;
  --color-base16-300: 34 38 45;
  --color-base16-400: 123 119 110;
  --color-base16-500: 148 144 136;
  --color-base16-600: 175 171 162;
  --color-base16-700: 202 198 189;
  --color-base16-800: 231 226 217;
  --color-base16-red: 240 67 57;
  --color-base16-orange: 223 89 35;
  --color-base16-yellow: 187 136 1;
  --color-base16-green: 127 139 0;
  --color-base16-cyan: 0 148 139;
  --color-base16-blue: 0 141 209;
  --color-base16-purple: 106 127 210;
  --color-base16-pink: 227 72 142;
  --color-base16-100-lighter: 12 17 24;
  --color-base16-100-lightest: 12 17 24;
  --color-base16-red-bright: 240 67 57;
  --color-base16-orange-bright: 187 136 1;
  --color-base16-yellow-bright: 127 139 0;
  --color-base16-green-bright: 0 148 139;
  --color-base16-cyan-bright: 0 141 209;
  --color-base16-blue-bright: 106 127 210;
}
.base16-ia-light {
  --color-base16-100: 246 246 246;
  --color-base16-200: 222 222 222;
  --color-base16-300: 189 229 242;
  --color-base16-400: 137 137 137;
  --color-base16-500: 118 118 118;
  --color-base16-600: 24 24 24;
  --color-base16-700: 232 232 232;
  --color-base16-800: 248 248 248;
  --color-base16-red: 156 90 2;
  --color-base16-orange: 196 62 24;
  --color-base16-yellow: 196 130 24;
  --color-base16-green: 56 120 28;
  --color-base16-cyan: 45 107 177;
  --color-base16-blue: 72 186 194;
  --color-base16-purple: 169 69 152;
  --color-base16-pink: 139 108 55;
  --color-base16-100-lighter: 246 246 246;
  --color-base16-100-lightest: 246 246 246;
  --color-base16-red-bright: 156 90 2;
  --color-base16-orange-bright: 196 130 24;
  --color-base16-yellow-bright: 56 120 28;
  --color-base16-green-bright: 45 107 177;
  --color-base16-cyan-bright: 72 186 194;
  --color-base16-blue-bright: 169 69 152;
}
.base16-katy {
  --color-base16-100: 41 45 62;
  --color-base16-200: 68 66 103;
  --color-base16-300: 92 89 139;
  --color-base16-400: 103 110 149;
  --color-base16-500: 135 150 176;
  --color-base16-600: 149 157 203;
  --color-base16-700: 149 157 203;
  --color-base16-800: 255 255 255;
  --color-base16-red: 110 152 225;
  --color-base16-orange: 247 140 108;
  --color-base16-yellow: 224 165 87;
  --color-base16-green: 120 192 110;
  --color-base16-cyan: 131 183 229;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 199 146 234;
  --color-base16-pink: 255 83 112;
  --color-base16-100-lighter: 41 45 62;
  --color-base16-100-lightest: 41 45 62;
  --color-base16-red-bright: 110 152 225;
  --color-base16-orange-bright: 224 165 87;
  --color-base16-yellow-bright: 120 192 110;
  --color-base16-green-bright: 131 183 229;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 199 146 234;
}
.base16-tender {
  --color-base16-100: 40 40 40;
  --color-base16-200: 56 56 56;
  --color-base16-300: 72 72 72;
  --color-base16-400: 76 76 76;
  --color-base16-500: 184 184 184;
  --color-base16-600: 238 238 238;
  --color-base16-700: 232 232 232;
  --color-base16-800: 254 255 255;
  --color-base16-red: 244 55 83;
  --color-base16-orange: 220 150 86;
  --color-base16-yellow: 255 194 75;
  --color-base16-green: 201 208 92;
  --color-base16-cyan: 115 206 244;
  --color-base16-blue: 179 222 239;
  --color-base16-purple: 211 185 135;
  --color-base16-pink: 161 105 70;
  --color-base16-100-lighter: 40 40 40;
  --color-base16-100-lightest: 40 40 40;
  --color-base16-red-bright: 244 55 83;
  --color-base16-orange-bright: 255 194 75;
  --color-base16-yellow-bright: 201 208 92;
  --color-base16-green-bright: 115 206 244;
  --color-base16-cyan-bright: 179 222 239;
  --color-base16-blue-bright: 211 185 135;
}
.base16-tarot {
  --color-base16-100: 14 9 29;
  --color-base16-200: 42 21 60;
  --color-base16-300: 75 32 84;
  --color-base16-400: 116 49 107;
  --color-base16-500: 140 64 111;
  --color-base16-600: 170 85 111;
  --color-base16-700: 196 104 109;
  --color-base16-800: 220 143 124;
  --color-base16-red: 197 50 83;
  --color-base16-orange: 234 77 96;
  --color-base16-yellow: 255 101 101;
  --color-base16-green: 166 142 90;
  --color-base16-cyan: 140 151 133;
  --color-base16-blue: 110 96 128;
  --color-base16-purple: 164 87 130;
  --color-base16-pink: 152 77 81;
  --color-base16-100-lighter: 14 9 29;
  --color-base16-100-lightest: 14 9 29;
  --color-base16-red-bright: 197 50 83;
  --color-base16-orange-bright: 255 101 101;
  --color-base16-yellow-bright: 166 142 90;
  --color-base16-green-bright: 140 151 133;
  --color-base16-cyan-bright: 110 96 128;
  --color-base16-blue-bright: 164 87 130;
}
.base16-oxocarbon-dark {
  --color-base16-100: 22 22 22;
  --color-base16-200: 38 38 38;
  --color-base16-300: 57 57 57;
  --color-base16-400: 82 82 82;
  --color-base16-500: 221 225 230;
  --color-base16-600: 242 244 248;
  --color-base16-700: 255 255 255;
  --color-base16-800: 8 189 186;
  --color-base16-red: 61 219 217;
  --color-base16-orange: 120 169 255;
  --color-base16-yellow: 238 83 150;
  --color-base16-green: 51 177 255;
  --color-base16-cyan: 255 126 182;
  --color-base16-blue: 66 190 101;
  --color-base16-purple: 190 149 255;
  --color-base16-pink: 130 207 255;
  --color-base16-100-lighter: 22 22 22;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 61 219 217;
  --color-base16-orange-bright: 238 83 150;
  --color-base16-yellow-bright: 51 177 255;
  --color-base16-green-bright: 255 126 182;
  --color-base16-cyan-bright: 66 190 101;
  --color-base16-blue-bright: 190 149 255;
}
.base16-black-metal-gorgoroth {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 140 127 112;
  --color-base16-green: 155 141 127;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 140 127 112;
  --color-base16-yellow-bright: 155 141 127;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-edge-light {
  --color-base16-100: 250 250 250;
  --color-base16-200: 124 159 75;
  --color-base16-300: 214 152 34;
  --color-base16-400: 94 100 111;
  --color-base16-500: 101 135 191;
  --color-base16-600: 94 100 111;
  --color-base16-700: 184 112 206;
  --color-base16-800: 94 100 111;
  --color-base16-red: 219 112 112;
  --color-base16-orange: 219 112 112;
  --color-base16-yellow: 214 152 34;
  --color-base16-green: 124 159 75;
  --color-base16-cyan: 80 156 147;
  --color-base16-blue: 101 135 191;
  --color-base16-purple: 184 112 206;
  --color-base16-pink: 80 156 147;
  --color-base16-100-lighter: 250 250 250;
  --color-base16-100-lightest: 250 250 250;
  --color-base16-red-bright: 219 112 112;
  --color-base16-orange-bright: 214 152 34;
  --color-base16-yellow-bright: 124 159 75;
  --color-base16-green-bright: 80 156 147;
  --color-base16-cyan-bright: 101 135 191;
  --color-base16-blue-bright: 184 112 206;
}
.base16-pandora {
  --color-base16-100: 19 18 19;
  --color-base16-200: 47 24 35;
  --color-base16-300: 71 34 52;
  --color-base16-400: 255 190 227;
  --color-base16-500: 155 42 70;
  --color-base16-600: 241 92 153;
  --color-base16-700: 129 80 106;
  --color-base16-800: 99 34 39;
  --color-base16-red: 176 11 105;
  --color-base16-orange: 255 145 83;
  --color-base16-yellow: 255 204 0;
  --color-base16-green: 157 223 105;
  --color-base16-cyan: 113 76 166;
  --color-base16-blue: 0 128 128;
  --color-base16-purple: 162 64 48;
  --color-base16-pink: 162 64 48;
  --color-base16-100-lighter: 19 18 19;
  --color-base16-100-lightest: 19 18 19;
  --color-base16-red-bright: 176 11 105;
  --color-base16-orange-bright: 255 204 0;
  --color-base16-yellow-bright: 157 223 105;
  --color-base16-green-bright: 113 76 166;
  --color-base16-cyan-bright: 0 128 128;
  --color-base16-blue-bright: 162 64 48;
}
.base16-grayscale-light {
  --color-base16-100: 247 247 247;
  --color-base16-200: 227 227 227;
  --color-base16-300: 185 185 185;
  --color-base16-400: 171 171 171;
  --color-base16-500: 82 82 82;
  --color-base16-600: 70 70 70;
  --color-base16-700: 37 37 37;
  --color-base16-800: 16 16 16;
  --color-base16-red: 124 124 124;
  --color-base16-orange: 153 153 153;
  --color-base16-yellow: 160 160 160;
  --color-base16-green: 142 142 142;
  --color-base16-cyan: 134 134 134;
  --color-base16-blue: 104 104 104;
  --color-base16-purple: 116 116 116;
  --color-base16-pink: 94 94 94;
  --color-base16-100-lighter: 247 247 247;
  --color-base16-100-lightest: 247 247 247;
  --color-base16-red-bright: 124 124 124;
  --color-base16-orange-bright: 160 160 160;
  --color-base16-yellow-bright: 142 142 142;
  --color-base16-green-bright: 134 134 134;
  --color-base16-cyan-bright: 104 104 104;
  --color-base16-blue-bright: 116 116 116;
}
.base16-seti {
  --color-base16-100: 21 23 24;
  --color-base16-200: 40 42 43;
  --color-base16-300: 59 117 140;
  --color-base16-400: 65 83 91;
  --color-base16-500: 67 165 213;
  --color-base16-600: 214 214 214;
  --color-base16-700: 238 238 238;
  --color-base16-800: 255 255 255;
  --color-base16-red: 205 63 69;
  --color-base16-orange: 219 123 85;
  --color-base16-yellow: 230 205 105;
  --color-base16-green: 159 202 86;
  --color-base16-cyan: 85 219 190;
  --color-base16-blue: 85 181 219;
  --color-base16-purple: 160 116 196;
  --color-base16-pink: 138 85 63;
  --color-base16-100-lighter: 21 23 24;
  --color-base16-100-lightest: 21 23 24;
  --color-base16-red-bright: 205 63 69;
  --color-base16-orange-bright: 230 205 105;
  --color-base16-yellow-bright: 159 202 86;
  --color-base16-green-bright: 85 219 190;
  --color-base16-cyan-bright: 85 181 219;
  --color-base16-blue-bright: 160 116 196;
}
.base16-sakura {
  --color-base16-100: 254 237 243;
  --color-base16-200: 248 226 231;
  --color-base16-300: 224 204 209;
  --color-base16-400: 117 95 100;
  --color-base16-500: 102 80 85;
  --color-base16-600: 86 68 72;
  --color-base16-700: 66 56 58;
  --color-base16-800: 51 41 43;
  --color-base16-red: 223 45 82;
  --color-base16-orange: 246 102 30;
  --color-base16-yellow: 194 148 97;
  --color-base16-green: 46 145 109;
  --color-base16-cyan: 29 137 145;
  --color-base16-blue: 0 110 147;
  --color-base16-purple: 94 33 128;
  --color-base16-pink: 186 13 53;
  --color-base16-100-lighter: 254 237 243;
  --color-base16-100-lightest: 254 237 243;
  --color-base16-red-bright: 223 45 82;
  --color-base16-orange-bright: 194 148 97;
  --color-base16-yellow-bright: 46 145 109;
  --color-base16-green-bright: 29 137 145;
  --color-base16-cyan-bright: 0 110 147;
  --color-base16-blue-bright: 94 33 128;
}
.base16-google-dark {
  --color-base16-100: 29 31 33;
  --color-base16-200: 40 42 46;
  --color-base16-300: 55 59 65;
  --color-base16-400: 150 152 150;
  --color-base16-500: 180 183 180;
  --color-base16-600: 197 200 198;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 204 52 43;
  --color-base16-orange: 249 106 56;
  --color-base16-yellow: 251 169 34;
  --color-base16-green: 25 136 68;
  --color-base16-cyan: 57 113 237;
  --color-base16-blue: 57 113 237;
  --color-base16-purple: 163 106 199;
  --color-base16-pink: 57 113 237;
  --color-base16-100-lighter: 29 31 33;
  --color-base16-100-lightest: 29 31 33;
  --color-base16-red-bright: 204 52 43;
  --color-base16-orange-bright: 251 169 34;
  --color-base16-yellow-bright: 25 136 68;
  --color-base16-green-bright: 57 113 237;
  --color-base16-cyan-bright: 57 113 237;
  --color-base16-blue-bright: 163 106 199;
}
.base16-default-light {
  --color-base16-100: 248 248 248;
  --color-base16-200: 232 232 232;
  --color-base16-300: 216 216 216;
  --color-base16-400: 184 184 184;
  --color-base16-500: 88 88 88;
  --color-base16-600: 56 56 56;
  --color-base16-700: 40 40 40;
  --color-base16-800: 24 24 24;
  --color-base16-red: 171 70 66;
  --color-base16-orange: 220 150 86;
  --color-base16-yellow: 247 202 136;
  --color-base16-green: 161 181 108;
  --color-base16-cyan: 134 193 185;
  --color-base16-blue: 124 175 194;
  --color-base16-purple: 186 139 175;
  --color-base16-pink: 161 105 70;
  --color-base16-100-lighter: 248 248 248;
  --color-base16-100-lightest: 248 248 248;
  --color-base16-red-bright: 171 70 66;
  --color-base16-orange-bright: 247 202 136;
  --color-base16-yellow-bright: 161 181 108;
  --color-base16-green-bright: 134 193 185;
  --color-base16-cyan-bright: 124 175 194;
  --color-base16-blue-bright: 186 139 175;
}
.base16-danqing {
  --color-base16-100: 45 48 47;
  --color-base16-200: 67 72 70;
  --color-base16-300: 90 96 93;
  --color-base16-400: 157 168 163;
  --color-base16-500: 202 216 210;
  --color-base16-600: 224 240 239;
  --color-base16-700: 236 246 242;
  --color-base16-800: 252 254 253;
  --color-base16-red: 249 144 111;
  --color-base16-orange: 179 138 97;
  --color-base16-yellow: 240 194 57;
  --color-base16-green: 138 179 97;
  --color-base16-cyan: 48 223 243;
  --color-base16-blue: 176 164 227;
  --color-base16-purple: 204 164 227;
  --color-base16-pink: 202 105 36;
  --color-base16-100-lighter: 45 48 47;
  --color-base16-100-lightest: 45 48 47;
  --color-base16-red-bright: 249 144 111;
  --color-base16-orange-bright: 240 194 57;
  --color-base16-yellow-bright: 138 179 97;
  --color-base16-green-bright: 48 223 243;
  --color-base16-cyan-bright: 176 164 227;
  --color-base16-blue-bright: 204 164 227;
}
.base16-macintosh {
  --color-base16-100: 0 0 0;
  --color-base16-200: 64 64 64;
  --color-base16-300: 64 64 64;
  --color-base16-400: 128 128 128;
  --color-base16-500: 128 128 128;
  --color-base16-600: 192 192 192;
  --color-base16-700: 192 192 192;
  --color-base16-800: 255 255 255;
  --color-base16-red: 221 9 7;
  --color-base16-orange: 255 100 3;
  --color-base16-yellow: 251 243 5;
  --color-base16-green: 31 183 20;
  --color-base16-cyan: 2 171 234;
  --color-base16-blue: 0 0 211;
  --color-base16-purple: 71 0 165;
  --color-base16-pink: 144 113 58;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 221 9 7;
  --color-base16-orange-bright: 251 243 5;
  --color-base16-yellow-bright: 31 183 20;
  --color-base16-green-bright: 2 171 234;
  --color-base16-cyan-bright: 0 0 211;
  --color-base16-blue-bright: 71 0 165;
}
.base16-gruvbox-light-medium {
  --color-base16-100: 251 241 199;
  --color-base16-200: 235 219 178;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 102 92 84;
  --color-base16-600: 80 73 69;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 157 0 6;
  --color-base16-orange: 175 58 3;
  --color-base16-yellow: 181 118 20;
  --color-base16-green: 121 116 14;
  --color-base16-cyan: 66 123 88;
  --color-base16-blue: 7 102 120;
  --color-base16-purple: 143 63 113;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 251 241 199;
  --color-base16-100-lightest: 251 241 199;
  --color-base16-red-bright: 157 0 6;
  --color-base16-orange-bright: 181 118 20;
  --color-base16-yellow-bright: 121 116 14;
  --color-base16-green-bright: 66 123 88;
  --color-base16-cyan-bright: 7 102 120;
  --color-base16-blue-bright: 143 63 113;
}
.base16-gruvbox-dark-pale {
  --color-base16-100: 38 38 38;
  --color-base16-200: 58 58 58;
  --color-base16-300: 78 78 78;
  --color-base16-400: 138 138 138;
  --color-base16-500: 148 148 148;
  --color-base16-600: 218 185 151;
  --color-base16-700: 213 196 161;
  --color-base16-800: 235 219 178;
  --color-base16-red: 215 95 95;
  --color-base16-orange: 255 135 0;
  --color-base16-yellow: 255 175 0;
  --color-base16-green: 175 175 0;
  --color-base16-cyan: 133 173 133;
  --color-base16-blue: 131 173 173;
  --color-base16-purple: 212 133 173;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 38 38 38;
  --color-base16-100-lightest: 38 38 38;
  --color-base16-red-bright: 215 95 95;
  --color-base16-orange-bright: 255 175 0;
  --color-base16-yellow-bright: 175 175 0;
  --color-base16-green-bright: 133 173 133;
  --color-base16-cyan-bright: 131 173 173;
  --color-base16-blue-bright: 212 133 173;
}
.base16-windows-95-light {
  --color-base16-100: 252 252 252;
  --color-base16-200: 224 224 224;
  --color-base16-300: 196 196 196;
  --color-base16-400: 168 168 168;
  --color-base16-500: 126 126 126;
  --color-base16-600: 84 84 84;
  --color-base16-700: 42 42 42;
  --color-base16-800: 0 0 0;
  --color-base16-red: 168 0 0;
  --color-base16-orange: 252 252 84;
  --color-base16-yellow: 168 84 0;
  --color-base16-green: 0 168 0;
  --color-base16-cyan: 0 168 168;
  --color-base16-blue: 0 0 168;
  --color-base16-purple: 168 0 168;
  --color-base16-pink: 84 252 84;
  --color-base16-100-lighter: 252 252 252;
  --color-base16-100-lightest: 252 252 252;
  --color-base16-red-bright: 168 0 0;
  --color-base16-orange-bright: 168 84 0;
  --color-base16-yellow-bright: 0 168 0;
  --color-base16-green-bright: 0 168 168;
  --color-base16-cyan-bright: 0 0 168;
  --color-base16-blue-bright: 168 0 168;
}
.base16-horizon-terminal-dark {
  --color-base16-100: 28 30 38;
  --color-base16-200: 35 37 48;
  --color-base16-300: 46 48 62;
  --color-base16-400: 111 111 112;
  --color-base16-500: 157 160 162;
  --color-base16-600: 203 206 208;
  --color-base16-700: 220 223 228;
  --color-base16-800: 227 230 238;
  --color-base16-red: 233 86 120;
  --color-base16-orange: 250 183 149;
  --color-base16-yellow: 250 194 154;
  --color-base16-green: 41 211 152;
  --color-base16-cyan: 89 225 227;
  --color-base16-blue: 38 187 217;
  --color-base16-purple: 238 100 172;
  --color-base16-pink: 240 147 131;
  --color-base16-100-lighter: 28 30 38;
  --color-base16-100-lightest: 28 30 38;
  --color-base16-red-bright: 233 86 120;
  --color-base16-orange-bright: 250 194 154;
  --color-base16-yellow-bright: 41 211 152;
  --color-base16-green-bright: 89 225 227;
  --color-base16-cyan-bright: 38 187 217;
  --color-base16-blue-bright: 238 100 172;
}
.base16-measured-light {
  --color-base16-100: 253 249 245;
  --color-base16-200: 249 245 241;
  --color-base16-300: 255 234 218;
  --color-base16-400: 90 90 90;
  --color-base16-500: 64 64 64;
  --color-base16-600: 41 41 41;
  --color-base16-700: 24 24 24;
  --color-base16-800: 0 0 0;
  --color-base16-red: 172 31 53;
  --color-base16-orange: 173 86 1;
  --color-base16-yellow: 100 90 0;
  --color-base16-green: 12 104 12;
  --color-base16-cyan: 1 113 111;
  --color-base16-blue: 1 88 173;
  --color-base16-purple: 102 69 194;
  --color-base16-pink: 168 26 102;
  --color-base16-100-lighter: 253 249 245;
  --color-base16-100-lightest: 253 249 245;
  --color-base16-red-bright: 172 31 53;
  --color-base16-orange-bright: 100 90 0;
  --color-base16-yellow-bright: 12 104 12;
  --color-base16-green-bright: 1 113 111;
  --color-base16-cyan-bright: 1 88 173;
  --color-base16-blue-bright: 102 69 194;
}
.base16-xcode-dusk {
  --color-base16-100: 40 43 53;
  --color-base16-200: 61 64 72;
  --color-base16-300: 83 85 93;
  --color-base16-400: 104 106 113;
  --color-base16-500: 126 128 134;
  --color-base16-600: 147 149 153;
  --color-base16-700: 169 170 174;
  --color-base16-800: 190 191 194;
  --color-base16-red: 178 24 137;
  --color-base16-orange: 120 109 197;
  --color-base16-yellow: 67 130 136;
  --color-base16-green: 223 0 2;
  --color-base16-cyan: 0 160 190;
  --color-base16-blue: 121 14 173;
  --color-base16-purple: 178 24 137;
  --color-base16-pink: 199 124 72;
  --color-base16-100-lighter: 40 43 53;
  --color-base16-100-lightest: 40 43 53;
  --color-base16-red-bright: 178 24 137;
  --color-base16-orange-bright: 67 130 136;
  --color-base16-yellow-bright: 223 0 2;
  --color-base16-green-bright: 0 160 190;
  --color-base16-cyan-bright: 121 14 173;
  --color-base16-blue-bright: 178 24 137;
}
.base16-black-metal-venom {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 121 36 31;
  --color-base16-green: 248 247 242;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 121 36 31;
  --color-base16-yellow-bright: 248 247 242;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-black-metal-bathory {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 231 138 83;
  --color-base16-green: 251 203 151;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 231 138 83;
  --color-base16-yellow-bright: 251 203 151;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-classic-light {
  --color-base16-100: 245 245 245;
  --color-base16-200: 224 224 224;
  --color-base16-300: 208 208 208;
  --color-base16-400: 176 176 176;
  --color-base16-500: 80 80 80;
  --color-base16-600: 48 48 48;
  --color-base16-700: 32 32 32;
  --color-base16-800: 21 21 21;
  --color-base16-red: 172 65 66;
  --color-base16-orange: 210 132 69;
  --color-base16-yellow: 244 191 117;
  --color-base16-green: 144 169 89;
  --color-base16-cyan: 117 181 170;
  --color-base16-blue: 106 159 181;
  --color-base16-purple: 170 117 159;
  --color-base16-pink: 143 85 54;
  --color-base16-100-lighter: 245 245 245;
  --color-base16-100-lightest: 245 245 245;
  --color-base16-red-bright: 172 65 66;
  --color-base16-orange-bright: 244 191 117;
  --color-base16-yellow-bright: 144 169 89;
  --color-base16-green-bright: 117 181 170;
  --color-base16-cyan-bright: 106 159 181;
  --color-base16-blue-bright: 170 117 159;
}
.base16-atelier-plateau-light {
  --color-base16-100: 244 236 236;
  --color-base16-200: 231 223 223;
  --color-base16-300: 138 133 133;
  --color-base16-400: 126 119 119;
  --color-base16-500: 101 93 93;
  --color-base16-600: 88 80 80;
  --color-base16-700: 41 36 36;
  --color-base16-800: 27 24 24;
  --color-base16-red: 202 73 73;
  --color-base16-orange: 180 90 60;
  --color-base16-yellow: 160 110 59;
  --color-base16-green: 75 139 139;
  --color-base16-cyan: 84 133 182;
  --color-base16-blue: 114 114 202;
  --color-base16-purple: 132 100 196;
  --color-base16-pink: 189 81 135;
  --color-base16-100-lighter: 244 236 236;
  --color-base16-100-lightest: 244 236 236;
  --color-base16-red-bright: 202 73 73;
  --color-base16-orange-bright: 160 110 59;
  --color-base16-yellow-bright: 75 139 139;
  --color-base16-green-bright: 84 133 182;
  --color-base16-cyan-bright: 114 114 202;
  --color-base16-blue-bright: 132 100 196;
}
.base16-greenscreen {
  --color-base16-100: 0 17 0;
  --color-base16-200: 0 51 0;
  --color-base16-300: 0 85 0;
  --color-base16-400: 0 119 0;
  --color-base16-500: 0 153 0;
  --color-base16-600: 0 187 0;
  --color-base16-700: 0 221 0;
  --color-base16-800: 0 255 0;
  --color-base16-red: 0 119 0;
  --color-base16-orange: 0 153 0;
  --color-base16-yellow: 0 119 0;
  --color-base16-green: 0 187 0;
  --color-base16-cyan: 0 85 0;
  --color-base16-blue: 0 153 0;
  --color-base16-purple: 0 187 0;
  --color-base16-pink: 0 85 0;
  --color-base16-100-lighter: 0 17 0;
  --color-base16-100-lightest: 0 17 0;
  --color-base16-red-bright: 0 119 0;
  --color-base16-orange-bright: 0 119 0;
  --color-base16-yellow-bright: 0 187 0;
  --color-base16-green-bright: 0 85 0;
  --color-base16-cyan-bright: 0 153 0;
  --color-base16-blue-bright: 0 187 0;
}
.base16-summerfruit-dark {
  --color-base16-100: 21 21 21;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 134;
  --color-base16-orange: 253 137 0;
  --color-base16-yellow: 171 168 0;
  --color-base16-green: 0 201 24;
  --color-base16-cyan: 31 170 170;
  --color-base16-blue: 55 119 230;
  --color-base16-purple: 173 0 161;
  --color-base16-pink: 204 102 51;
  --color-base16-100-lighter: 21 21 21;
  --color-base16-100-lightest: 21 21 21;
  --color-base16-red-bright: 255 0 134;
  --color-base16-orange-bright: 171 168 0;
  --color-base16-yellow-bright: 0 201 24;
  --color-base16-green-bright: 31 170 170;
  --color-base16-cyan-bright: 55 119 230;
  --color-base16-blue-bright: 173 0 161;
}
.base16-gruvbox-dark {
  --color-base16-100: 40 40 40;
  --color-base16-200: 60 56 54;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 146 131 116;
  --color-base16-600: 235 219 178;
  --color-base16-700: 251 241 199;
  --color-base16-800: 249 245 215;
  --color-base16-red: 204 36 29;
  --color-base16-orange: 214 93 14;
  --color-base16-yellow: 215 153 33;
  --color-base16-green: 152 151 26;
  --color-base16-cyan: 104 157 106;
  --color-base16-blue: 69 133 136;
  --color-base16-purple: 177 98 134;
  --color-base16-pink: 157 0 6;
  --color-base16-100-lighter: 40 40 40;
  --color-base16-100-lightest: 40 40 40;
  --color-base16-red-bright: 204 36 29;
  --color-base16-orange-bright: 215 153 33;
  --color-base16-yellow-bright: 152 151 26;
  --color-base16-green-bright: 104 157 106;
  --color-base16-cyan-bright: 69 133 136;
  --color-base16-blue-bright: 177 98 134;
}
.base16-gruvbox-material-light-medium {
  --color-base16-100: 251 241 199;
  --color-base16-200: 242 229 188;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 102 92 84;
  --color-base16-600: 101 71 53;
  --color-base16-700: 60 56 54;
  --color-base16-800: 40 40 40;
  --color-base16-red: 193 74 74;
  --color-base16-orange: 195 94 10;
  --color-base16-yellow: 180 113 9;
  --color-base16-green: 108 120 46;
  --color-base16-cyan: 76 122 93;
  --color-base16-blue: 69 112 122;
  --color-base16-purple: 148 94 128;
  --color-base16-pink: 231 138 78;
  --color-base16-100-lighter: 251 241 199;
  --color-base16-100-lightest: 251 241 199;
  --color-base16-red-bright: 193 74 74;
  --color-base16-orange-bright: 180 113 9;
  --color-base16-yellow-bright: 108 120 46;
  --color-base16-green-bright: 76 122 93;
  --color-base16-cyan-bright: 69 112 122;
  --color-base16-blue-bright: 148 94 128;
}
.base16-one-light {
  --color-base16-100: 250 250 250;
  --color-base16-200: 240 240 241;
  --color-base16-300: 229 229 230;
  --color-base16-400: 160 161 167;
  --color-base16-500: 105 108 119;
  --color-base16-600: 56 58 66;
  --color-base16-700: 32 34 39;
  --color-base16-800: 9 10 11;
  --color-base16-red: 202 18 67;
  --color-base16-orange: 215 95 0;
  --color-base16-yellow: 193 132 1;
  --color-base16-green: 80 161 79;
  --color-base16-cyan: 1 132 188;
  --color-base16-blue: 64 120 242;
  --color-base16-purple: 166 38 164;
  --color-base16-pink: 152 104 1;
  --color-base16-100-lighter: 250 250 250;
  --color-base16-100-lightest: 250 250 250;
  --color-base16-red-bright: 202 18 67;
  --color-base16-orange-bright: 193 132 1;
  --color-base16-yellow-bright: 80 161 79;
  --color-base16-green-bright: 1 132 188;
  --color-base16-cyan-bright: 64 120 242;
  --color-base16-blue-bright: 166 38 164;
}
.base16-precious-dark-fifteen {
  --color-base16-100: 35 38 43;
  --color-base16-200: 48 51 55;
  --color-base16-300: 62 64 68;
  --color-base16-400: 137 137 137;
  --color-base16-500: 171 170 168;
  --color-base16-600: 186 185 182;
  --color-base16-700: 186 185 182;
  --color-base16-800: 186 185 182;
  --color-base16-red: 255 135 130;
  --color-base16-orange: 233 152 87;
  --color-base16-yellow: 207 165 70;
  --color-base16-green: 149 182 89;
  --color-base16-cyan: 66 189 167;
  --color-base16-blue: 102 176 239;
  --color-base16-purple: 183 153 255;
  --color-base16-pink: 243 130 216;
  --color-base16-100-lighter: 35 38 43;
  --color-base16-100-lightest: 35 38 43;
  --color-base16-red-bright: 255 135 130;
  --color-base16-orange-bright: 207 165 70;
  --color-base16-yellow-bright: 149 182 89;
  --color-base16-green-bright: 66 189 167;
  --color-base16-cyan-bright: 102 176 239;
  --color-base16-blue-bright: 183 153 255;
}
.base16-kanagawa {
  --color-base16-100: 31 31 40;
  --color-base16-200: 22 22 29;
  --color-base16-300: 34 50 73;
  --color-base16-400: 84 84 109;
  --color-base16-500: 114 113 105;
  --color-base16-600: 220 215 186;
  --color-base16-700: 200 192 147;
  --color-base16-800: 113 124 124;
  --color-base16-red: 195 64 67;
  --color-base16-orange: 255 160 102;
  --color-base16-yellow: 192 163 110;
  --color-base16-green: 118 148 106;
  --color-base16-cyan: 106 149 137;
  --color-base16-blue: 126 156 216;
  --color-base16-purple: 149 127 184;
  --color-base16-pink: 210 126 153;
  --color-base16-100-lighter: 31 31 40;
  --color-base16-100-lightest: 31 31 40;
  --color-base16-red-bright: 195 64 67;
  --color-base16-orange-bright: 192 163 110;
  --color-base16-yellow-bright: 118 148 106;
  --color-base16-green-bright: 106 149 137;
  --color-base16-cyan-bright: 126 156 216;
  --color-base16-blue-bright: 149 127 184;
}
.base16-precious-light-warm {
  --color-base16-100: 255 245 229;
  --color-base16-200: 236 228 214;
  --color-base16-300: 217 211 200;
  --color-base16-400: 127 128 128;
  --color-base16-500: 93 96 101;
  --color-base16-600: 78 83 89;
  --color-base16-700: 78 83 89;
  --color-base16-800: 78 83 89;
  --color-base16-red: 177 71 69;
  --color-base16-orange: 162 86 0;
  --color-base16-yellow: 135 101 0;
  --color-base16-green: 85 115 0;
  --color-base16-cyan: 14 119 103;
  --color-base16-blue: 36 109 165;
  --color-base16-purple: 122 80 198;
  --color-base16-pink: 168 63 146;
  --color-base16-100-lighter: 255 245 229;
  --color-base16-100-lightest: 255 245 229;
  --color-base16-red-bright: 177 71 69;
  --color-base16-orange-bright: 135 101 0;
  --color-base16-yellow-bright: 85 115 0;
  --color-base16-green-bright: 14 119 103;
  --color-base16-cyan-bright: 36 109 165;
  --color-base16-blue-bright: 122 80 198;
}
.base16-atelier-seaside-light {
  --color-base16-100: 244 251 244;
  --color-base16-200: 207 232 207;
  --color-base16-300: 140 166 140;
  --color-base16-400: 128 153 128;
  --color-base16-500: 104 125 104;
  --color-base16-600: 94 110 94;
  --color-base16-700: 36 41 36;
  --color-base16-800: 19 21 19;
  --color-base16-red: 230 25 60;
  --color-base16-orange: 135 113 29;
  --color-base16-yellow: 152 152 27;
  --color-base16-green: 41 163 41;
  --color-base16-cyan: 25 153 179;
  --color-base16-blue: 61 98 245;
  --color-base16-purple: 173 43 238;
  --color-base16-pink: 230 25 195;
  --color-base16-100-lighter: 244 251 244;
  --color-base16-100-lightest: 244 251 244;
  --color-base16-red-bright: 230 25 60;
  --color-base16-orange-bright: 152 152 27;
  --color-base16-yellow-bright: 41 163 41;
  --color-base16-green-bright: 25 153 179;
  --color-base16-cyan-bright: 61 98 245;
  --color-base16-blue-bright: 173 43 238;
}
.base16-atelier-heath-light {
  --color-base16-100: 247 243 247;
  --color-base16-200: 216 202 216;
  --color-base16-300: 171 155 171;
  --color-base16-400: 158 143 158;
  --color-base16-500: 119 105 119;
  --color-base16-600: 105 93 105;
  --color-base16-700: 41 35 41;
  --color-base16-800: 27 24 27;
  --color-base16-red: 202 64 43;
  --color-base16-orange: 166 89 38;
  --color-base16-yellow: 187 138 53;
  --color-base16-green: 145 139 59;
  --color-base16-cyan: 21 147 147;
  --color-base16-blue: 81 106 236;
  --color-base16-purple: 123 89 192;
  --color-base16-pink: 204 51 204;
  --color-base16-100-lighter: 247 243 247;
  --color-base16-100-lightest: 247 243 247;
  --color-base16-red-bright: 202 64 43;
  --color-base16-orange-bright: 187 138 53;
  --color-base16-yellow-bright: 145 139 59;
  --color-base16-green-bright: 21 147 147;
  --color-base16-cyan-bright: 81 106 236;
  --color-base16-blue-bright: 123 89 192;
}
.base16-apathy {
  --color-base16-100: 3 26 22;
  --color-base16-200: 11 52 45;
  --color-base16-300: 24 78 69;
  --color-base16-400: 43 104 94;
  --color-base16-500: 95 156 146;
  --color-base16-600: 129 181 172;
  --color-base16-700: 167 206 200;
  --color-base16-800: 210 231 228;
  --color-base16-red: 62 150 136;
  --color-base16-orange: 62 121 150;
  --color-base16-yellow: 62 76 150;
  --color-base16-green: 136 62 150;
  --color-base16-cyan: 150 62 76;
  --color-base16-blue: 150 136 62;
  --color-base16-purple: 76 150 62;
  --color-base16-pink: 62 150 91;
  --color-base16-100-lighter: 3 26 22;
  --color-base16-100-lightest: 3 26 22;
  --color-base16-red-bright: 62 150 136;
  --color-base16-orange-bright: 62 76 150;
  --color-base16-yellow-bright: 136 62 150;
  --color-base16-green-bright: 150 62 76;
  --color-base16-cyan-bright: 150 136 62;
  --color-base16-blue-bright: 76 150 62;
}
.base16-atelier-cave-light {
  --color-base16-100: 239 236 244;
  --color-base16-200: 226 223 231;
  --color-base16-300: 139 135 146;
  --color-base16-400: 126 120 135;
  --color-base16-500: 101 95 109;
  --color-base16-600: 88 82 96;
  --color-base16-700: 38 35 42;
  --color-base16-800: 25 23 28;
  --color-base16-red: 190 70 120;
  --color-base16-orange: 170 87 60;
  --color-base16-yellow: 160 110 59;
  --color-base16-green: 42 146 146;
  --color-base16-cyan: 57 139 198;
  --color-base16-blue: 87 109 219;
  --color-base16-purple: 149 90 231;
  --color-base16-pink: 191 64 191;
  --color-base16-100-lighter: 239 236 244;
  --color-base16-100-lightest: 239 236 244;
  --color-base16-red-bright: 190 70 120;
  --color-base16-orange-bright: 160 110 59;
  --color-base16-yellow-bright: 42 146 146;
  --color-base16-green-bright: 57 139 198;
  --color-base16-cyan-bright: 87 109 219;
  --color-base16-blue-bright: 149 90 231;
}
.base16-darcula {
  --color-base16-100: 43 43 43;
  --color-base16-200: 50 50 50;
  --color-base16-300: 50 50 50;
  --color-base16-400: 96 99 102;
  --color-base16-500: 164 163 163;
  --color-base16-600: 169 183 198;
  --color-base16-700: 255 198 109;
  --color-base16-800: 255 255 255;
  --color-base16-red: 78 173 229;
  --color-base16-orange: 104 151 87;
  --color-base16-yellow: 187 181 41;
  --color-base16-green: 106 135 89;
  --color-base16-cyan: 98 151 85;
  --color-base16-blue: 152 118 170;
  --color-base16-purple: 204 120 50;
  --color-base16-pink: 128 128 128;
  --color-base16-100-lighter: 43 43 43;
  --color-base16-100-lightest: 43 43 43;
  --color-base16-red-bright: 78 173 229;
  --color-base16-orange-bright: 187 181 41;
  --color-base16-yellow-bright: 106 135 89;
  --color-base16-green-bright: 98 151 85;
  --color-base16-cyan-bright: 152 118 170;
  --color-base16-blue-bright: 204 120 50;
}
.base16-tokyo-city-light {
  --color-base16-100: 251 251 253;
  --color-base16-200: 246 246 248;
  --color-base16-300: 237 239 246;
  --color-base16-400: 150 153 163;
  --color-base16-500: 76 80 94;
  --color-base16-600: 52 59 89;
  --color-base16-700: 29 37 44;
  --color-base16-800: 23 29 35;
  --color-base16-red: 140 67 81;
  --color-base16-orange: 150 80 39;
  --color-base16-yellow: 76 80 94;
  --color-base16-green: 72 94 48;
  --color-base16-cyan: 76 80 94;
  --color-base16-blue: 52 84 138;
  --color-base16-purple: 90 74 120;
  --color-base16-pink: 90 74 120;
  --color-base16-100-lighter: 251 251 253;
  --color-base16-100-lightest: 251 251 253;
  --color-base16-red-bright: 140 67 81;
  --color-base16-orange-bright: 76 80 94;
  --color-base16-yellow-bright: 72 94 48;
  --color-base16-green-bright: 76 80 94;
  --color-base16-cyan-bright: 52 84 138;
  --color-base16-blue-bright: 90 74 120;
}
.base16-black-metal-khold {
  --color-base16-100: 0 0 0;
  --color-base16-200: 18 18 18;
  --color-base16-300: 34 34 34;
  --color-base16-400: 51 51 51;
  --color-base16-500: 153 153 153;
  --color-base16-600: 193 193 193;
  --color-base16-700: 153 153 153;
  --color-base16-800: 193 193 193;
  --color-base16-red: 95 135 135;
  --color-base16-orange: 170 170 170;
  --color-base16-yellow: 151 75 70;
  --color-base16-green: 236 238 227;
  --color-base16-cyan: 170 170 170;
  --color-base16-blue: 136 136 136;
  --color-base16-purple: 153 153 153;
  --color-base16-pink: 68 68 68;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 95 135 135;
  --color-base16-orange-bright: 151 75 70;
  --color-base16-yellow-bright: 236 238 227;
  --color-base16-green-bright: 170 170 170;
  --color-base16-cyan-bright: 136 136 136;
  --color-base16-blue-bright: 153 153 153;
}
.base16-material-darker {
  --color-base16-100: 33 33 33;
  --color-base16-200: 48 48 48;
  --color-base16-300: 53 53 53;
  --color-base16-400: 74 74 74;
  --color-base16-500: 178 204 214;
  --color-base16-600: 238 255 255;
  --color-base16-700: 238 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 240 113 120;
  --color-base16-orange: 247 140 108;
  --color-base16-yellow: 255 203 107;
  --color-base16-green: 195 232 141;
  --color-base16-cyan: 137 221 255;
  --color-base16-blue: 130 170 255;
  --color-base16-purple: 199 146 234;
  --color-base16-pink: 255 83 112;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 33 33 33;
  --color-base16-red-bright: 240 113 120;
  --color-base16-orange-bright: 255 203 107;
  --color-base16-yellow-bright: 195 232 141;
  --color-base16-green-bright: 137 221 255;
  --color-base16-cyan-bright: 130 170 255;
  --color-base16-blue-bright: 199 146 234;
}
.base16-horizon-light {
  --color-base16-100: 253 240 237;
  --color-base16-200: 250 218 209;
  --color-base16-300: 249 203 190;
  --color-base16-400: 189 179 177;
  --color-base16-500: 148 140 138;
  --color-base16-600: 64 60 61;
  --color-base16-700: 48 44 45;
  --color-base16-800: 32 28 29;
  --color-base16-red: 247 147 155;
  --color-base16-orange: 246 102 30;
  --color-base16-yellow: 251 224 217;
  --color-base16-green: 148 225 176;
  --color-base16-cyan: 220 51 24;
  --color-base16-blue: 218 16 63;
  --color-base16-purple: 29 137 145;
  --color-base16-pink: 229 140 146;
  --color-base16-100-lighter: 253 240 237;
  --color-base16-100-lightest: 253 240 237;
  --color-base16-red-bright: 247 147 155;
  --color-base16-orange-bright: 251 224 217;
  --color-base16-yellow-bright: 148 225 176;
  --color-base16-green-bright: 220 51 24;
  --color-base16-cyan-bright: 218 16 63;
  --color-base16-blue-bright: 29 137 145;
}
.base16-equilibrium-gray-dark {
  --color-base16-100: 17 17 17;
  --color-base16-200: 27 27 27;
  --color-base16-300: 38 38 38;
  --color-base16-400: 119 119 119;
  --color-base16-500: 145 145 145;
  --color-base16-600: 171 171 171;
  --color-base16-700: 198 198 198;
  --color-base16-800: 226 226 226;
  --color-base16-red: 240 67 57;
  --color-base16-orange: 223 89 35;
  --color-base16-yellow: 187 136 1;
  --color-base16-green: 127 139 0;
  --color-base16-cyan: 0 148 139;
  --color-base16-blue: 0 141 209;
  --color-base16-purple: 106 127 210;
  --color-base16-pink: 227 72 142;
  --color-base16-100-lighter: 17 17 17;
  --color-base16-100-lightest: 17 17 17;
  --color-base16-red-bright: 240 67 57;
  --color-base16-orange-bright: 187 136 1;
  --color-base16-yellow-bright: 127 139 0;
  --color-base16-green-bright: 0 148 139;
  --color-base16-cyan-bright: 0 141 209;
  --color-base16-blue-bright: 106 127 210;
}
.base16-eris {
  --color-base16-100: 10 9 32;
  --color-base16-200: 19 19 58;
  --color-base16-300: 35 37 90;
  --color-base16-400: 51 55 115;
  --color-base16-500: 74 82 147;
  --color-base16-600: 96 107 172;
  --color-base16-700: 121 134 197;
  --color-base16-800: 154 170 229;
  --color-base16-red: 247 104 163;
  --color-base16-orange: 247 104 163;
  --color-base16-yellow: 250 174 162;
  --color-base16-green: 250 174 162;
  --color-base16-cyan: 37 143 196;
  --color-base16-blue: 37 143 196;
  --color-base16-purple: 247 104 163;
  --color-base16-pink: 247 104 163;
  --color-base16-100-lighter: 10 9 32;
  --color-base16-100-lightest: 10 9 32;
  --color-base16-red-bright: 247 104 163;
  --color-base16-orange-bright: 250 174 162;
  --color-base16-yellow-bright: 250 174 162;
  --color-base16-green-bright: 37 143 196;
  --color-base16-cyan-bright: 37 143 196;
  --color-base16-blue-bright: 247 104 163;
}
.base16-ocean {
  --color-base16-100: 43 48 59;
  --color-base16-200: 52 61 70;
  --color-base16-300: 79 91 102;
  --color-base16-400: 101 115 126;
  --color-base16-500: 167 173 186;
  --color-base16-600: 192 197 206;
  --color-base16-700: 223 225 232;
  --color-base16-800: 239 241 245;
  --color-base16-red: 191 97 106;
  --color-base16-orange: 208 135 112;
  --color-base16-yellow: 235 203 139;
  --color-base16-green: 163 190 140;
  --color-base16-cyan: 150 181 180;
  --color-base16-blue: 143 161 179;
  --color-base16-purple: 180 142 173;
  --color-base16-pink: 171 121 103;
  --color-base16-100-lighter: 43 48 59;
  --color-base16-100-lightest: 43 48 59;
  --color-base16-red-bright: 191 97 106;
  --color-base16-orange-bright: 235 203 139;
  --color-base16-yellow-bright: 163 190 140;
  --color-base16-green-bright: 150 181 180;
  --color-base16-cyan-bright: 143 161 179;
  --color-base16-blue-bright: 180 142 173;
}
.base16-catppuccin-macchiato {
  --color-base16-100: 36 39 58;
  --color-base16-200: 30 32 48;
  --color-base16-300: 54 58 79;
  --color-base16-400: 73 77 100;
  --color-base16-500: 91 96 120;
  --color-base16-600: 202 211 245;
  --color-base16-700: 244 219 214;
  --color-base16-800: 183 189 248;
  --color-base16-red: 237 135 150;
  --color-base16-orange: 245 169 127;
  --color-base16-yellow: 238 212 159;
  --color-base16-green: 166 218 149;
  --color-base16-cyan: 139 213 202;
  --color-base16-blue: 138 173 244;
  --color-base16-purple: 198 160 246;
  --color-base16-pink: 240 198 198;
  --color-base16-100-lighter: 36 39 58;
  --color-base16-100-lightest: 36 39 58;
  --color-base16-red-bright: 237 135 150;
  --color-base16-orange-bright: 238 212 159;
  --color-base16-yellow-bright: 166 218 149;
  --color-base16-green-bright: 139 213 202;
  --color-base16-cyan-bright: 138 173 244;
  --color-base16-blue-bright: 198 160 246;
}
.base16-rose-pine-moon {
  --color-base16-100: 35 33 54;
  --color-base16-200: 42 39 63;
  --color-base16-300: 57 53 82;
  --color-base16-400: 110 106 134;
  --color-base16-500: 144 140 170;
  --color-base16-600: 224 222 244;
  --color-base16-700: 224 222 244;
  --color-base16-800: 86 82 110;
  --color-base16-red: 235 111 146;
  --color-base16-orange: 246 193 119;
  --color-base16-yellow: 234 154 151;
  --color-base16-green: 62 143 176;
  --color-base16-cyan: 156 207 216;
  --color-base16-blue: 196 167 231;
  --color-base16-purple: 246 193 119;
  --color-base16-pink: 86 82 110;
  --color-base16-100-lighter: 35 33 54;
  --color-base16-100-lightest: 35 33 54;
  --color-base16-red-bright: 235 111 146;
  --color-base16-orange-bright: 234 154 151;
  --color-base16-yellow-bright: 62 143 176;
  --color-base16-green-bright: 156 207 216;
  --color-base16-cyan-bright: 196 167 231;
  --color-base16-blue-bright: 246 193 119;
}
.base16-windows-highcontrast-light {
  --color-base16-100: 252 252 252;
  --color-base16-200: 232 232 232;
  --color-base16-300: 212 212 212;
  --color-base16-400: 192 192 192;
  --color-base16-500: 126 126 126;
  --color-base16-600: 84 84 84;
  --color-base16-700: 42 42 42;
  --color-base16-800: 0 0 0;
  --color-base16-red: 128 0 0;
  --color-base16-orange: 252 252 84;
  --color-base16-yellow: 128 128 0;
  --color-base16-green: 0 128 0;
  --color-base16-cyan: 0 128 128;
  --color-base16-blue: 0 0 128;
  --color-base16-purple: 128 0 128;
  --color-base16-pink: 84 252 84;
  --color-base16-100-lighter: 252 252 252;
  --color-base16-100-lightest: 252 252 252;
  --color-base16-red-bright: 128 0 0;
  --color-base16-orange-bright: 128 128 0;
  --color-base16-yellow-bright: 0 128 0;
  --color-base16-green-bright: 0 128 128;
  --color-base16-cyan-bright: 0 0 128;
  --color-base16-blue-bright: 128 0 128;
}
.base16-ashes {
  --color-base16-100: 28 32 35;
  --color-base16-200: 57 63 69;
  --color-base16-300: 86 94 101;
  --color-base16-400: 116 124 132;
  --color-base16-500: 173 179 186;
  --color-base16-600: 199 204 209;
  --color-base16-700: 223 226 229;
  --color-base16-800: 243 244 245;
  --color-base16-red: 199 174 149;
  --color-base16-orange: 199 199 149;
  --color-base16-yellow: 174 199 149;
  --color-base16-green: 149 199 174;
  --color-base16-cyan: 149 174 199;
  --color-base16-blue: 174 149 199;
  --color-base16-purple: 199 149 174;
  --color-base16-pink: 199 149 149;
  --color-base16-100-lighter: 28 32 35;
  --color-base16-100-lightest: 28 32 35;
  --color-base16-red-bright: 199 174 149;
  --color-base16-orange-bright: 174 199 149;
  --color-base16-yellow-bright: 149 199 174;
  --color-base16-green-bright: 149 174 199;
  --color-base16-cyan-bright: 174 149 199;
  --color-base16-blue-bright: 199 149 174;
}
.base16-da-one-white {
  --color-base16-100: 255 255 255;
  --color-base16-200: 200 200 200;
  --color-base16-300: 136 136 136;
  --color-base16-400: 88 88 88;
  --color-base16-500: 40 40 40;
  --color-base16-600: 24 24 24;
  --color-base16-700: 0 0 0;
  --color-base16-800: 0 0 0;
  --color-base16-red: 222 93 110;
  --color-base16-orange: 255 148 112;
  --color-base16-yellow: 179 104 79;
  --color-base16-green: 118 168 93;
  --color-base16-cyan: 100 181 167;
  --color-base16-blue: 88 144 248;
  --color-base16-purple: 193 115 209;
  --color-base16-pink: 179 104 79;
  --color-base16-100-lighter: 255 255 255;
  --color-base16-100-lightest: 255 255 255;
  --color-base16-red-bright: 222 93 110;
  --color-base16-orange-bright: 179 104 79;
  --color-base16-yellow-bright: 118 168 93;
  --color-base16-green-bright: 100 181 167;
  --color-base16-cyan-bright: 88 144 248;
  --color-base16-blue-bright: 193 115 209;
}
.base16-saga {
  --color-base16-100: 5 8 10;
  --color-base16-200: 10 16 20;
  --color-base16-300: 15 24 30;
  --color-base16-400: 20 31 39;
  --color-base16-500: 25 38 48;
  --color-base16-600: 220 226 247;
  --color-base16-700: 248 234 231;
  --color-base16-800: 204 211 254;
  --color-base16-red: 255 212 233;
  --color-base16-orange: 251 203 174;
  --color-base16-yellow: 251 235 200;
  --color-base16-green: 247 221 255;
  --color-base16-cyan: 197 237 193;
  --color-base16-blue: 201 255 247;
  --color-base16-purple: 220 195 249;
  --color-base16-pink: 246 221 221;
  --color-base16-100-lighter: 5 8 10;
  --color-base16-100-lightest: 5 8 10;
  --color-base16-red-bright: 255 212 233;
  --color-base16-orange-bright: 251 235 200;
  --color-base16-yellow-bright: 247 221 255;
  --color-base16-green-bright: 197 237 193;
  --color-base16-cyan-bright: 201 255 247;
  --color-base16-blue-bright: 220 195 249;
}
.base16-digital-rain {
  --color-base16-100: 0 0 0;
  --color-base16-200: 74 128 108;
  --color-base16-300: 74 141 126;
  --color-base16-400: 124 141 124;
  --color-base16-500: 145 152 147;
  --color-base16-600: 0 255 0;
  --color-base16-700: 196 206 196;
  --color-base16-800: 216 226 220;
  --color-base16-red: 200 90 70;
  --color-base16-orange: 200 100 40;
  --color-base16-yellow: 166 122 80;
  --color-base16-green: 100 200 60;
  --color-base16-cyan: 70 140 120;
  --color-base16-blue: 84 130 175;
  --color-base16-purple: 148 114 180;
  --color-base16-pink: 179 124 94;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 200 90 70;
  --color-base16-orange-bright: 166 122 80;
  --color-base16-yellow-bright: 100 200 60;
  --color-base16-green-bright: 70 140 120;
  --color-base16-cyan-bright: 84 130 175;
  --color-base16-blue-bright: 148 114 180;
}
.base16-gruvbox-dark-soft {
  --color-base16-100: 50 48 47;
  --color-base16-200: 60 56 54;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 189 174 147;
  --color-base16-600: 213 196 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 251 73 52;
  --color-base16-orange: 254 128 25;
  --color-base16-yellow: 250 189 47;
  --color-base16-green: 184 187 38;
  --color-base16-cyan: 142 192 124;
  --color-base16-blue: 131 165 152;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 214 93 14;
  --color-base16-100-lighter: 50 48 47;
  --color-base16-100-lightest: 50 48 47;
  --color-base16-red-bright: 251 73 52;
  --color-base16-orange-bright: 250 189 47;
  --color-base16-yellow-bright: 184 187 38;
  --color-base16-green-bright: 142 192 124;
  --color-base16-cyan-bright: 131 165 152;
  --color-base16-blue-bright: 211 134 155;
}
.base16-railscasts {
  --color-base16-100: 43 43 43;
  --color-base16-200: 39 41 53;
  --color-base16-300: 58 64 85;
  --color-base16-400: 90 100 126;
  --color-base16-500: 212 207 201;
  --color-base16-600: 230 225 220;
  --color-base16-700: 244 241 237;
  --color-base16-800: 249 247 243;
  --color-base16-red: 218 73 57;
  --color-base16-orange: 204 120 51;
  --color-base16-yellow: 255 198 109;
  --color-base16-green: 165 194 97;
  --color-base16-cyan: 81 159 80;
  --color-base16-blue: 109 156 190;
  --color-base16-purple: 182 179 235;
  --color-base16-pink: 188 148 88;
  --color-base16-100-lighter: 43 43 43;
  --color-base16-100-lightest: 43 43 43;
  --color-base16-red-bright: 218 73 57;
  --color-base16-orange-bright: 255 198 109;
  --color-base16-yellow-bright: 165 194 97;
  --color-base16-green-bright: 81 159 80;
  --color-base16-cyan-bright: 109 156 190;
  --color-base16-blue-bright: 182 179 235;
}
.base16-icy {
  --color-base16-100: 2 16 18;
  --color-base16-200: 3 22 25;
  --color-base16-300: 4 31 35;
  --color-base16-400: 5 46 52;
  --color-base16-500: 6 64 72;
  --color-base16-600: 9 91 103;
  --color-base16-700: 12 124 140;
  --color-base16-800: 16 156 176;
  --color-base16-red: 22 193 217;
  --color-base16-orange: 179 235 242;
  --color-base16-yellow: 128 222 234;
  --color-base16-green: 77 208 225;
  --color-base16-cyan: 38 198 218;
  --color-base16-blue: 0 188 212;
  --color-base16-purple: 0 172 193;
  --color-base16-pink: 0 151 167;
  --color-base16-100-lighter: 2 16 18;
  --color-base16-100-lightest: 2 16 18;
  --color-base16-red-bright: 22 193 217;
  --color-base16-orange-bright: 128 222 234;
  --color-base16-yellow-bright: 77 208 225;
  --color-base16-green-bright: 38 198 218;
  --color-base16-cyan-bright: 0 188 212;
  --color-base16-blue-bright: 0 172 193;
}
.base16-hardcore {
  --color-base16-100: 33 33 33;
  --color-base16-200: 48 48 48;
  --color-base16-300: 53 53 53;
  --color-base16-400: 74 74 74;
  --color-base16-500: 112 112 112;
  --color-base16-600: 205 205 205;
  --color-base16-700: 229 229 229;
  --color-base16-800: 255 255 255;
  --color-base16-red: 249 38 114;
  --color-base16-orange: 253 151 31;
  --color-base16-yellow: 230 219 116;
  --color-base16-green: 166 226 46;
  --color-base16-cyan: 112 131 135;
  --color-base16-blue: 102 217 239;
  --color-base16-purple: 158 111 254;
  --color-base16-pink: 232 184 130;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 33 33 33;
  --color-base16-red-bright: 249 38 114;
  --color-base16-orange-bright: 230 219 116;
  --color-base16-yellow-bright: 166 226 46;
  --color-base16-green-bright: 112 131 135;
  --color-base16-cyan-bright: 102 217 239;
  --color-base16-blue-bright: 158 111 254;
}
.base16-catppuccin-mocha {
  --color-base16-100: 30 30 46;
  --color-base16-200: 24 24 37;
  --color-base16-300: 49 50 68;
  --color-base16-400: 69 71 90;
  --color-base16-500: 88 91 112;
  --color-base16-600: 205 214 244;
  --color-base16-700: 245 224 220;
  --color-base16-800: 180 190 254;
  --color-base16-red: 243 139 168;
  --color-base16-orange: 250 179 135;
  --color-base16-yellow: 249 226 175;
  --color-base16-green: 166 227 161;
  --color-base16-cyan: 148 226 213;
  --color-base16-blue: 137 180 250;
  --color-base16-purple: 203 166 247;
  --color-base16-pink: 242 205 205;
  --color-base16-100-lighter: 30 30 46;
  --color-base16-100-lightest: 30 30 46;
  --color-base16-red-bright: 243 139 168;
  --color-base16-orange-bright: 249 226 175;
  --color-base16-yellow-bright: 166 227 161;
  --color-base16-green-bright: 148 226 213;
  --color-base16-cyan-bright: 137 180 250;
  --color-base16-blue-bright: 203 166 247;
}
.base16-mellow-purple {
  --color-base16-100: 30 5 40;
  --color-base16-200: 26 9 45;
  --color-base16-300: 51 19 84;
  --color-base16-400: 50 15 85;
  --color-base16-500: 135 53 130;
  --color-base16-600: 255 238 255;
  --color-base16-700: 255 238 255;
  --color-base16-800: 248 192 255;
  --color-base16-red: 0 217 233;
  --color-base16-orange: 170 0 163;
  --color-base16-yellow: 149 90 231;
  --color-base16-green: 5 203 13;
  --color-base16-cyan: 185 0 177;
  --color-base16-blue: 85 0 104;
  --color-base16-purple: 137 145 187;
  --color-base16-pink: 77 111 255;
  --color-base16-100-lighter: 30 5 40;
  --color-base16-100-lightest: 30 5 40;
  --color-base16-red-bright: 0 217 233;
  --color-base16-orange-bright: 149 90 231;
  --color-base16-yellow-bright: 5 203 13;
  --color-base16-green-bright: 185 0 177;
  --color-base16-cyan-bright: 85 0 104;
  --color-base16-blue-bright: 137 145 187;
}
.base24-deep-oceanic-next {
  --color-base16-100: 0 28 31;
  --color-base16-200: 0 41 49;
  --color-base16-300: 0 54 64;
  --color-base16-400: 0 72 82;
  --color-base16-500: 0 147 163;
  --color-base16-600: 212 225 232;
  --color-base16-700: 224 233 239;
  --color-base16-800: 242 247 249;
  --color-base16-red: 211 70 77;
  --color-base16-orange: 227 117 82;
  --color-base16-yellow: 243 184 99;
  --color-base16-green: 99 183 132;
  --color-base16-cyan: 79 183 174;
  --color-base16-blue: 86 140 207;
  --color-base16-purple: 139 102 214;
  --color-base16-pink: 208 101 142;
  --color-base16-100-lighter: 31 38 40;
  --color-base16-100-lightest: 42 47 48;
  --color-base16-red-bright: 255 102 112;
  --color-base16-orange-bright: 255 224 138;
  --color-base16-yellow-bright: 114 225 166;
  --color-base16-green-bright: 77 227 227;
  --color-base16-cyan-bright: 92 174 255;
  --color-base16-blue-bright: 183 136 255;
}
.base24-ayu-light {
  --color-base16-100: 250 250 250;
  --color-base16-200: 0 0 0;
  --color-base16-300: 50 50 50;
  --color-base16-400: 101 101 101;
  --color-base16-500: 152 152 152;
  --color-base16-600: 203 203 203;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 51 51;
  --color-base16-orange: 242 151 24;
  --color-base16-yellow: 115 216 255;
  --color-base16-green: 134 179 0;
  --color-base16-cyan: 77 191 153;
  --color-base16-blue: 65 166 217;
  --color-base16-purple: 240 113 120;
  --color-base16-pink: 127 25 25;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 255 101 101;
  --color-base16-orange-bright: 255 201 74;
  --color-base16-yellow-bright: 184 229 50;
  --color-base16-green-bright: 127 241 203;
  --color-base16-cyan-bright: 115 216 255;
  --color-base16-blue-bright: 255 163 170;
}
.base24-unikitty {
  --color-base16-100: 255 140 217;
  --color-base16-200: 12 12 12;
  --color-base16-300: 66 66 66;
  --color-base16-400: 105 103 105;
  --color-base16-500: 145 140 145;
  --color-base16-600: 185 177 184;
  --color-base16-700: 225 214 224;
  --color-base16-800: 255 242 253;
  --color-base16-red: 168 15 32;
  --color-base16-orange: 238 223 75;
  --color-base16-yellow: 0 116 234;
  --color-base16-green: 186 252 139;
  --color-base16-cyan: 107 208 188;
  --color-base16-blue: 20 95 205;
  --color-base16-purple: 255 54 162;
  --color-base16-pink: 84 7 16;
  --color-base16-100-lighter: 44 44 44;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 216 19 41;
  --color-base16-orange-bright: 255 238 80;
  --color-base16-yellow-bright: 210 255 175;
  --color-base16-green-bright: 121 235 213;
  --color-base16-cyan-bright: 0 116 234;
  --color-base16-blue-bright: 253 213 229;
}
.base24-espresso-libre {
  --color-base16-100: 42 33 28;
  --color-base16-200: 0 0 0;
  --color-base16-300: 84 87 83;
  --color-base16-400: 115 119 114;
  --color-base16-500: 147 151 145;
  --color-base16-600: 179 183 176;
  --color-base16-700: 211 215 207;
  --color-base16-800: 237 237 236;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 239 228 58;
  --color-base16-yellow: 67 168 237;
  --color-base16-green: 26 146 28;
  --color-base16-cyan: 5 152 154;
  --color-base16-blue: 0 102 255;
  --color-base16-purple: 197 101 107;
  --color-base16-pink: 102 0 0;
  --color-base16-100-lighter: 56 58 55;
  --color-base16-100-lightest: 28 29 27;
  --color-base16-red-bright: 239 40 40;
  --color-base16-orange-bright: 255 250 92;
  --color-base16-yellow-bright: 154 255 135;
  --color-base16-green-bright: 52 226 226;
  --color-base16-cyan-bright: 67 168 237;
  --color-base16-blue-bright: 255 128 137;
}
.base24-terminal-basic {
  --color-base16-100: 255 255 255;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 153 0 0;
  --color-base16-orange: 153 153 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 0 0 178;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 76 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 0 217 0;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-github {
  --color-base16-100: 234 238 242;
  --color-base16-200: 208 215 222;
  --color-base16-300: 175 184 193;
  --color-base16-400: 140 149 159;
  --color-base16-500: 110 119 129;
  --color-base16-600: 66 74 83;
  --color-base16-700: 50 56 63;
  --color-base16-800: 31 35 40;
  --color-base16-red: 250 69 73;
  --color-base16-orange: 225 111 36;
  --color-base16-yellow: 191 135 0;
  --color-base16-green: 45 164 78;
  --color-base16-cyan: 51 157 155;
  --color-base16-blue: 33 139 255;
  --color-base16-purple: 164 117 249;
  --color-base16-pink: 77 45 0;
  --color-base16-100-lighter: 31 35 40;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 129 130;
  --color-base16-orange-bright: 212 167 44;
  --color-base16-yellow-bright: 74 194 107;
  --color-base16-green-bright: 73 188 183;
  --color-base16-cyan-bright: 84 174 255;
  --color-base16-blue-bright: 194 151 255;
}
.base24-hacktober {
  --color-base16-100: 20 20 20;
  --color-base16-200: 25 25 24;
  --color-base16-300: 44 43 42;
  --color-base16-400: 93 91 89;
  --color-base16-500: 142 140 136;
  --color-base16-600: 191 189 183;
  --color-base16-700: 241 238 231;
  --color-base16-800: 255 255 255;
  --color-base16-red: 179 69 56;
  --color-base16-orange: 208 137 73;
  --color-base16-yellow: 83 137 197;
  --color-base16-green: 88 119 68;
  --color-base16-cyan: 172 145 102;
  --color-base16-blue: 32 110 197;
  --color-base16-purple: 134 70 81;
  --color-base16-pink: 89 34 28;
  --color-base16-100-lighter: 29 28 28;
  --color-base16-100-lightest: 14 14 14;
  --color-base16-red-bright: 179 51 35;
  --color-base16-orange-bright: 199 90 34;
  --color-base16-yellow-bright: 66 130 74;
  --color-base16-green-bright: 235 197 135;
  --color-base16-cyan-bright: 83 137 197;
  --color-base16-blue-bright: 231 149 165;
}
.base24-toy-chest {
  --color-base16-100: 35 54 74;
  --color-base16-200: 44 63 87;
  --color-base16-300: 50 104 137;
  --color-base16-400: 47 130 136;
  --color-base16-500: 43 156 134;
  --color-base16-600: 39 182 132;
  --color-base16-700: 35 208 130;
  --color-base16-800: 212 212 212;
  --color-base16-red: 190 45 38;
  --color-base16-orange: 218 142 38;
  --color-base16-yellow: 51 165 217;
  --color-base16-green: 25 145 113;
  --color-base16-cyan: 53 160 143;
  --color-base16-blue: 50 93 150;
  --color-base16-purple: 138 93 219;
  --color-base16-pink: 95 22 19;
  --color-base16-100-lighter: 33 69 91;
  --color-base16-100-lightest: 16 34 45;
  --color-base16-red-bright: 221 89 67;
  --color-base16-orange-bright: 231 215 75;
  --color-base16-yellow-bright: 48 207 123;
  --color-base16-green-bright: 65 195 173;
  --color-base16-cyan-bright: 51 165 217;
  --color-base16-blue-bright: 173 107 220;
}
.base24-material {
  --color-base16-100: 234 234 234;
  --color-base16-200: 33 33 33;
  --color-base16-300: 66 66 66;
  --color-base16-400: 109 109 109;
  --color-base16-500: 152 152 152;
  --color-base16-600: 195 195 195;
  --color-base16-700: 238 238 238;
  --color-base16-800: 216 216 216;
  --color-base16-red: 183 20 30;
  --color-base16-orange: 245 151 29;
  --color-base16-yellow: 83 164 243;
  --color-base16-green: 69 123 35;
  --color-base16-cyan: 14 112 124;
  --color-base16-blue: 19 78 178;
  --color-base16-purple: 85 0 135;
  --color-base16-pink: 91 10 15;
  --color-base16-100-lighter: 44 44 44;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 232 58 63;
  --color-base16-orange-bright: 254 233 46;
  --color-base16-yellow-bright: 122 186 57;
  --color-base16-green-bright: 38 186 209;
  --color-base16-cyan-bright: 83 164 243;
  --color-base16-blue-bright: 169 77 187;
}
.base24-bluloco-light {
  --color-base16-100: 247 247 247;
  --color-base16-200: 203 204 212;
  --color-base16-300: 221 222 232;
  --color-base16-400: 166 167 174;
  --color-base16-500: 111 111 116;
  --color-base16-600: 56 56 58;
  --color-base16-700: 0 0 0;
  --color-base16-800: 28 29 33;
  --color-base16-red: 200 13 65;
  --color-base16-orange: 212 77 22;
  --color-base16-yellow: 16 133 217;
  --color-base16-green: 32 136 57;
  --color-base16-cyan: 30 77 122;
  --color-base16-blue: 29 68 221;
  --color-base16-purple: 109 27 237;
  --color-base16-pink: 100 6 32;
  --color-base16-100-lighter: 147 148 154;
  --color-base16-100-lightest: 73 74 77;
  --color-base16-red-bright: 251 73 109;
  --color-base16-orange-bright: 183 147 38;
  --color-base16-yellow-bright: 52 178 83;
  --color-base16-green-bright: 90 127 172;
  --color-base16-cyan-bright: 16 133 217;
  --color-base16-blue-bright: 192 12 178;
}
.base24-ultra-violet {
  --color-base16-100: 36 39 40;
  --color-base16-200: 35 38 40;
  --color-base16-300: 98 101 102;
  --color-base16-400: 129 132 132;
  --color-base16-500: 161 163 163;
  --color-base16-600: 193 194 194;
  --color-base16-700: 225 225 225;
  --color-base16-800: 249 249 244;
  --color-base16-red: 255 0 144;
  --color-base16-orange: 255 247 39;
  --color-base16-yellow: 127 235 255;
  --color-base16-green: 181 255 0;
  --color-base16-cyan: 14 255 187;
  --color-base16-blue: 71 223 251;
  --color-base16-purple: 214 48 255;
  --color-base16-pink: 127 0 72;
  --color-base16-100-lighter: 65 67 68;
  --color-base16-100-lightest: 32 33 34;
  --color-base16-red-bright: 251 87 180;
  --color-base16-orange-bright: 235 223 134;
  --color-base16-yellow-bright: 222 255 139;
  --color-base16-green-bright: 104 252 210;
  --color-base16-cyan-bright: 127 235 255;
  --color-base16-blue-bright: 230 129 255;
}
.base24-espresso {
  --color-base16-100: 38 38 38;
  --color-base16-200: 52 52 52;
  --color-base16-300: 83 83 83;
  --color-base16-400: 121 121 121;
  --color-base16-500: 160 160 159;
  --color-base16-600: 199 199 197;
  --color-base16-700: 238 238 236;
  --color-base16-800: 255 255 255;
  --color-base16-red: 210 81 81;
  --color-base16-orange: 255 198 109;
  --color-base16-yellow: 138 183 217;
  --color-base16-green: 165 194 97;
  --color-base16-cyan: 190 214 255;
  --color-base16-blue: 108 153 187;
  --color-base16-purple: 209 151 217;
  --color-base16-pink: 105 40 40;
  --color-base16-100-lighter: 55 55 55;
  --color-base16-100-lightest: 27 27 27;
  --color-base16-red-bright: 240 12 12;
  --color-base16-orange-bright: 225 227 139;
  --color-base16-yellow-bright: 194 224 117;
  --color-base16-green-bright: 220 243 255;
  --color-base16-cyan-bright: 138 183 217;
  --color-base16-blue-bright: 239 181 247;
}
.base24-violet-light {
  --color-base16-100: 252 244 220;
  --color-base16-200: 86 89 92;
  --color-base16-300: 69 72 75;
  --color-base16-400: 104 106 106;
  --color-base16-500: 140 140 138;
  --color-base16-600: 175 174 169;
  --color-base16-700: 211 208 201;
  --color-base16-800: 200 197 189;
  --color-base16-red: 201 76 34;
  --color-base16-orange: 180 136 29;
  --color-base16-yellow: 32 117 199;
  --color-base16-green: 133 152 28;
  --color-base16-cyan: 50 161 152;
  --color-base16-blue: 46 139 206;
  --color-base16-purple: 209 58 130;
  --color-base16-pink: 100 38 17;
  --color-base16-100-lighter: 46 48 50;
  --color-base16-100-lightest: 23 24 25;
  --color-base16-red-bright: 189 54 18;
  --color-base16-orange-bright: 165 119 4;
  --color-base16-yellow-bright: 114 137 3;
  --color-base16-green-bright: 37 145 133;
  --color-base16-cyan-bright: 32 117 199;
  --color-base16-blue-bright: 198 27 110;
}
.base24-molokai {
  --color-base16-100: 18 18 18;
  --color-base16-200: 18 18 18;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 37 115;
  --color-base16-orange: 223 212 96;
  --color-base16-yellow: 0 175 255;
  --color-base16-green: 151 225 35;
  --color-base16-cyan: 66 167 207;
  --color-base16-blue: 15 127 207;
  --color-base16-purple: 135 0 255;
  --color-base16-pink: 125 18 57;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 245 102 156;
  --color-base16-orange-bright: 254 242 108;
  --color-base16-yellow-bright: 176 224 94;
  --color-base16-green-bright: 80 205 254;
  --color-base16-cyan-bright: 0 175 255;
  --color-base16-blue-bright: 175 135 255;
}
.base24-flatland {
  --color-base16-100: 28 30 32;
  --color-base16-200: 28 29 25;
  --color-base16-300: 28 29 25;
  --color-base16-400: 84 85 82;
  --color-base16-500: 141 142 139;
  --color-base16-600: 197 198 196;
  --color-base16-700: 254 255 254;
  --color-base16-800: 254 255 254;
  --color-base16-red: 241 130 56;
  --color-base16-orange: 243 239 109;
  --color-base16-yellow: 97 184 208;
  --color-base16-green: 158 210 100;
  --color-base16-cyan: 213 56 100;
  --color-base16-blue: 79 150 190;
  --color-base16-purple: 105 90 187;
  --color-base16-pink: 120 65 28;
  --color-base16-100-lighter: 18 19 16;
  --color-base16-100-lightest: 9 9 8;
  --color-base16-red-bright: 209 42 36;
  --color-base16-orange-bright: 255 137 72;
  --color-base16-yellow-bright: 167 211 44;
  --color-base16-green-bright: 213 56 100;
  --color-base16-cyan-bright: 97 184 208;
  --color-base16-blue-bright: 105 90 187;
}
.base24-batman {
  --color-base16-100: 27 29 30;
  --color-base16-200: 27 29 30;
  --color-base16-300: 80 83 84;
  --color-base16-400: 109 111 110;
  --color-base16-500: 138 140 137;
  --color-base16-600: 167 168 163;
  --color-base16-700: 197 197 190;
  --color-base16-800: 218 218 213;
  --color-base16-red: 230 219 67;
  --color-base16-orange: 243 253 33;
  --color-base16-yellow: 144 148 149;
  --color-base16-green: 200 190 70;
  --color-base16-cyan: 97 95 94;
  --color-base16-blue: 115 112 116;
  --color-base16-purple: 115 114 113;
  --color-base16-pink: 115 109 33;
  --color-base16-100-lighter: 53 55 56;
  --color-base16-100-lightest: 26 27 28;
  --color-base16-red-bright: 255 246 141;
  --color-base16-orange-bright: 254 237 108;
  --color-base16-yellow-bright: 255 242 124;
  --color-base16-green-bright: 162 162 165;
  --color-base16-cyan-bright: 144 148 149;
  --color-base16-blue-bright: 154 153 157;
}
.base24-clrs {
  --color-base16-100: 255 255 255;
  --color-base16-200: 0 0 0;
  --color-base16-300: 84 87 83;
  --color-base16-400: 107 109 106;
  --color-base16-500: 131 132 130;
  --color-base16-600: 154 155 154;
  --color-base16-700: 178 178 178;
  --color-base16-800: 237 237 236;
  --color-base16-red: 247 39 41;
  --color-base16-orange: 249 111 28;
  --color-base16-yellow: 21 111 254;
  --color-base16-green: 50 137 92;
  --color-base16-cyan: 50 194 192;
  --color-base16-blue: 18 92 207;
  --color-base16-purple: 159 0 188;
  --color-base16-pink: 123 19 20;
  --color-base16-100-lighter: 56 58 55;
  --color-base16-100-lightest: 28 29 27;
  --color-base16-red-bright: 251 4 22;
  --color-base16-orange-bright: 252 214 39;
  --color-base16-yellow-bright: 44 198 49;
  --color-base16-green-bright: 57 213 206;
  --color-base16-cyan-bright: 21 111 254;
  --color-base16-blue-bright: 232 0 176;
}
.base24-wryan {
  --color-base16-100: 16 16 16;
  --color-base16-200: 51 51 51;
  --color-base16-300: 61 61 61;
  --color-base16-400: 80 84 86;
  --color-base16-500: 99 108 111;
  --color-base16-600: 118 132 136;
  --color-base16-700: 137 156 161;
  --color-base16-800: 192 192 192;
  --color-base16-red: 140 70 101;
  --color-base16-orange: 124 124 153;
  --color-base16-yellow: 71 122 179;
  --color-base16-green: 40 115 115;
  --color-base16-cyan: 49 101 140;
  --color-base16-blue: 57 85 115;
  --color-base16-purple: 94 70 140;
  --color-base16-pink: 70 35 50;
  --color-base16-100-lighter: 40 40 40;
  --color-base16-100-lightest: 20 20 20;
  --color-base16-red-bright: 191 77 128;
  --color-base16-orange-bright: 158 158 203;
  --color-base16-yellow-bright: 83 166 166;
  --color-base16-green-bright: 96 150 191;
  --color-base16-cyan-bright: 71 122 179;
  --color-base16-blue-bright: 126 98 179;
}
.base24-shaman {
  --color-base16-100: 0 16 20;
  --color-base16-200: 1 32 38;
  --color-base16-300: 55 67 80;
  --color-base16-400: 57 71 81;
  --color-base16-500: 59 76 82;
  --color-base16-600: 61 80 83;
  --color-base16-700: 64 85 84;
  --color-base16-800: 88 250 214;
  --color-base16-red: 177 47 44;
  --color-base16-orange: 93 138 169;
  --color-base16-yellow: 97 212 185;
  --color-base16-green: 0 169 64;
  --color-base16-cyan: 92 126 25;
  --color-base16-blue: 68 153 133;
  --color-base16-purple: 0 89 156;
  --color-base16-pink: 88 23 22;
  --color-base16-100-lighter: 36 44 53;
  --color-base16-100-lightest: 18 22 26;
  --color-base16-red-bright: 255 66 66;
  --color-base16-orange-bright: 141 211 253;
  --color-base16-yellow-bright: 42 234 94;
  --color-base16-green-bright: 152 207 40;
  --color-base16-cyan-bright: 97 212 185;
  --color-base16-blue-bright: 18 152 255;
}
.base24-ollie {
  --color-base16-100: 33 32 36;
  --color-base16-200: 0 0 0;
  --color-base16-300: 90 54 37;
  --color-base16-400: 102 75 70;
  --color-base16-500: 114 97 104;
  --color-base16-600: 126 119 137;
  --color-base16-700: 138 141 171;
  --color-base16-800: 91 109 167;
  --color-base16-red: 171 46 48;
  --color-base16-orange: 171 66 0;
  --color-base16-yellow: 68 135 255;
  --color-base16-green: 49 171 96;
  --color-base16-cyan: 31 165 171;
  --color-base16-blue: 44 86 171;
  --color-base16-purple: 175 132 39;
  --color-base16-pink: 85 23 24;
  --color-base16-100-lighter: 60 36 24;
  --color-base16-100-lightest: 30 18 12;
  --color-base16-red-bright: 255 61 72;
  --color-base16-orange-bright: 255 94 30;
  --color-base16-yellow-bright: 59 255 153;
  --color-base16-green-bright: 30 250 255;
  --color-base16-cyan-bright: 68 135 255;
  --color-base16-blue-bright: 255 194 28;
}
.base24-red-sands {
  --color-base16-100: 121 36 30;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 63 0;
  --color-base16-orange: 231 176 0;
  --color-base16-yellow: 0 113 174;
  --color-base16-green: 0 187 0;
  --color-base16-cyan: 0 187 187;
  --color-base16-blue: 0 113 255;
  --color-base16-purple: 187 0 187;
  --color-base16-pink: 127 31 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 187 0 0;
  --color-base16-orange-bright: 231 176 0;
  --color-base16-yellow-bright: 0 187 0;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 0 113 174;
  --color-base16-blue-bright: 255 85 255;
}
.base24-alien-blood {
  --color-base16-100: 15 22 15;
  --color-base16-200: 17 38 21;
  --color-base16-300: 60 71 17;
  --color-base16-400: 70 84 42;
  --color-base16-500: 80 98 67;
  --color-base16-600: 90 111 92;
  --color-base16-700: 100 125 117;
  --color-base16-800: 115 249 144;
  --color-base16-red: 127 43 38;
  --color-base16-orange: 112 127 35;
  --color-base16-yellow: 0 169 223;
  --color-base16-green: 47 126 37;
  --color-base16-cyan: 49 127 118;
  --color-base16-blue: 47 105 127;
  --color-base16-purple: 71 87 126;
  --color-base16-pink: 63 21 19;
  --color-base16-100-lighter: 40 47 11;
  --color-base16-100-lightest: 20 23 5;
  --color-base16-red-bright: 223 128 8;
  --color-base16-orange-bright: 189 224 0;
  --color-base16-yellow-bright: 24 224 0;
  --color-base16-green-bright: 0 223 195;
  --color-base16-cyan-bright: 0 169 223;
  --color-base16-blue-bright: 0 88 223;
}
.base24-homebrew {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 153 0 0;
  --color-base16-orange: 153 153 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 0 0 178;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 76 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 0 217 0;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-vibrant-ink {
  --color-base16-100: 0 0 0;
  --color-base16-200: 135 135 135;
  --color-base16-300: 85 85 85;
  --color-base16-400: 125 125 125;
  --color-base16-500: 165 165 165;
  --color-base16-600: 205 205 205;
  --color-base16-700: 245 245 245;
  --color-base16-800: 229 229 229;
  --color-base16-red: 255 102 0;
  --color-base16-orange: 255 204 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 204 255 4;
  --color-base16-cyan: 68 179 204;
  --color-base16-blue: 68 179 204;
  --color-base16-purple: 153 51 204;
  --color-base16-pink: 127 51 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 0 0;
  --color-base16-orange-bright: 255 255 0;
  --color-base16-yellow-bright: 0 255 0;
  --color-base16-green-bright: 0 255 255;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 255 0 255;
}
.base24-thayer-bright {
  --color-base16-100: 27 29 30;
  --color-base16-200: 27 29 30;
  --color-base16-300: 80 83 84;
  --color-base16-400: 111 113 112;
  --color-base16-500: 142 143 141;
  --color-base16-600: 173 173 169;
  --color-base16-700: 204 204 198;
  --color-base16-800: 248 248 242;
  --color-base16-red: 249 38 114;
  --color-base16-orange: 243 253 33;
  --color-base16-yellow: 63 120 255;
  --color-base16-green: 77 247 64;
  --color-base16-cyan: 55 200 180;
  --color-base16-blue: 38 86 214;
  --color-base16-purple: 140 84 254;
  --color-base16-pink: 124 19 57;
  --color-base16-100-lighter: 53 55 56;
  --color-base16-100-lightest: 26 27 28;
  --color-base16-red-bright: 255 89 149;
  --color-base16-orange-bright: 254 237 108;
  --color-base16-yellow-bright: 182 227 84;
  --color-base16-green-bright: 35 206 212;
  --color-base16-cyan-bright: 63 120 255;
  --color-base16-blue-bright: 158 111 254;
}
.base24-one-dark {
  --color-base16-100: 40 44 52;
  --color-base16-200: 63 68 81;
  --color-base16-300: 79 86 102;
  --color-base16-400: 84 88 98;
  --color-base16-500: 145 150 161;
  --color-base16-600: 171 178 191;
  --color-base16-700: 230 230 230;
  --color-base16-800: 255 255 255;
  --color-base16-red: 224 85 97;
  --color-base16-orange: 209 143 82;
  --color-base16-yellow: 230 185 101;
  --color-base16-green: 140 194 101;
  --color-base16-cyan: 66 179 194;
  --color-base16-blue: 74 165 240;
  --color-base16-purple: 193 98 222;
  --color-base16-pink: 191 64 52;
  --color-base16-100-lighter: 33 37 43;
  --color-base16-100-lightest: 24 26 31;
  --color-base16-red-bright: 255 97 110;
  --color-base16-orange-bright: 240 164 93;
  --color-base16-yellow-bright: 165 224 117;
  --color-base16-green-bright: 76 209 224;
  --color-base16-cyan-bright: 77 196 255;
  --color-base16-blue-bright: 222 115 255;
}
.base24-royal {
  --color-base16-100: 16 8 20;
  --color-base16-200: 36 31 42;
  --color-base16-300: 49 45 60;
  --color-base16-400: 57 52 70;
  --color-base16-500: 65 59 80;
  --color-base16-600: 73 66 90;
  --color-base16-700: 81 73 101;
  --color-base16-800: 157 139 189;
  --color-base16-red: 144 39 75;
  --color-base16-orange: 180 157 39;
  --color-base16-yellow: 143 185 249;
  --color-base16-green: 35 128 28;
  --color-base16-cyan: 138 170 189;
  --color-base16-blue: 100 128 175;
  --color-base16-purple: 102 77 150;
  --color-base16-pink: 72 19 37;
  --color-base16-100-lighter: 32 30 40;
  --color-base16-100-lightest: 16 15 20;
  --color-base16-red-bright: 212 52 108;
  --color-base16-orange-bright: 253 232 58;
  --color-base16-yellow-bright: 44 216 69;
  --color-base16-green-bright: 171 211 235;
  --color-base16-cyan-bright: 143 185 249;
  --color-base16-blue-bright: 164 121 226;
}
.base24-operator-mono-dark {
  --color-base16-100: 25 25 25;
  --color-base16-200: 90 90 90;
  --color-base16-300: 154 154 153;
  --color-base16-400: 166 168 166;
  --color-base16-500: 179 182 179;
  --color-base16-600: 192 196 192;
  --color-base16-700: 205 211 205;
  --color-base16-800: 253 253 246;
  --color-base16-red: 202 55 45;
  --color-base16-orange: 212 214 151;
  --color-base16-yellow: 137 211 246;
  --color-base16-green: 77 123 58;
  --color-base16-cyan: 114 212 198;
  --color-base16-blue: 67 135 207;
  --color-base16-purple: 184 108 180;
  --color-base16-pink: 101 27 22;
  --color-base16-100-lighter: 102 102 102;
  --color-base16-100-lightest: 51 51 51;
  --color-base16-red-bright: 195 125 98;
  --color-base16-orange-bright: 253 253 197;
  --color-base16-yellow-bright: 131 208 162;
  --color-base16-green-bright: 130 233 218;
  --color-base16-cyan-bright: 137 211 246;
  --color-base16-blue-bright: 254 44 121;
}
.base24-builtin-tango-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 0 0 0;
  --color-base16-300: 84 87 83;
  --color-base16-400: 115 119 114;
  --color-base16-500: 147 151 145;
  --color-base16-600: 179 183 176;
  --color-base16-700: 211 215 207;
  --color-base16-800: 237 237 236;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 196 160 0;
  --color-base16-yellow: 113 158 207;
  --color-base16-green: 78 154 5;
  --color-base16-cyan: 5 152 154;
  --color-base16-blue: 52 100 164;
  --color-base16-purple: 116 80 122;
  --color-base16-pink: 102 0 0;
  --color-base16-100-lighter: 56 58 55;
  --color-base16-100-lightest: 28 29 27;
  --color-base16-red-bright: 239 40 40;
  --color-base16-orange-bright: 252 233 78;
  --color-base16-yellow-bright: 138 226 52;
  --color-base16-green-bright: 52 226 226;
  --color-base16-cyan-bright: 113 158 207;
  --color-base16-blue-bright: 173 126 167;
}
.base24-cyberdyne {
  --color-base16-100: 21 17 68;
  --color-base16-200: 8 8 8;
  --color-base16-300: 45 45 45;
  --color-base16-400: 94 94 94;
  --color-base16-500: 143 143 143;
  --color-base16-600: 192 192 192;
  --color-base16-700: 241 241 241;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 130 114;
  --color-base16-orange: 210 167 0;
  --color-base16-yellow: 193 227 254;
  --color-base16-green: 0 193 114;
  --color-base16-cyan: 107 255 220;
  --color-base16-blue: 0 113 207;
  --color-base16-purple: 255 143 253;
  --color-base16-pink: 127 65 57;
  --color-base16-100-lighter: 30 30 30;
  --color-base16-100-lightest: 15 15 15;
  --color-base16-red-bright: 255 196 189;
  --color-base16-orange-bright: 254 253 213;
  --color-base16-yellow-bright: 214 252 185;
  --color-base16-green-bright: 229 230 254;
  --color-base16-cyan-bright: 193 227 254;
  --color-base16-blue-bright: 255 177 254;
}
.base24-hybrid {
  --color-base16-100: 22 23 24;
  --color-base16-200: 42 46 51;
  --color-base16-300: 29 30 33;
  --color-base16-400: 67 68 70;
  --color-base16-500: 105 107 107;
  --color-base16-600: 143 145 144;
  --color-base16-700: 181 184 182;
  --color-base16-800: 90 97 105;
  --color-base16-red: 183 77 80;
  --color-base16-orange: 227 181 94;
  --color-base16-yellow: 75 107 136;
  --color-base16-green: 179 190 90;
  --color-base16-cyan: 127 190 179;
  --color-base16-blue: 109 144 176;
  --color-base16-purple: 160 126 171;
  --color-base16-pink: 91 38 40;
  --color-base16-100-lighter: 19 20 22;
  --color-base16-100-lightest: 9 10 11;
  --color-base16-red-bright: 140 45 50;
  --color-base16-orange-bright: 229 137 79;
  --color-base16-yellow-bright: 120 131 49;
  --color-base16-green-bright: 77 123 115;
  --color-base16-cyan-bright: 75 107 136;
  --color-base16-blue-bright: 110 79 121;
}
.base24-slate {
  --color-base16-100: 33 33 33;
  --color-base16-200: 33 33 33;
  --color-base16-300: 255 255 255;
  --color-base16-400: 192 241 248;
  --color-base16-500: 129 226 240;
  --color-base16-600: 66 211 232;
  --color-base16-700: 2 196 224;
  --color-base16-800: 224 224 224;
  --color-base16-red: 225 167 191;
  --color-base16-orange: 196 201 191;
  --color-base16-yellow: 121 175 210;
  --color-base16-green: 128 215 120;
  --color-base16-cyan: 20 171 156;
  --color-base16-blue: 37 74 73;
  --color-base16-purple: 163 128 211;
  --color-base16-pink: 112 83 95;
  --color-base16-100-lighter: 170 170 170;
  --color-base16-100-lightest: 85 85 85;
  --color-base16-red-bright: 255 204 216;
  --color-base16-orange-bright: 208 203 201;
  --color-base16-yellow-bright: 189 255 168;
  --color-base16-green-bright: 139 222 224;
  --color-base16-cyan-bright: 121 175 210;
  --color-base16-blue-bright: 196 167 216;
}
.base24-kibble {
  --color-base16-100: 14 16 10;
  --color-base16-200: 77 77 77;
  --color-base16-300: 90 90 90;
  --color-base16-400: 124 119 124;
  --color-base16-500: 158 149 158;
  --color-base16-600: 192 179 192;
  --color-base16-700: 226 209 227;
  --color-base16-800: 255 255 255;
  --color-base16-red: 199 0 49;
  --color-base16-orange: 216 227 14;
  --color-base16-yellow: 151 164 247;
  --color-base16-green: 41 207 19;
  --color-base16-cyan: 7 152 171;
  --color-base16-blue: 52 73 209;
  --color-base16-purple: 132 0 255;
  --color-base16-pink: 99 0 24;
  --color-base16-100-lighter: 60 60 60;
  --color-base16-100-lightest: 30 30 30;
  --color-base16-red-bright: 240 21 120;
  --color-base16-orange-bright: 243 247 158;
  --color-base16-yellow-bright: 108 224 92;
  --color-base16-green-bright: 104 242 224;
  --color-base16-cyan-bright: 151 164 247;
  --color-base16-blue-bright: 196 149 240;
}
.base24-blue-berry-pie {
  --color-base16-100: 28 11 40;
  --color-base16-200: 10 75 97;
  --color-base16-300: 31 22 55;
  --color-base16-400: 83 74 94;
  --color-base16-500: 135 126 134;
  --color-base16-600: 187 178 173;
  --color-base16-700: 240 231 213;
  --color-base16-800: 10 107 126;
  --color-base16-red: 153 35 109;
  --color-base16-orange: 233 184 167;
  --color-base16-yellow: 56 22 61;
  --color-base16-green: 91 176 178;
  --color-base16-cyan: 126 130 204;
  --color-base16-blue: 144 165 188;
  --color-base16-purple: 157 83 167;
  --color-base16-pink: 76 17 54;
  --color-base16-100-lighter: 20 14 36;
  --color-base16-100-lightest: 10 7 18;
  --color-base16-red-bright: 199 113 113;
  --color-base16-orange-bright: 121 49 136;
  --color-base16-yellow-bright: 10 107 126;
  --color-base16-green-bright: 93 95 113;
  --color-base16-cyan-bright: 56 22 61;
  --color-base16-blue-bright: 188 147 182;
}
.base24-desert {
  --color-base16-100: 51 51 51;
  --color-base16-200: 77 77 77;
  --color-base16-300: 85 85 85;
  --color-base16-400: 125 119 108;
  --color-base16-500: 165 153 132;
  --color-base16-600: 205 187 155;
  --color-base16-700: 245 222 179;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 43 43;
  --color-base16-orange: 240 230 140;
  --color-base16-yellow: 135 206 255;
  --color-base16-green: 152 251 152;
  --color-base16-cyan: 255 160 160;
  --color-base16-blue: 205 133 63;
  --color-base16-purple: 255 222 173;
  --color-base16-pink: 127 21 21;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 255 215 0;
  --color-base16-cyan-bright: 135 206 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-smyck {
  --color-base16-100: 27 27 27;
  --color-base16-200: 0 0 0;
  --color-base16-300: 122 122 122;
  --color-base16-400: 131 131 131;
  --color-base16-500: 141 141 141;
  --color-base16-600: 150 150 150;
  --color-base16-700: 160 160 160;
  --color-base16-800: 247 247 247;
  --color-base16-red: 183 65 49;
  --color-base16-orange: 196 164 0;
  --color-base16-yellow: 141 207 240;
  --color-base16-green: 125 169 0;
  --color-base16-cyan: 32 115 131;
  --color-base16-blue: 98 163 196;
  --color-base16-purple: 185 138 204;
  --color-base16-pink: 91 32 24;
  --color-base16-100-lighter: 81 81 81;
  --color-base16-100-lightest: 40 40 40;
  --color-base16-red-bright: 214 131 123;
  --color-base16-orange-bright: 254 225 77;
  --color-base16-yellow-bright: 196 240 54;
  --color-base16-green-bright: 105 217 207;
  --color-base16-cyan-bright: 141 207 240;
  --color-base16-blue-bright: 247 153 255;
}
.base24-pencil-dark {
  --color-base16-100: 33 33 33;
  --color-base16-200: 33 33 33;
  --color-base16-300: 66 66 66;
  --color-base16-400: 103 103 103;
  --color-base16-500: 141 141 141;
  --color-base16-600: 179 179 179;
  --color-base16-700: 217 217 217;
  --color-base16-800: 241 241 241;
  --color-base16-red: 195 7 113;
  --color-base16-orange: 168 156 20;
  --color-base16-yellow: 32 187 252;
  --color-base16-green: 16 167 120;
  --color-base16-cyan: 32 165 186;
  --color-base16-blue: 0 142 196;
  --color-base16-purple: 82 60 121;
  --color-base16-pink: 97 3 56;
  --color-base16-100-lighter: 44 44 44;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 251 0 122;
  --color-base16-orange-bright: 243 228 48;
  --color-base16-yellow-bright: 95 215 175;
  --color-base16-green-bright: 79 184 204;
  --color-base16-cyan-bright: 32 187 252;
  --color-base16-blue-bright: 104 85 222;
}
.base24-hipster-green {
  --color-base16-100: 15 10 5;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 182 32 74;
  --color-base16-orange: 190 190 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 36 109 178;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 91 16 37;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 134 168 62;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-spiderman {
  --color-base16-100: 27 29 30;
  --color-base16-200: 27 29 30;
  --color-base16-300: 80 83 84;
  --color-base16-400: 123 125 124;
  --color-base16-500: 167 168 165;
  --color-base16-600: 211 211 205;
  --color-base16-700: 255 254 246;
  --color-base16-800: 254 255 249;
  --color-base16-red: 230 7 18;
  --color-base16-orange: 226 70 85;
  --color-base16-yellow: 29 79 255;
  --color-base16-green: 226 40 40;
  --color-base16-cyan: 50 85 255;
  --color-base16-blue: 43 63 255;
  --color-base16-purple: 36 53 219;
  --color-base16-pink: 115 3 9;
  --color-base16-100-lighter: 53 55 56;
  --color-base16-100-lightest: 26 27 28;
  --color-base16-red-bright: 255 3 37;
  --color-base16-orange-bright: 254 57 53;
  --color-base16-yellow-bright: 255 50 56;
  --color-base16-green-bright: 96 131 255;
  --color-base16-cyan-bright: 29 79 255;
  --color-base16-blue-bright: 115 123 255;
}
.base24-front-end-delight {
  --color-base16-100: 27 27 29;
  --color-base16-200: 36 36 38;
  --color-base16-300: 94 172 108;
  --color-base16-400: 113 172 124;
  --color-base16-500: 133 172 140;
  --color-base16-600: 152 172 156;
  --color-base16-700: 172 172 172;
  --color-base16-800: 139 115 90;
  --color-base16-red: 248 80 26;
  --color-base16-orange: 249 118 29;
  --color-base16-yellow: 51 147 201;
  --color-base16-green: 86 87 70;
  --color-base16-cyan: 59 160 165;
  --color-base16-blue: 44 112 183;
  --color-base16-purple: 240 45 78;
  --color-base16-pink: 124 40 13;
  --color-base16-100-lighter: 62 114 72;
  --color-base16-100-lightest: 31 57 36;
  --color-base16-red-bright: 246 67 25;
  --color-base16-orange-bright: 252 194 36;
  --color-base16-yellow-bright: 116 235 76;
  --color-base16-green-bright: 78 188 229;
  --color-base16-cyan-bright: 51 147 201;
  --color-base16-blue-bright: 231 94 78;
}
.base24-catppuccin-latte {
  --color-base16-100: 239 241 245;
  --color-base16-200: 230 233 239;
  --color-base16-300: 204 208 218;
  --color-base16-400: 188 192 204;
  --color-base16-500: 172 176 190;
  --color-base16-600: 76 79 105;
  --color-base16-700: 220 138 120;
  --color-base16-800: 114 135 253;
  --color-base16-red: 210 15 57;
  --color-base16-orange: 254 100 11;
  --color-base16-yellow: 223 142 29;
  --color-base16-green: 64 160 43;
  --color-base16-cyan: 23 146 153;
  --color-base16-blue: 30 102 245;
  --color-base16-purple: 136 57 239;
  --color-base16-pink: 221 120 120;
  --color-base16-100-lighter: 230 233 239;
  --color-base16-100-lightest: 220 224 232;
  --color-base16-red-bright: 230 69 83;
  --color-base16-orange-bright: 220 138 120;
  --color-base16-yellow-bright: 64 160 43;
  --color-base16-green-bright: 4 165 229;
  --color-base16-cyan-bright: 32 159 181;
  --color-base16-blue-bright: 234 118 203;
}
.base24-seafoam-pastel {
  --color-base16-100: 36 52 52;
  --color-base16-200: 117 117 117;
  --color-base16-300: 138 138 138;
  --color-base16-400: 159 159 159;
  --color-base16-500: 181 181 181;
  --color-base16-600: 202 202 202;
  --color-base16-700: 224 224 224;
  --color-base16-800: 224 224 224;
  --color-base16-red: 130 93 77;
  --color-base16-orange: 173 161 109;
  --color-base16-yellow: 121 195 207;
  --color-base16-green: 113 140 97;
  --color-base16-cyan: 113 147 147;
  --color-base16-blue: 77 123 130;
  --color-base16-purple: 138 113 103;
  --color-base16-pink: 65 46 38;
  --color-base16-100-lighter: 92 92 92;
  --color-base16-100-lightest: 46 46 46;
  --color-base16-red-bright: 207 147 121;
  --color-base16-orange-bright: 250 231 157;
  --color-base16-yellow-bright: 152 217 170;
  --color-base16-green-bright: 173 224 224;
  --color-base16-cyan-bright: 121 195 207;
  --color-base16-blue-bright: 214 178 161;
}
.base24-night-lion-v2 {
  --color-base16-100: 23 23 23;
  --color-base16-200: 76 76 76;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 187 0 0;
  --color-base16-orange: 242 240 103;
  --color-base16-yellow: 98 202 231;
  --color-base16-green: 3 246 34;
  --color-base16-cyan: 0 217 223;
  --color-base16-blue: 99 208 240;
  --color-base16-purple: 206 111 218;
  --color-base16-pink: 93 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 125 246 28;
  --color-base16-green-bright: 0 204 215;
  --color-base16-cyan-bright: 98 202 231;
  --color-base16-blue-bright: 255 154 245;
}
.base24-one-half-light {
  --color-base16-100: 250 250 250;
  --color-base16-200: 55 57 66;
  --color-base16-300: 79 82 93;
  --color-base16-400: 121 124 132;
  --color-base16-500: 164 166 171;
  --color-base16-600: 207 208 210;
  --color-base16-700: 250 250 250;
  --color-base16-800: 255 255 255;
  --color-base16-red: 228 86 73;
  --color-base16-orange: 192 132 0;
  --color-base16-yellow: 97 175 239;
  --color-base16-green: 79 161 79;
  --color-base16-cyan: 9 150 179;
  --color-base16-blue: 0 132 188;
  --color-base16-purple: 166 37 164;
  --color-base16-pink: 114 43 36;
  --color-base16-100-lighter: 52 54 62;
  --color-base16-100-lightest: 26 27 31;
  --color-base16-red-bright: 223 108 117;
  --color-base16-orange-bright: 228 192 122;
  --color-base16-yellow-bright: 152 195 121;
  --color-base16-green-bright: 86 181 193;
  --color-base16-cyan-bright: 97 175 239;
  --color-base16-blue-bright: 197 119 221;
}
.base24-twilight {
  --color-base16-100: 20 20 20;
  --color-base16-200: 20 20 20;
  --color-base16-300: 38 38 38;
  --color-base16-400: 92 92 81;
  --color-base16-500: 146 146 124;
  --color-base16-600: 200 200 167;
  --color-base16-700: 254 255 211;
  --color-base16-800: 254 255 211;
  --color-base16-red: 192 108 67;
  --color-base16-orange: 194 168 108;
  --color-base16-yellow: 90 93 97;
  --color-base16-green: 175 185 121;
  --color-base16-cyan: 119 130 132;
  --color-base16-blue: 68 70 73;
  --color-base16-purple: 180 190 123;
  --color-base16-pink: 96 54 33;
  --color-base16-100-lighter: 25 25 25;
  --color-base16-100-lightest: 12 12 12;
  --color-base16-red-bright: 221 124 76;
  --color-base16-orange-bright: 225 196 125;
  --color-base16-yellow-bright: 203 216 140;
  --color-base16-green-bright: 138 152 154;
  --color-base16-cyan-bright: 90 93 97;
  --color-base16-blue-bright: 208 219 142;
}
.base24-red-planet {
  --color-base16-100: 34 34 34;
  --color-base16-200: 32 31 31;
  --color-base16-300: 103 103 103;
  --color-base16-400: 123 119 115;
  --color-base16-500: 144 136 128;
  --color-base16-600: 164 153 140;
  --color-base16-700: 185 170 153;
  --color-base16-800: 214 191 184;
  --color-base16-red: 140 52 50;
  --color-base16-orange: 232 191 106;
  --color-base16-yellow: 96 130 126;
  --color-base16-green: 114 130 113;
  --color-base16-cyan: 91 131 144;
  --color-base16-blue: 105 128 158;
  --color-base16-purple: 137 100 146;
  --color-base16-pink: 70 26 25;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 181 82 66;
  --color-base16-orange-bright: 235 235 145;
  --color-base16-yellow-bright: 134 153 133;
  --color-base16-green-bright: 56 173 216;
  --color-base16-cyan-bright: 96 130 126;
  --color-base16-blue-bright: 222 72 115;
}
.base24-shades-of-purple {
  --color-base16-100: 30 29 64;
  --color-base16-200: 0 0 0;
  --color-base16-300: 103 103 103;
  --color-base16-400: 127 127 127;
  --color-base16-500: 151 151 151;
  --color-base16-600: 175 175 175;
  --color-base16-700: 199 199 199;
  --color-base16-800: 254 255 255;
  --color-base16-red: 217 4 41;
  --color-base16-orange: 255 231 0;
  --color-base16-yellow: 104 113 255;
  --color-base16-green: 58 217 0;
  --color-base16-cyan: 0 197 199;
  --color-base16-blue: 105 67 255;
  --color-base16-purple: 255 43 112;
  --color-base16-pink: 108 2 20;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 249 41 27;
  --color-base16-orange-bright: 241 208 0;
  --color-base16-yellow-bright: 66 212 37;
  --color-base16-green-bright: 121 231 250;
  --color-base16-cyan-bright: 104 113 255;
  --color-base16-blue-bright: 255 118 255;
}
.base24-forest-blue {
  --color-base16-100: 5 21 25;
  --color-base16-200: 51 51 51;
  --color-base16-300: 61 61 61;
  --color-base16-400: 102 99 97;
  --color-base16-500: 143 138 133;
  --color-base16-600: 184 177 169;
  --color-base16-700: 226 216 205;
  --color-base16-800: 226 216 205;
  --color-base16-red: 248 129 142;
  --color-base16-orange: 26 141 99;
  --color-base16-yellow: 57 167 162;
  --color-base16-green: 146 211 162;
  --color-base16-cyan: 49 101 140;
  --color-base16-blue: 142 208 206;
  --color-base16-purple: 94 70 140;
  --color-base16-pink: 124 64 71;
  --color-base16-100-lighter: 40 40 40;
  --color-base16-100-lightest: 20 20 20;
  --color-base16-red-bright: 251 61 102;
  --color-base16-orange-bright: 47 200 89;
  --color-base16-yellow-bright: 107 180 141;
  --color-base16-green-bright: 96 150 191;
  --color-base16-cyan-bright: 57 167 162;
  --color-base16-blue-bright: 126 98 179;
}
.base24-soft-server {
  --color-base16-100: 36 38 38;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 108 107;
  --color-base16-400: 114 121 120;
  --color-base16-500: 127 135 134;
  --color-base16-600: 140 149 148;
  --color-base16-700: 153 163 162;
  --color-base16-800: 209 223 222;
  --color-base16-red: 161 104 105;
  --color-base16-orange: 162 144 105;
  --color-base16-yellow: 98 177 223;
  --color-base16-green: 153 165 105;
  --color-base16-cyan: 107 164 143;
  --color-base16-blue: 106 143 163;
  --color-base16-purple: 105 113 163;
  --color-base16-pink: 80 52 52;
  --color-base16-100-lighter: 68 72 71;
  --color-base16-100-lightest: 34 36 35;
  --color-base16-red-bright: 220 91 95;
  --color-base16-orange-bright: 222 179 95;
  --color-base16-yellow-bright: 191 222 84;
  --color-base16-green-bright: 100 227 156;
  --color-base16-cyan-bright: 98 177 223;
  --color-base16-blue-bright: 95 110 222;
}
.base24-elementary {
  --color-base16-100: 24 24 24;
  --color-base16-200: 36 36 36;
  --color-base16-300: 74 74 74;
  --color-base16-400: 115 115 115;
  --color-base16-500: 156 156 156;
  --color-base16-600: 197 197 197;
  --color-base16-700: 238 238 238;
  --color-base16-800: 140 0 235;
  --color-base16-red: 214 27 21;
  --color-base16-orange: 253 180 11;
  --color-base16-yellow: 8 85 254;
  --color-base16-green: 89 164 19;
  --color-base16-cyan: 37 148 224;
  --color-base16-blue: 5 58 140;
  --color-base16-purple: 228 0 56;
  --color-base16-pink: 107 13 10;
  --color-base16-100-lighter: 49 49 49;
  --color-base16-100-lightest: 24 24 24;
  --color-base16-red-bright: 251 27 24;
  --color-base16-orange-bright: 253 199 14;
  --color-base16-yellow-bright: 106 193 24;
  --color-base16-green-bright: 62 167 252;
  --color-base16-cyan-bright: 8 85 254;
  --color-base16-blue-bright: 251 0 79;
}
.base24-flat {
  --color-base16-100: 8 40 69;
  --color-base16-200: 29 40 69;
  --color-base16-300: 46 46 69;
  --color-base16-400: 68 78 91;
  --color-base16-500: 104 113 123;
  --color-base16-600: 140 147 154;
  --color-base16-700: 176 182 186;
  --color-base16-800: 231 236 237;
  --color-base16-red: 168 35 32;
  --color-base16-orange: 229 141 17;
  --color-base16-yellow: 60 125 210;
  --color-base16-green: 45 148 64;
  --color-base16-cyan: 44 147 112;
  --color-base16-blue: 49 103 172;
  --color-base16-purple: 120 26 160;
  --color-base16-pink: 84 17 16;
  --color-base16-100-lighter: 0 34 64;
  --color-base16-100-lightest: 0 22 41;
  --color-base16-red-bright: 212 49 46;
  --color-base16-orange-bright: 229 190 12;
  --color-base16-yellow-bright: 50 165 72;
  --color-base16-green-bright: 53 179 135;
  --color-base16-cyan-bright: 60 125 210;
  --color-base16-blue-bright: 130 48 167;
}
.base24-one-black {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 79 86 102;
  --color-base16-400: 84 88 98;
  --color-base16-500: 145 150 161;
  --color-base16-600: 171 178 191;
  --color-base16-700: 230 230 230;
  --color-base16-800: 255 255 255;
  --color-base16-red: 224 85 97;
  --color-base16-orange: 209 143 82;
  --color-base16-yellow: 230 185 101;
  --color-base16-green: 140 194 101;
  --color-base16-cyan: 66 179 194;
  --color-base16-blue: 74 165 240;
  --color-base16-purple: 193 98 222;
  --color-base16-pink: 191 64 52;
  --color-base16-100-lighter: 0 0 0;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 97 110;
  --color-base16-orange-bright: 240 164 93;
  --color-base16-yellow-bright: 165 224 117;
  --color-base16-green-bright: 76 209 224;
  --color-base16-cyan-bright: 77 196 255;
  --color-base16-blue-bright: 222 115 255;
}
.base24-blazer {
  --color-base16-100: 13 25 38;
  --color-base16-200: 0 0 0;
  --color-base16-300: 38 38 38;
  --color-base16-400: 82 82 82;
  --color-base16-500: 127 127 127;
  --color-base16-600: 172 172 172;
  --color-base16-700: 217 217 217;
  --color-base16-800: 255 255 255;
  --color-base16-red: 184 122 122;
  --color-base16-orange: 184 184 122;
  --color-base16-yellow: 189 189 219;
  --color-base16-green: 122 184 122;
  --color-base16-cyan: 122 184 184;
  --color-base16-blue: 122 122 184;
  --color-base16-purple: 184 122 184;
  --color-base16-pink: 92 61 61;
  --color-base16-100-lighter: 25 25 25;
  --color-base16-100-lightest: 12 12 12;
  --color-base16-red-bright: 219 189 189;
  --color-base16-orange-bright: 219 219 189;
  --color-base16-yellow-bright: 189 219 189;
  --color-base16-green-bright: 189 219 219;
  --color-base16-cyan-bright: 189 189 219;
  --color-base16-blue-bright: 219 189 219;
}
.base24-atelier-sulphurpool {
  --color-base16-100: 32 39 70;
  --color-base16-200: 32 39 70;
  --color-base16-300: 107 115 148;
  --color-base16-400: 118 125 156;
  --color-base16-500: 129 136 164;
  --color-base16-600: 140 146 172;
  --color-base16-700: 151 157 180;
  --color-base16-800: 245 247 255;
  --color-base16-red: 201 73 34;
  --color-base16-orange: 192 139 48;
  --color-base16-yellow: 137 142 164;
  --color-base16-green: 172 151 57;
  --color-base16-cyan: 34 162 201;
  --color-base16-blue: 61 143 209;
  --color-base16-purple: 102 121 204;
  --color-base16-pink: 100 36 17;
  --color-base16-100-lighter: 71 76 98;
  --color-base16-100-lightest: 35 38 49;
  --color-base16-red-bright: 199 107 41;
  --color-base16-orange-bright: 94 102 135;
  --color-base16-yellow-bright: 41 50 86;
  --color-base16-green-bright: 156 99 122;
  --color-base16-cyan-bright: 137 142 164;
  --color-base16-blue-bright: 223 226 241;
}
.base24-purple-rain {
  --color-base16-100: 32 8 74;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 127 127 127;
  --color-base16-500: 169 170 170;
  --color-base16-600: 211 212 212;
  --color-base16-700: 254 255 255;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 38 13;
  --color-base16-orange: 255 196 0;
  --color-base16-yellow: 0 165 255;
  --color-base16-green: 154 226 4;
  --color-base16-cyan: 0 221 239;
  --color-base16-blue: 0 161 249;
  --color-base16-purple: 128 91 181;
  --color-base16-pink: 127 19 6;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 66 80;
  --color-base16-orange-bright: 255 216 82;
  --color-base16-yellow-bright: 184 227 109;
  --color-base16-green-bright: 116 252 243;
  --color-base16-cyan-bright: 0 165 255;
  --color-base16-blue-bright: 171 122 239;
}
.base24-pro {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 153 0 0;
  --color-base16-orange: 153 153 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 31 8 219;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 76 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 0 217 0;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-grape {
  --color-base16-100: 22 20 35;
  --color-base16-200: 45 40 62;
  --color-base16-300: 88 80 106;
  --color-base16-400: 105 99 119;
  --color-base16-500: 123 119 133;
  --color-base16-600: 140 138 146;
  --color-base16-700: 158 158 160;
  --color-base16-800: 161 136 247;
  --color-base16-red: 236 33 96;
  --color-base16-orange: 141 220 31;
  --color-base16-yellow: 169 187 235;
  --color-base16-green: 31 169 27;
  --color-base16-cyan: 58 221 237;
  --color-base16-blue: 72 124 244;
  --color-base16-purple: 140 53 200;
  --color-base16-pink: 118 16 48;
  --color-base16-100-lighter: 58 53 70;
  --color-base16-100-lightest: 29 26 35;
  --color-base16-red-bright: 240 113 154;
  --color-base16-orange-bright: 178 220 135;
  --color-base16-yellow-bright: 82 169 93;
  --color-base16-green-bright: 156 227 234;
  --color-base16-cyan-bright: 169 187 235;
  --color-base16-blue-bright: 172 129 193;
}
.base24-highway {
  --color-base16-100: 33 34 36;
  --color-base16-200: 0 0 0;
  --color-base16-300: 92 79 73;
  --color-base16-400: 128 118 114;
  --color-base16-500: 164 158 155;
  --color-base16-600: 200 197 196;
  --color-base16-700: 237 237 237;
  --color-base16-800: 254 255 254;
  --color-base16-red: 207 13 23;
  --color-base16-orange: 255 202 61;
  --color-base16-yellow: 79 194 253;
  --color-base16-green: 18 128 51;
  --color-base16-cyan: 56 69 99;
  --color-base16-blue: 0 106 179;
  --color-base16-purple: 106 38 116;
  --color-base16-pink: 103 6 11;
  --color-base16-100-lighter: 61 52 48;
  --color-base16-100-lightest: 30 26 24;
  --color-base16-red-bright: 239 125 23;
  --color-base16-orange-bright: 255 241 31;
  --color-base16-yellow-bright: 177 209 48;
  --color-base16-green-bright: 92 79 73;
  --color-base16-cyan-bright: 79 194 253;
  --color-base16-blue-bright: 222 0 112;
}
.base24-challenger-deep {
  --color-base16-100: 30 28 49;
  --color-base16-200: 20 17 39;
  --color-base16-300: 86 85 117;
  --color-base16-400: 106 108 138;
  --color-base16-500: 126 132 160;
  --color-base16-600: 146 155 182;
  --color-base16-700: 166 179 204;
  --color-base16-800: 203 227 231;
  --color-base16-red: 255 84 88;
  --color-base16-orange: 255 179 120;
  --color-base16-yellow: 145 221 255;
  --color-base16-green: 98 209 150;
  --color-base16-cyan: 99 242 241;
  --color-base16-blue: 101 178 255;
  --color-base16-purple: 144 108 255;
  --color-base16-pink: 127 42 44;
  --color-base16-100-lighter: 57 56 78;
  --color-base16-100-lightest: 28 28 39;
  --color-base16-red-bright: 255 128 128;
  --color-base16-orange-bright: 255 233 170;
  --color-base16-yellow-bright: 149 255 164;
  --color-base16-green-bright: 170 255 228;
  --color-base16-cyan-bright: 145 221 255;
  --color-base16-blue-bright: 201 145 225;
}
.base24-builtin-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 187 0 0;
  --color-base16-orange: 187 187 0;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 0 187 0;
  --color-base16-cyan: 0 187 187;
  --color-base16-blue: 0 0 187;
  --color-base16-purple: 187 0 187;
  --color-base16-pink: 93 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-scarlet-protocol {
  --color-base16-100: 27 21 60;
  --color-base16-200: 16 17 22;
  --color-base16-300: 103 103 103;
  --color-base16-400: 127 127 127;
  --color-base16-500: 151 151 151;
  --color-base16-600: 175 175 175;
  --color-base16-700: 199 199 199;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 0 81;
  --color-base16-orange: 250 249 69;
  --color-base16-yellow: 104 113 255;
  --color-base16-green: 0 220 132;
  --color-base16-cyan: 0 197 199;
  --color-base16-blue: 2 113 182;
  --color-base16-purple: 201 48 199;
  --color-base16-pink: 127 0 40;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 255 109 103;
  --color-base16-orange-bright: 254 251 103;
  --color-base16-yellow-bright: 95 249 103;
  --color-base16-green-bright: 95 253 255;
  --color-base16-cyan-bright: 104 113 255;
  --color-base16-blue-bright: 188 53 235;
}
.base24-purplepeter {
  --color-base16-100: 42 26 74;
  --color-base16-200: 10 4 31;
  --color-base16-300: 16 11 34;
  --color-base16-400: 75 54 57;
  --color-base16-500: 135 98 81;
  --color-base16-600: 195 142 105;
  --color-base16-700: 255 186 129;
  --color-base16-800: 185 174 211;
  --color-base16-red: 255 120 108;
  --color-base16-orange: 239 222 171;
  --color-base16-yellow: 121 218 237;
  --color-base16-green: 152 180 129;
  --color-base16-cyan: 185 140 255;
  --color-base16-blue: 102 217 239;
  --color-base16-purple: 230 142 205;
  --color-base16-pink: 127 60 54;
  --color-base16-100-lighter: 10 7 22;
  --color-base16-100-lightest: 5 3 11;
  --color-base16-red-bright: 248 159 146;
  --color-base16-orange-bright: 241 233 191;
  --color-base16-yellow-bright: 180 189 142;
  --color-base16-green-bright: 160 160 214;
  --color-base16-cyan-bright: 121 218 237;
  --color-base16-blue-bright: 185 145 212;
}
.base24-builtin-solarized-light {
  --color-base16-100: 253 246 227;
  --color-base16-200: 7 54 66;
  --color-base16-300: 0 43 54;
  --color-base16-400: 59 90 93;
  --color-base16-500: 119 137 133;
  --color-base16-600: 178 184 173;
  --color-base16-700: 238 232 213;
  --color-base16-800: 253 246 227;
  --color-base16-red: 220 50 47;
  --color-base16-orange: 181 137 0;
  --color-base16-yellow: 131 148 150;
  --color-base16-green: 133 153 0;
  --color-base16-cyan: 42 161 152;
  --color-base16-blue: 38 139 210;
  --color-base16-purple: 211 54 130;
  --color-base16-pink: 110 25 23;
  --color-base16-100-lighter: 0 28 36;
  --color-base16-100-lightest: 0 14 18;
  --color-base16-red-bright: 203 75 22;
  --color-base16-orange-bright: 101 123 131;
  --color-base16-yellow-bright: 88 110 117;
  --color-base16-green-bright: 147 161 161;
  --color-base16-cyan-bright: 131 148 150;
  --color-base16-blue-bright: 108 113 196;
}
.base24-dimmed-monokai {
  --color-base16-100: 30 30 30;
  --color-base16-200: 58 60 67;
  --color-base16-300: 136 137 135;
  --color-base16-400: 148 149 147;
  --color-base16-500: 160 162 160;
  --color-base16-600: 172 175 172;
  --color-base16-700: 184 188 185;
  --color-base16-800: 252 255 184;
  --color-base16-red: 190 62 72;
  --color-base16-orange: 196 165 53;
  --color-base16-yellow: 23 108 227;
  --color-base16-green: 134 154 58;
  --color-base16-cyan: 86 142 163;
  --color-base16-blue: 78 118 161;
  --color-base16-purple: 133 91 141;
  --color-base16-pink: 95 31 36;
  --color-base16-100-lighter: 90 91 90;
  --color-base16-100-lightest: 45 45 45;
  --color-base16-red-bright: 251 0 30;
  --color-base16-orange-bright: 195 112 51;
  --color-base16-yellow-bright: 14 113 46;
  --color-base16-green-bright: 45 111 108;
  --color-base16-cyan-bright: 23 108 227;
  --color-base16-blue-bright: 251 0 103;
}
.base24-spacedust {
  --color-base16-100: 10 30 36;
  --color-base16-200: 110 82 70;
  --color-base16-300: 103 76 49;
  --color-base16-400: 137 117 88;
  --color-base16-500: 171 158 127;
  --color-base16-600: 205 199 166;
  --color-base16-700: 240 241 206;
  --color-base16-800: 254 255 240;
  --color-base16-red: 227 90 0;
  --color-base16-orange: 227 205 123;
  --color-base16-yellow: 103 160 205;
  --color-base16-green: 92 171 150;
  --color-base16-cyan: 6 175 199;
  --color-base16-blue: 14 84 139;
  --color-base16-purple: 227 90 0;
  --color-base16-pink: 113 45 0;
  --color-base16-100-lighter: 68 50 32;
  --color-base16-100-lightest: 34 25 16;
  --color-base16-red-bright: 255 138 57;
  --color-base16-orange-bright: 255 199 119;
  --color-base16-yellow-bright: 173 202 184;
  --color-base16-green-bright: 131 166 179;
  --color-base16-cyan-bright: 103 160 205;
  --color-base16-blue-bright: 255 138 57;
}
.base24-builtin-tango-dark {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 84 87 83;
  --color-base16-400: 115 119 114;
  --color-base16-500: 147 151 145;
  --color-base16-600: 179 183 176;
  --color-base16-700: 211 215 207;
  --color-base16-800: 237 237 236;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 196 160 0;
  --color-base16-yellow: 113 158 207;
  --color-base16-green: 78 154 5;
  --color-base16-cyan: 5 152 154;
  --color-base16-blue: 52 100 164;
  --color-base16-purple: 116 80 122;
  --color-base16-pink: 102 0 0;
  --color-base16-100-lighter: 56 58 55;
  --color-base16-100-lightest: 28 29 27;
  --color-base16-red-bright: 239 40 40;
  --color-base16-orange-bright: 252 233 78;
  --color-base16-yellow-bright: 138 226 52;
  --color-base16-green-bright: 52 226 226;
  --color-base16-cyan-bright: 113 158 207;
  --color-base16-blue-bright: 173 126 167;
}
.base24-space-gray-eighties-dull {
  --color-base16-100: 33 33 33;
  --color-base16-200: 21 23 28;
  --color-base16-300: 85 85 85;
  --color-base16-400: 108 109 112;
  --color-base16-500: 131 134 139;
  --color-base16-600: 154 159 166;
  --color-base16-700: 178 184 194;
  --color-base16-800: 255 255 255;
  --color-base16-red: 177 73 86;
  --color-base16-orange: 198 114 90;
  --color-base16-yellow: 84 133 192;
  --color-base16-green: 145 179 119;
  --color-base16-cyan: 127 204 203;
  --color-base16-blue: 123 143 164;
  --color-base16-purple: 165 119 158;
  --color-base16-pink: 88 36 43;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 236 95 103;
  --color-base16-orange-bright: 253 194 83;
  --color-base16-yellow-bright: 136 233 133;
  --color-base16-green-bright: 88 194 192;
  --color-base16-cyan-bright: 84 133 192;
  --color-base16-blue-bright: 191 131 192;
}
.base24-misterioso {
  --color-base16-100: 45 55 67;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 120 120 119;
  --color-base16-500: 155 155 154;
  --color-base16-600: 190 190 189;
  --color-base16-700: 225 225 224;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 66 66;
  --color-base16-orange: 255 173 41;
  --color-base16-yellow: 35 215 215;
  --color-base16-green: 116 175 104;
  --color-base16-cyan: 35 215 215;
  --color-base16-blue: 51 143 134;
  --color-base16-purple: 148 19 229;
  --color-base16-pink: 127 33 33;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 50 66;
  --color-base16-orange-bright: 255 185 41;
  --color-base16-yellow-bright: 116 205 104;
  --color-base16-green-bright: 0 237 225;
  --color-base16-cyan-bright: 35 215 215;
  --color-base16-blue-bright: 255 55 255;
}
.base24-hurtado {
  --color-base16-100: 0 0 0;
  --color-base16-200: 87 87 87;
  --color-base16-300: 37 37 37;
  --color-base16-400: 78 78 78;
  --color-base16-500: 120 120 120;
  --color-base16-600: 161 161 161;
  --color-base16-700: 203 203 203;
  --color-base16-800: 219 219 219;
  --color-base16-red: 255 27 0;
  --color-base16-orange: 251 231 74;
  --color-base16-yellow: 137 189 255;
  --color-base16-green: 165 223 85;
  --color-base16-cyan: 133 233 254;
  --color-base16-blue: 72 99 135;
  --color-base16-purple: 252 94 240;
  --color-base16-pink: 127 13 0;
  --color-base16-100-lighter: 24 24 24;
  --color-base16-100-lightest: 12 12 12;
  --color-base16-red-bright: 212 28 0;
  --color-base16-orange-bright: 251 231 73;
  --color-base16-yellow-bright: 165 223 85;
  --color-base16-green-bright: 133 233 254;
  --color-base16-cyan-bright: 137 189 255;
  --color-base16-blue-bright: 191 0 192;
}
.base24-monokai-vivid {
  --color-base16-100: 18 18 18;
  --color-base16-200: 18 18 18;
  --color-base16-300: 130 130 130;
  --color-base16-400: 161 161 161;
  --color-base16-500: 192 192 192;
  --color-base16-600: 223 223 223;
  --color-base16-700: 255 254 254;
  --color-base16-800: 255 255 255;
  --color-base16-red: 250 40 52;
  --color-base16-orange: 254 242 10;
  --color-base16-yellow: 4 66 254;
  --color-base16-green: 151 225 35;
  --color-base16-cyan: 1 182 237;
  --color-base16-blue: 4 66 254;
  --color-base16-purple: 248 0 248;
  --color-base16-pink: 125 20 26;
  --color-base16-100-lighter: 86 86 86;
  --color-base16-100-lightest: 43 43 43;
  --color-base16-red-bright: 245 102 156;
  --color-base16-orange-bright: 254 242 108;
  --color-base16-yellow-bright: 176 224 94;
  --color-base16-green-bright: 80 205 254;
  --color-base16-cyan-bright: 4 66 254;
  --color-base16-blue-bright: 242 0 245;
}
.base24-arthur {
  --color-base16-100: 28 28 28;
  --color-base16-200: 61 53 42;
  --color-base16-300: 85 68 68;
  --color-base16-400: 110 93 89;
  --color-base16-500: 136 119 110;
  --color-base16-600: 161 144 131;
  --color-base16-700: 187 170 153;
  --color-base16-800: 221 204 187;
  --color-base16-red: 205 92 92;
  --color-base16-orange: 232 174 91;
  --color-base16-yellow: 135 206 235;
  --color-base16-green: 134 175 128;
  --color-base16-cyan: 176 196 222;
  --color-base16-blue: 100 149 237;
  --color-base16-purple: 222 184 135;
  --color-base16-pink: 102 46 46;
  --color-base16-100-lighter: 56 45 45;
  --color-base16-100-lightest: 28 22 22;
  --color-base16-red-bright: 204 85 51;
  --color-base16-orange-bright: 255 167 93;
  --color-base16-yellow-bright: 136 170 34;
  --color-base16-green-bright: 176 196 222;
  --color-base16-cyan-bright: 135 206 235;
  --color-base16-blue-bright: 153 102 0;
}
.base24-violet-dark {
  --color-base16-100: 27 29 31;
  --color-base16-200: 86 89 92;
  --color-base16-300: 69 72 75;
  --color-base16-400: 101 103 103;
  --color-base16-500: 134 134 131;
  --color-base16-600: 167 165 159;
  --color-base16-700: 200 197 188;
  --color-base16-800: 200 197 189;
  --color-base16-red: 201 76 34;
  --color-base16-orange: 180 136 29;
  --color-base16-yellow: 32 117 199;
  --color-base16-green: 133 152 28;
  --color-base16-cyan: 50 161 152;
  --color-base16-blue: 46 139 206;
  --color-base16-purple: 209 58 130;
  --color-base16-pink: 100 38 17;
  --color-base16-100-lighter: 46 48 50;
  --color-base16-100-lightest: 23 24 25;
  --color-base16-red-bright: 189 54 18;
  --color-base16-orange-bright: 165 119 4;
  --color-base16-yellow-bright: 114 137 3;
  --color-base16-green-bright: 37 145 133;
  --color-base16-cyan-bright: 32 117 199;
  --color-base16-blue-bright: 198 27 110;
}
.base24-encom {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 159 0 0;
  --color-base16-orange: 255 207 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 139 0;
  --color-base16-cyan: 0 139 139;
  --color-base16-blue: 0 129 255;
  --color-base16-purple: 188 0 202;
  --color-base16-pink: 79 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 0 0;
  --color-base16-orange-bright: 255 255 0;
  --color-base16-yellow-bright: 0 238 0;
  --color-base16-green-bright: 0 205 205;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 255 0 255;
}
.base24-3024-night {
  --color-base16-100: 9 3 0;
  --color-base16-200: 9 3 0;
  --color-base16-300: 92 88 85;
  --color-base16-400: 110 106 104;
  --color-base16-500: 128 125 123;
  --color-base16-600: 146 143 142;
  --color-base16-700: 165 162 162;
  --color-base16-800: 247 247 247;
  --color-base16-red: 219 45 32;
  --color-base16-orange: 253 237 2;
  --color-base16-yellow: 128 125 124;
  --color-base16-green: 1 162 82;
  --color-base16-cyan: 181 228 244;
  --color-base16-blue: 1 160 228;
  --color-base16-purple: 161 106 148;
  --color-base16-pink: 109 22 16;
  --color-base16-100-lighter: 61 58 56;
  --color-base16-100-lightest: 30 29 28;
  --color-base16-red-bright: 232 187 208;
  --color-base16-orange-bright: 74 69 67;
  --color-base16-yellow-bright: 58 52 50;
  --color-base16-green-bright: 205 171 83;
  --color-base16-cyan-bright: 128 125 124;
  --color-base16-blue-bright: 214 213 212;
}
.base24-brogrammer {
  --color-base16-100: 19 19 19;
  --color-base16-200: 31 31 31;
  --color-base16-300: 42 49 65;
  --color-base16-400: 52 61 80;
  --color-base16-500: 214 218 228;
  --color-base16-600: 193 200 215;
  --color-base16-700: 227 230 237;
  --color-base16-800: 255 255 255;
  --color-base16-red: 247 17 24;
  --color-base16-orange: 236 185 15;
  --color-base16-yellow: 15 128 213;
  --color-base16-green: 44 197 93;
  --color-base16-cyan: 15 128 213;
  --color-base16-blue: 42 132 210;
  --color-base16-purple: 78 89 183;
  --color-base16-pink: 123 8 12;
  --color-base16-100-lighter: 10 10 10;
  --color-base16-100-lightest: 2 2 2;
  --color-base16-red-bright: 222 52 46;
  --color-base16-orange-bright: 242 189 9;
  --color-base16-yellow-bright: 29 210 96;
  --color-base16-green-bright: 40 154 240;
  --color-base16-cyan-bright: 80 155 220;
  --color-base16-blue-bright: 82 79 185;
}
.base24-japanesque {
  --color-base16-100: 29 29 29;
  --color-base16-200: 52 56 53;
  --color-base16-300: 88 90 88;
  --color-base16-400: 128 130 127;
  --color-base16-500: 168 170 167;
  --color-base16-600: 208 210 206;
  --color-base16-700: 249 250 246;
  --color-base16-800: 177 181 174;
  --color-base16-red: 206 62 96;
  --color-base16-orange: 232 179 42;
  --color-base16-yellow: 19 88 121;
  --color-base16-green: 123 183 91;
  --color-base16-cyan: 56 154 172;
  --color-base16-blue: 76 153 211;
  --color-base16-purple: 165 127 196;
  --color-base16-pink: 103 31 48;
  --color-base16-100-lighter: 58 60 58;
  --color-base16-100-lightest: 29 30 29;
  --color-base16-red-bright: 209 142 166;
  --color-base16-orange-bright: 119 89 46;
  --color-base16-yellow-bright: 118 126 43;
  --color-base16-green-bright: 118 187 202;
  --color-base16-cyan-bright: 19 88 121;
  --color-base16-blue-bright: 95 65 144;
}
.base24-hivacruz {
  --color-base16-100: 19 37 55;
  --color-base16-200: 32 39 70;
  --color-base16-300: 107 115 148;
  --color-base16-400: 118 125 156;
  --color-base16-500: 129 136 164;
  --color-base16-600: 140 146 172;
  --color-base16-700: 151 157 180;
  --color-base16-800: 245 247 255;
  --color-base16-red: 201 73 34;
  --color-base16-orange: 192 139 48;
  --color-base16-yellow: 137 142 164;
  --color-base16-green: 172 151 57;
  --color-base16-cyan: 34 162 201;
  --color-base16-blue: 61 143 209;
  --color-base16-purple: 102 121 204;
  --color-base16-pink: 100 36 17;
  --color-base16-100-lighter: 71 76 98;
  --color-base16-100-lightest: 35 38 49;
  --color-base16-red-bright: 199 107 41;
  --color-base16-orange-bright: 94 102 135;
  --color-base16-yellow-bright: 115 173 67;
  --color-base16-green-bright: 156 99 122;
  --color-base16-cyan-bright: 137 142 164;
  --color-base16-blue-bright: 223 226 241;
}
.base24-zenburn {
  --color-base16-100: 63 63 63;
  --color-base16-200: 77 77 77;
  --color-base16-300: 112 144 128;
  --color-base16-400: 139 163 147;
  --color-base16-500: 166 182 166;
  --color-base16-600: 193 201 185;
  --color-base16-700: 220 220 204;
  --color-base16-800: 255 255 255;
  --color-base16-red: 112 80 80;
  --color-base16-orange: 240 223 175;
  --color-base16-yellow: 148 191 243;
  --color-base16-green: 96 180 138;
  --color-base16-cyan: 140 208 211;
  --color-base16-blue: 80 96 112;
  --color-base16-purple: 220 140 195;
  --color-base16-pink: 56 40 40;
  --color-base16-100-lighter: 74 96 85;
  --color-base16-100-lightest: 37 48 42;
  --color-base16-red-bright: 220 163 163;
  --color-base16-orange-bright: 224 207 159;
  --color-base16-yellow-bright: 195 191 159;
  --color-base16-green-bright: 147 224 227;
  --color-base16-cyan-bright: 148 191 243;
  --color-base16-blue-bright: 236 147 211;
}
.base24-mona-lisa {
  --color-base16-100: 17 11 13;
  --color-base16-200: 52 26 13;
  --color-base16-300: 135 66 39;
  --color-base16-400: 162 103 52;
  --color-base16-500: 190 140 65;
  --color-base16-600: 218 177 78;
  --color-base16-700: 246 215 92;
  --color-base16-800: 255 229 151;
  --color-base16-red: 155 40 27;
  --color-base16-orange: 194 110 39;
  --color-base16-yellow: 158 178 179;
  --color-base16-green: 98 97 50;
  --color-base16-cyan: 88 128 86;
  --color-base16-blue: 81 91 92;
  --color-base16-purple: 155 29 41;
  --color-base16-pink: 77 20 13;
  --color-base16-100-lighter: 90 44 26;
  --color-base16-100-lightest: 45 22 13;
  --color-base16-red-bright: 255 66 48;
  --color-base16-orange-bright: 255 149 101;
  --color-base16-yellow-bright: 179 177 99;
  --color-base16-green-bright: 137 204 142;
  --color-base16-cyan-bright: 158 178 179;
  --color-base16-blue-bright: 255 91 106;
}
.base24-deep {
  --color-base16-100: 8 8 8;
  --color-base16-200: 0 0 0;
  --color-base16-300: 83 83 83;
  --color-base16-400: 118 118 118;
  --color-base16-500: 153 153 153;
  --color-base16-600: 188 188 188;
  --color-base16-700: 223 223 223;
  --color-base16-800: 255 254 254;
  --color-base16-red: 214 0 5;
  --color-base16-orange: 217 188 37;
  --color-base16-yellow: 159 168 254;
  --color-base16-green: 28 216 21;
  --color-base16-cyan: 79 210 217;
  --color-base16-blue: 86 101 254;
  --color-base16-purple: 175 81 217;
  --color-base16-pink: 107 0 2;
  --color-base16-100-lighter: 55 55 55;
  --color-base16-100-lightest: 27 27 27;
  --color-base16-red-bright: 251 0 6;
  --color-base16-orange-bright: 254 220 43;
  --color-base16-yellow-bright: 33 254 23;
  --color-base16-green-bright: 140 249 254;
  --color-base16-cyan-bright: 159 168 254;
  --color-base16-blue-bright: 224 153 254;
}
.base24-wombat {
  --color-base16-100: 23 23 23;
  --color-base16-200: 0 0 0;
  --color-base16-300: 49 49 49;
  --color-base16-400: 92 91 88;
  --color-base16-500: 135 133 127;
  --color-base16-600: 178 175 166;
  --color-base16-700: 222 217 206;
  --color-base16-800: 254 255 254;
  --color-base16-red: 255 96 90;
  --color-base16-orange: 234 216 156;
  --color-base16-yellow: 165 199 255;
  --color-base16-green: 177 232 105;
  --color-base16-cyan: 130 255 246;
  --color-base16-blue: 93 169 246;
  --color-base16-purple: 232 106 255;
  --color-base16-pink: 127 48 45;
  --color-base16-100-lighter: 32 32 32;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 245 139 127;
  --color-base16-orange-bright: 238 229 178;
  --color-base16-yellow-bright: 220 248 143;
  --color-base16-green-bright: 182 255 249;
  --color-base16-cyan-bright: 165 199 255;
  --color-base16-blue-bright: 221 170 255;
}
.base24-firefox-dev {
  --color-base16-100: 14 16 17;
  --color-base16-200: 0 39 49;
  --color-base16-300: 0 30 38;
  --color-base16-400: 55 77 83;
  --color-base16-500: 110 125 129;
  --color-base16-600: 165 172 174;
  --color-base16-700: 220 220 220;
  --color-base16-800: 226 226 226;
  --color-base16-red: 230 56 83;
  --color-base16-orange: 165 119 5;
  --color-base16-yellow: 0 111 192;
  --color-base16-green: 94 184 60;
  --color-base16-cyan: 75 115 162;
  --color-base16-blue: 53 157 223;
  --color-base16-purple: 215 92 255;
  --color-base16-pink: 115 28 41;
  --color-base16-100-lighter: 0 20 25;
  --color-base16-100-lightest: 0 10 12;
  --color-base16-red-bright: 225 0 63;
  --color-base16-orange-bright: 204 147 8;
  --color-base16-yellow-bright: 29 144 0;
  --color-base16-green-bright: 0 87 148;
  --color-base16-cyan-bright: 0 111 192;
  --color-base16-blue-bright: 162 0 218;
}
.base24-wez {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 114 114 114;
  --color-base16-500: 144 144 144;
  --color-base16-600: 174 174 174;
  --color-base16-700: 204 204 204;
  --color-base16-800: 255 255 255;
  --color-base16-red: 204 85 85;
  --color-base16-orange: 205 205 85;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 85 204 85;
  --color-base16-cyan: 122 202 202;
  --color-base16-blue: 84 85 203;
  --color-base16-purple: 204 85 204;
  --color-base16-pink: 102 42 42;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-nocturnal-winter {
  --color-base16-100: 13 13 23;
  --color-base16-200: 76 76 76;
  --color-base16-300: 127 127 127;
  --color-base16-400: 158 158 158;
  --color-base16-500: 189 189 189;
  --color-base16-600: 220 220 220;
  --color-base16-700: 251 251 251;
  --color-base16-800: 255 255 255;
  --color-base16-red: 241 45 82;
  --color-base16-orange: 245 240 121;
  --color-base16-yellow: 96 149 254;
  --color-base16-green: 8 205 125;
  --color-base16-cyan: 9 200 122;
  --color-base16-blue: 48 129 223;
  --color-base16-purple: 254 42 108;
  --color-base16-pink: 120 22 41;
  --color-base16-100-lighter: 84 84 84;
  --color-base16-100-lightest: 42 42 42;
  --color-base16-red-bright: 241 108 133;
  --color-base16-orange-bright: 254 251 103;
  --color-base16-yellow-bright: 10 231 141;
  --color-base16-green-bright: 10 231 141;
  --color-base16-cyan-bright: 96 149 254;
  --color-base16-blue-bright: 255 120 162;
}
.base24-framer {
  --color-base16-100: 17 17 17;
  --color-base16-200: 20 20 20;
  --color-base16-300: 65 65 65;
  --color-base16-400: 99 99 99;
  --color-base16-500: 134 134 134;
  --color-base16-600: 169 169 169;
  --color-base16-700: 204 204 204;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 85 85;
  --color-base16-orange: 255 204 51;
  --color-base16-yellow: 51 187 255;
  --color-base16-green: 152 236 101;
  --color-base16-cyan: 136 221 255;
  --color-base16-blue: 0 170 255;
  --color-base16-purple: 170 136 255;
  --color-base16-pink: 127 42 42;
  --color-base16-100-lighter: 43 43 43;
  --color-base16-100-lightest: 21 21 21;
  --color-base16-red-bright: 255 136 136;
  --color-base16-orange-bright: 255 217 102;
  --color-base16-yellow-bright: 182 242 146;
  --color-base16-green-bright: 187 236 255;
  --color-base16-cyan-bright: 51 187 255;
  --color-base16-blue-bright: 206 187 255;
}
.base24-jackie-brown {
  --color-base16-100: 44 28 21;
  --color-base16-200: 44 29 22;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 239 87 52;
  --color-base16-orange: 189 190 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 43 175 43;
  --color-base16-cyan: 0 172 238;
  --color-base16-blue: 36 109 178;
  --color-base16-purple: 207 94 192;
  --color-base16-pink: 119 43 26;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 134 168 62;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-3024-day {
  --color-base16-100: 247 247 247;
  --color-base16-200: 9 3 0;
  --color-base16-300: 92 88 85;
  --color-base16-400: 110 106 104;
  --color-base16-500: 128 125 123;
  --color-base16-600: 146 143 142;
  --color-base16-700: 165 162 162;
  --color-base16-800: 247 247 247;
  --color-base16-red: 219 45 32;
  --color-base16-orange: 253 237 2;
  --color-base16-yellow: 128 125 124;
  --color-base16-green: 1 162 82;
  --color-base16-cyan: 181 228 244;
  --color-base16-blue: 1 160 228;
  --color-base16-purple: 161 106 148;
  --color-base16-pink: 109 22 16;
  --color-base16-100-lighter: 61 58 56;
  --color-base16-100-lightest: 30 29 28;
  --color-base16-red-bright: 232 187 208;
  --color-base16-orange-bright: 74 69 67;
  --color-base16-yellow-bright: 58 52 50;
  --color-base16-green-bright: 205 171 83;
  --color-base16-cyan-bright: 128 125 124;
  --color-base16-blue-bright: 214 213 212;
}
.base24-lovelace {
  --color-base16-100: 29 31 40;
  --color-base16-200: 40 42 54;
  --color-base16-300: 65 68 88;
  --color-base16-400: 112 114 129;
  --color-base16-500: 159 160 170;
  --color-base16-600: 206 206 211;
  --color-base16-700: 253 253 253;
  --color-base16-800: 190 190 193;
  --color-base16-red: 243 127 151;
  --color-base16-orange: 242 162 114;
  --color-base16-yellow: 85 111 255;
  --color-base16-green: 90 222 205;
  --color-base16-cyan: 121 230 243;
  --color-base16-blue: 136 151 244;
  --color-base16-purple: 197 116 221;
  --color-base16-pink: 121 63 75;
  --color-base16-100-lighter: 43 45 58;
  --color-base16-100-lightest: 21 22 29;
  --color-base16-red-bright: 255 73 113;
  --color-base16-orange-bright: 255 128 55;
  --color-base16-yellow-bright: 24 227 200;
  --color-base16-green-bright: 63 220 238;
  --color-base16-cyan-bright: 85 111 255;
  --color-base16-blue-bright: 176 67 209;
}
.base24-under-the-sea {
  --color-base16-100: 0 16 21;
  --color-base16-200: 2 32 38;
  --color-base16-300: 55 67 80;
  --color-base16-400: 57 71 81;
  --color-base16-500: 59 76 82;
  --color-base16-600: 61 80 83;
  --color-base16-700: 64 85 84;
  --color-base16-800: 88 250 214;
  --color-base16-red: 177 47 44;
  --color-base16-orange: 88 128 156;
  --color-base16-yellow: 97 212 185;
  --color-base16-green: 0 169 64;
  --color-base16-cyan: 92 126 25;
  --color-base16-blue: 68 153 133;
  --color-base16-purple: 0 89 156;
  --color-base16-pink: 88 23 22;
  --color-base16-100-lighter: 36 44 53;
  --color-base16-100-lightest: 18 22 26;
  --color-base16-red-bright: 255 66 66;
  --color-base16-orange-bright: 141 211 253;
  --color-base16-yellow-bright: 42 234 94;
  --color-base16-green-bright: 152 207 40;
  --color-base16-cyan-bright: 97 212 185;
  --color-base16-blue-bright: 18 152 255;
}
.base24-crayon-pony-fish {
  --color-base16-100: 20 6 7;
  --color-base16-200: 42 26 28;
  --color-base16-300: 60 42 46;
  --color-base16-400: 71 52 56;
  --color-base16-500: 82 62 67;
  --color-base16-600: 93 72 78;
  --color-base16-700: 104 82 89;
  --color-base16-800: 175 148 157;
  --color-base16-red: 144 0 42;
  --color-base16-orange: 170 48 27;
  --color-base16-yellow: 207 201 255;
  --color-base16-green: 87 149 35;
  --color-base16-cyan: 232 167 102;
  --color-base16-blue: 139 135 175;
  --color-base16-purple: 104 46 80;
  --color-base16-pink: 72 0 21;
  --color-base16-100-lighter: 40 28 30;
  --color-base16-100-lightest: 20 14 15;
  --color-base16-red-bright: 197 36 92;
  --color-base16-orange-bright: 199 55 29;
  --color-base16-yellow-bright: 141 255 86;
  --color-base16-green-bright: 255 206 174;
  --color-base16-cyan-bright: 207 201 255;
  --color-base16-blue-bright: 251 108 185;
}
.base24-cobalt2 {
  --color-base16-100: 18 38 55;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 254 228 9;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 55 221 33;
  --color-base16-cyan: 0 187 187;
  --color-base16-blue: 20 96 210;
  --color-base16-purple: 255 0 93;
  --color-base16-pink: 127 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 244 13 23;
  --color-base16-orange-bright: 236 200 9;
  --color-base16-yellow-bright: 59 207 29;
  --color-base16-green-bright: 106 227 249;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-builtin-solarized-dark {
  --color-base16-100: 0 43 54;
  --color-base16-200: 7 54 66;
  --color-base16-300: 0 43 54;
  --color-base16-400: 59 90 93;
  --color-base16-500: 119 137 133;
  --color-base16-600: 178 184 173;
  --color-base16-700: 238 232 213;
  --color-base16-800: 253 246 227;
  --color-base16-red: 220 50 47;
  --color-base16-orange: 181 137 0;
  --color-base16-yellow: 131 148 150;
  --color-base16-green: 133 153 0;
  --color-base16-cyan: 42 161 152;
  --color-base16-blue: 38 139 210;
  --color-base16-purple: 211 54 130;
  --color-base16-pink: 110 25 23;
  --color-base16-100-lighter: 0 28 36;
  --color-base16-100-lightest: 0 14 18;
  --color-base16-red-bright: 203 75 22;
  --color-base16-orange-bright: 101 123 131;
  --color-base16-yellow-bright: 88 110 117;
  --color-base16-green-bright: 147 161 161;
  --color-base16-cyan-bright: 131 148 150;
  --color-base16-blue-bright: 108 113 196;
}
.base24-laser {
  --color-base16-100: 3 13 24;
  --color-base16-200: 97 97 97;
  --color-base16-300: 142 142 142;
  --color-base16-400: 166 166 166;
  --color-base16-500: 191 191 191;
  --color-base16-600: 216 216 216;
  --color-base16-700: 241 241 241;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 130 114;
  --color-base16-orange: 9 180 189;
  --color-base16-yellow: 249 40 131;
  --color-base16-green: 180 250 114;
  --color-base16-cyan: 208 209 254;
  --color-base16-blue: 254 211 0;
  --color-base16-purple: 255 143 253;
  --color-base16-pink: 127 65 57;
  --color-base16-100-lighter: 94 94 94;
  --color-base16-100-lightest: 47 47 47;
  --color-base16-red-bright: 255 196 189;
  --color-base16-orange-bright: 254 253 213;
  --color-base16-yellow-bright: 214 252 185;
  --color-base16-green-bright: 229 230 254;
  --color-base16-cyan-bright: 249 40 131;
  --color-base16-blue-bright: 255 177 254;
}
.base24-warm-neon {
  --color-base16-100: 63 63 63;
  --color-base16-200: 0 0 0;
  --color-base16-300: 253 252 252;
  --color-base16-400: 242 235 230;
  --color-base16-500: 231 218 208;
  --color-base16-600: 220 201 186;
  --color-base16-700: 208 184 163;
  --color-base16-800: 216 200 187;
  --color-base16-red: 226 67 69;
  --color-base16-orange: 218 225 69;
  --color-base16-yellow: 122 144 213;
  --color-base16-green: 56 177 57;
  --color-base16-cyan: 41 186 211;
  --color-base16-blue: 66 96 197;
  --color-base16-purple: 248 31 251;
  --color-base16-pink: 113 33 34;
  --color-base16-100-lighter: 168 168 168;
  --color-base16-100-lightest: 84 84 84;
  --color-base16-red-bright: 232 111 113;
  --color-base16-orange-bright: 221 217 121;
  --color-base16-yellow-bright: 155 192 143;
  --color-base16-green-bright: 94 209 228;
  --color-base16-cyan-bright: 122 144 213;
  --color-base16-blue-bright: 246 116 185;
}
.base24-breeze {
  --color-base16-100: 49 54 59;
  --color-base16-200: 49 54 59;
  --color-base16-300: 127 140 141;
  --color-base16-400: 155 165 166;
  --color-base16-500: 183 190 191;
  --color-base16-600: 211 215 216;
  --color-base16-700: 239 240 241;
  --color-base16-800: 252 252 252;
  --color-base16-red: 237 21 21;
  --color-base16-orange: 246 116 0;
  --color-base16-yellow: 61 174 233;
  --color-base16-green: 17 209 22;
  --color-base16-cyan: 26 188 156;
  --color-base16-blue: 29 153 243;
  --color-base16-purple: 155 89 182;
  --color-base16-pink: 118 10 10;
  --color-base16-100-lighter: 84 93 94;
  --color-base16-100-lightest: 42 46 47;
  --color-base16-red-bright: 192 57 43;
  --color-base16-orange-bright: 253 188 75;
  --color-base16-yellow-bright: 28 220 154;
  --color-base16-green-bright: 22 160 133;
  --color-base16-cyan-bright: 61 174 233;
  --color-base16-blue-bright: 142 68 173;
}
.base24-sea-shells {
  --color-base16-100: 8 19 26;
  --color-base16-200: 23 56 76;
  --color-base16-300: 66 75 82;
  --color-base16-400: 105 102 96;
  --color-base16-500: 144 129 111;
  --color-base16-600: 183 156 126;
  --color-base16-700: 222 184 141;
  --color-base16-800: 254 227 205;
  --color-base16-red: 209 80 35;
  --color-base16-orange: 252 160 47;
  --color-base16-yellow: 27 188 221;
  --color-base16-green: 2 124 155;
  --color-base16-cyan: 80 163 181;
  --color-base16-blue: 30 73 80;
  --color-base16-purple: 104 211 241;
  --color-base16-pink: 104 40 17;
  --color-base16-100-lighter: 44 50 54;
  --color-base16-100-lightest: 22 25 27;
  --color-base16-red-bright: 211 134 119;
  --color-base16-orange-bright: 253 210 158;
  --color-base16-yellow-bright: 97 140 152;
  --color-base16-green-bright: 134 171 179;
  --color-base16-cyan-bright: 27 188 221;
  --color-base16-blue-bright: 187 227 238;
}
.base24-dracula {
  --color-base16-100: 40 42 54;
  --color-base16-200: 54 52 71;
  --color-base16-300: 68 71 90;
  --color-base16-400: 98 114 164;
  --color-base16-500: 158 168 199;
  --color-base16-600: 248 248 242;
  --color-base16-700: 240 241 244;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 85 85;
  --color-base16-orange: 255 184 108;
  --color-base16-yellow: 241 250 140;
  --color-base16-green: 80 250 123;
  --color-base16-cyan: 139 233 253;
  --color-base16-blue: 128 191 255;
  --color-base16-purple: 255 121 198;
  --color-base16-pink: 189 147 249;
  --color-base16-100-lighter: 30 32 41;
  --color-base16-100-lightest: 22 23 29;
  --color-base16-red-bright: 242 140 140;
  --color-base16-orange-bright: 238 245 163;
  --color-base16-yellow-bright: 163 245 184;
  --color-base16-green-bright: 186 237 247;
  --color-base16-cyan-bright: 163 204 245;
  --color-base16-blue-bright: 245 163 210;
}
.base24-adventure-time {
  --color-base16-100: 30 28 68;
  --color-base16-200: 5 4 4;
  --color-base16-300: 78 123 191;
  --color-base16-400: 120 147 191;
  --color-base16-500: 163 171 191;
  --color-base16-600: 205 195 191;
  --color-base16-700: 248 219 192;
  --color-base16-800: 245 244 251;
  --color-base16-red: 188 0 19;
  --color-base16-orange: 230 116 29;
  --color-base16-yellow: 24 150 198;
  --color-base16-green: 73 177 23;
  --color-base16-cyan: 111 164 151;
  --color-base16-blue: 15 73 198;
  --color-base16-purple: 102 89 146;
  --color-base16-pink: 94 0 9;
  --color-base16-100-lighter: 52 82 127;
  --color-base16-100-lightest: 26 41 63;
  --color-base16-red-bright: 252 94 89;
  --color-base16-orange-bright: 239 193 26;
  --color-base16-yellow-bright: 157 255 110;
  --color-base16-green-bright: 200 249 243;
  --color-base16-cyan-bright: 24 150 198;
  --color-base16-blue-bright: 154 89 82;
}
.base24-night-owlish-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 1 22 39;
  --color-base16-300: 122 129 129;
  --color-base16-400: 122 129 129;
  --color-base16-500: 122 129 129;
  --color-base16-600: 122 129 129;
  --color-base16-700: 122 129 129;
  --color-base16-800: 152 159 177;
  --color-base16-red: 211 66 62;
  --color-base16-orange: 218 170 1;
  --color-base16-yellow: 92 167 228;
  --color-base16-green: 42 162 152;
  --color-base16-cyan: 8 145 106;
  --color-base16-blue: 72 118 214;
  --color-base16-purple: 64 63 83;
  --color-base16-pink: 105 33 31;
  --color-base16-100-lighter: 81 86 86;
  --color-base16-100-lightest: 40 43 43;
  --color-base16-red-bright: 247 110 110;
  --color-base16-orange-bright: 218 194 107;
  --color-base16-yellow-bright: 73 208 197;
  --color-base16-green-bright: 0 201 144;
  --color-base16-cyan-bright: 92 167 228;
  --color-base16-blue-bright: 105 112 152;
}
.base24-lavandula {
  --color-base16-100: 5 0 20;
  --color-base16-200: 35 0 69;
  --color-base16-300: 55 44 70;
  --color-base16-400: 70 60 83;
  --color-base16-500: 85 77 97;
  --color-base16-600: 100 93 111;
  --color-base16-700: 115 110 125;
  --color-base16-800: 140 145 250;
  --color-base16-red: 124 21 37;
  --color-base16-orange: 127 111 73;
  --color-base16-yellow: 142 134 223;
  --color-base16-green: 51 126 111;
  --color-base16-cyan: 87 118 127;
  --color-base16-blue: 79 74 127;
  --color-base16-purple: 89 63 126;
  --color-base16-pink: 62 10 18;
  --color-base16-100-lighter: 36 29 46;
  --color-base16-100-lightest: 18 14 23;
  --color-base16-red-bright: 223 80 102;
  --color-base16-orange-bright: 224 194 134;
  --color-base16-yellow-bright: 82 224 196;
  --color-base16-green-bright: 154 211 223;
  --color-base16-cyan-bright: 142 134 223;
  --color-base16-blue-bright: 166 117 223;
}
.base24-builtin-pastel-dark {
  --color-base16-100: 0 0 0;
  --color-base16-200: 78 78 78;
  --color-base16-300: 124 124 124;
  --color-base16-400: 152 152 152;
  --color-base16-500: 181 181 181;
  --color-base16-600: 209 209 209;
  --color-base16-700: 238 238 238;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 107 96;
  --color-base16-orange: 255 255 182;
  --color-base16-yellow: 181 220 254;
  --color-base16-green: 167 255 96;
  --color-base16-cyan: 198 196 253;
  --color-base16-blue: 150 202 253;
  --color-base16-purple: 255 115 253;
  --color-base16-pink: 127 53 48;
  --color-base16-100-lighter: 82 82 82;
  --color-base16-100-lightest: 41 41 41;
  --color-base16-red-bright: 255 182 176;
  --color-base16-orange-bright: 255 255 203;
  --color-base16-yellow-bright: 206 255 171;
  --color-base16-green-bright: 223 223 254;
  --color-base16-cyan-bright: 181 220 254;
  --color-base16-blue-bright: 255 156 254;
}
.base24-tango-adapted {
  --color-base16-100: 255 254 254;
  --color-base16-200: 0 0 0;
  --color-base16-300: 142 146 138;
  --color-base16-400: 164 168 159;
  --color-base16-500: 186 190 181;
  --color-base16-600: 208 212 203;
  --color-base16-700: 230 234 225;
  --color-base16-800: 246 246 244;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 239 202 0;
  --color-base16-yellow: 136 201 255;
  --color-base16-green: 89 213 0;
  --color-base16-cyan: 0 208 214;
  --color-base16-blue: 0 161 255;
  --color-base16-purple: 193 126 203;
  --color-base16-pink: 127 0 0;
  --color-base16-100-lighter: 94 97 92;
  --color-base16-100-lightest: 47 48 46;
  --color-base16-red-bright: 255 0 18;
  --color-base16-orange-bright: 255 240 33;
  --color-base16-yellow-bright: 147 254 0;
  --color-base16-green-bright: 0 253 255;
  --color-base16-cyan-bright: 136 201 255;
  --color-base16-blue-bright: 232 166 225;
}
.base24-softstack-dark {
  --color-base16-100: 31 30 30;
  --color-base16-200: 41 39 38;
  --color-base16-300: 69 63 59;
  --color-base16-400: 90 82 76;
  --color-base16-500: 189 174 147;
  --color-base16-600: 221 199 161;
  --color-base16-700: 235 219 178;
  --color-base16-800: 251 241 199;
  --color-base16-red: 234 105 98;
  --color-base16-orange: 231 138 78;
  --color-base16-yellow: 216 166 87;
  --color-base16-green: 169 182 101;
  --color-base16-cyan: 137 180 130;
  --color-base16-blue: 125 174 163;
  --color-base16-purple: 211 134 155;
  --color-base16-pink: 189 111 62;
  --color-base16-100-lighter: 24 23 23;
  --color-base16-100-lightest: 15 14 14;
  --color-base16-red-bright: 204 36 29;
  --color-base16-orange-bright: 214 93 14;
  --color-base16-yellow-bright: 215 153 33;
  --color-base16-green-bright: 152 151 26;
  --color-base16-cyan-bright: 104 157 106;
  --color-base16-blue-bright: 69 133 136;
}
.base24-ubuntu {
  --color-base16-100: 48 10 36;
  --color-base16-200: 46 52 54;
  --color-base16-300: 85 87 83;
  --color-base16-400: 116 119 114;
  --color-base16-500: 148 151 145;
  --color-base16-600: 179 183 176;
  --color-base16-700: 211 215 207;
  --color-base16-800: 238 238 236;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 196 160 0;
  --color-base16-yellow: 114 159 207;
  --color-base16-green: 78 154 6;
  --color-base16-cyan: 6 152 154;
  --color-base16-blue: 52 101 164;
  --color-base16-purple: 117 80 123;
  --color-base16-pink: 102 0 0;
  --color-base16-100-lighter: 56 58 55;
  --color-base16-100-lightest: 28 29 27;
  --color-base16-red-bright: 239 41 41;
  --color-base16-orange-bright: 252 233 79;
  --color-base16-yellow-bright: 138 226 52;
  --color-base16-green-bright: 52 226 226;
  --color-base16-cyan-bright: 114 159 207;
  --color-base16-blue-bright: 173 127 168;
}
.base24-man-page {
  --color-base16-100: 254 244 156;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 127 127 127;
  --color-base16-500: 153 153 153;
  --color-base16-600: 178 178 178;
  --color-base16-700: 204 204 204;
  --color-base16-800: 229 229 229;
  --color-base16-red: 204 0 0;
  --color-base16-orange: 153 153 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 0 0 178;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 102 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 0 217 0;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-chalk {
  --color-base16-100: 21 21 21;
  --color-base16-200: 32 32 32;
  --color-base16-300: 48 48 48;
  --color-base16-400: 80 80 80;
  --color-base16-500: 176 176 176;
  --color-base16-600: 208 208 208;
  --color-base16-700: 224 224 224;
  --color-base16-800: 245 245 245;
  --color-base16-red: 250 133 156;
  --color-base16-orange: 234 153 113;
  --color-base16-yellow: 221 178 111;
  --color-base16-green: 161 187 84;
  --color-base16-cyan: 16 188 173;
  --color-base16-blue: 90 185 237;
  --color-base16-purple: 219 143 234;
  --color-base16-pink: 222 175 143;
  --color-base16-100-lighter: 11 11 11;
  --color-base16-100-lightest: 6 6 6;
  --color-base16-red-bright: 251 159 177;
  --color-base16-orange-bright: 237 169 135;
  --color-base16-yellow-bright: 172 194 103;
  --color-base16-green-bright: 18 207 192;
  --color-base16-cyan-bright: 111 194 239;
  --color-base16-blue-bright: 225 163 238;
}
.base24-red-alert {
  --color-base16-100: 118 36 35;
  --color-base16-200: 0 0 0;
  --color-base16-300: 38 38 38;
  --color-base16-400: 82 82 82;
  --color-base16-500: 126 126 126;
  --color-base16-600: 170 170 170;
  --color-base16-700: 214 214 214;
  --color-base16-800: 255 255 255;
  --color-base16-red: 213 46 77;
  --color-base16-orange: 190 184 107;
  --color-base16-yellow: 101 169 240;
  --color-base16-green: 113 190 107;
  --color-base16-cyan: 107 190 184;
  --color-base16-blue: 71 155 237;
  --color-base16-purple: 232 120 214;
  --color-base16-pink: 106 23 38;
  --color-base16-100-lighter: 25 25 25;
  --color-base16-100-lightest: 12 12 12;
  --color-base16-red-bright: 224 36 83;
  --color-base16-orange-bright: 223 221 183;
  --color-base16-yellow-bright: 175 240 139;
  --color-base16-green-bright: 183 223 221;
  --color-base16-cyan-bright: 101 169 240;
  --color-base16-blue-bright: 221 183 223;
}
.base24-hopscotch {
  --color-base16-100: 50 41 49;
  --color-base16-200: 50 41 49;
  --color-base16-300: 121 115 121;
  --color-base16-400: 137 131 136;
  --color-base16-500: 153 148 152;
  --color-base16-600: 169 164 168;
  --color-base16-700: 185 181 184;
  --color-base16-800: 255 255 255;
  --color-base16-red: 221 70 76;
  --color-base16-orange: 253 204 89;
  --color-base16-yellow: 152 148 152;
  --color-base16-green: 143 193 62;
  --color-base16-cyan: 20 155 147;
  --color-base16-blue: 18 144 191;
  --color-base16-purple: 200 94 124;
  --color-base16-pink: 110 35 38;
  --color-base16-100-lighter: 80 76 80;
  --color-base16-100-lightest: 40 38 40;
  --color-base16-red-bright: 253 139 25;
  --color-base16-orange-bright: 92 84 91;
  --color-base16-yellow-bright: 67 59 66;
  --color-base16-green-bright: 179 53 8;
  --color-base16-cyan-bright: 152 148 152;
  --color-base16-blue-bright: 213 211 213;
}
.base24-paul-millr {
  --color-base16-100: 0 0 0;
  --color-base16-200: 42 42 42;
  --color-base16-300: 102 102 102;
  --color-base16-400: 123 123 123;
  --color-base16-500: 144 144 144;
  --color-base16-600: 165 165 165;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 231 191 0;
  --color-base16-yellow: 112 154 237;
  --color-base16-green: 121 255 15;
  --color-base16-cyan: 102 204 255;
  --color-base16-blue: 56 107 215;
  --color-base16-purple: 179 73 190;
  --color-base16-pink: 127 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 255 0 128;
  --color-base16-orange-bright: 243 214 78;
  --color-base16-yellow-bright: 102 255 102;
  --color-base16-green-bright: 121 223 242;
  --color-base16-cyan-bright: 112 154 237;
  --color-base16-blue-bright: 219 103 230;
}
.base24-banana-blueberry {
  --color-base16-100: 25 19 34;
  --color-base16-200: 22 20 30;
  --color-base16-300: 72 81 97;
  --color-base16-400: 114 121 133;
  --color-base16-500: 156 161 169;
  --color-base16-600: 198 201 205;
  --color-base16-700: 241 241 241;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 106 126;
  --color-base16-orange: 229 198 47;
  --color-base16-yellow: 145 255 243;
  --color-base16-green: 0 188 155;
  --color-base16-cyan: 85 182 193;
  --color-base16-blue: 34 232 223;
  --color-base16-purple: 220 57 105;
  --color-base16-pink: 127 53 63;
  --color-base16-100-lighter: 48 54 64;
  --color-base16-100-lightest: 24 27 32;
  --color-base16-red-bright: 253 158 161;
  --color-base16-orange-bright: 249 228 106;
  --color-base16-yellow-bright: 151 195 120;
  --color-base16-green-bright: 188 242 254;
  --color-base16-cyan-bright: 145 255 243;
  --color-base16-blue-bright: 218 112 213;
}
.base24-sparky {
  --color-base16-100: 7 43 49;
  --color-base16-200: 0 49 60;
  --color-base16-300: 0 60 70;
  --color-base16-400: 0 59 73;
  --color-base16-500: 0 119 139;
  --color-base16-600: 244 245 240;
  --color-base16-700: 245 245 241;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 88 93;
  --color-base16-orange: 255 143 28;
  --color-base16-yellow: 251 221 64;
  --color-base16-green: 120 214 75;
  --color-base16-cyan: 45 204 211;
  --color-base16-blue: 70 152 203;
  --color-base16-purple: 213 158 215;
  --color-base16-pink: 155 112 77;
  --color-base16-100-lighter: 75 79 84;
  --color-base16-100-lightest: 33 35 34;
  --color-base16-red-bright: 255 114 118;
  --color-base16-orange-bright: 246 235 97;
  --color-base16-yellow-bright: 142 221 101;
  --color-base16-green-bright: 0 193 213;
  --color-base16-cyan-bright: 105 179 231;
  --color-base16-blue-bright: 249 159 201;
}
.base24-ic-orange-ppl {
  --color-base16-100: 38 38 38;
  --color-base16-200: 0 0 0;
  --color-base16-300: 106 78 41;
  --color-base16-400: 143 108 65;
  --color-base16-500: 180 139 89;
  --color-base16-600: 217 169 113;
  --color-base16-700: 255 200 138;
  --color-base16-800: 249 249 254;
  --color-base16-red: 192 57 0;
  --color-base16-orange: 202 174 0;
  --color-base16-yellow: 255 189 84;
  --color-base16-green: 163 169 0;
  --color-base16-cyan: 247 148 0;
  --color-base16-blue: 189 108 0;
  --color-base16-purple: 251 93 0;
  --color-base16-pink: 96 28 0;
  --color-base16-100-lighter: 70 52 27;
  --color-base16-100-lightest: 35 26 13;
  --color-base16-red-bright: 255 139 103;
  --color-base16-orange-bright: 255 227 110;
  --color-base16-yellow-bright: 246 255 63;
  --color-base16-green-bright: 197 151 82;
  --color-base16-cyan-bright: 255 189 84;
  --color-base16-blue-bright: 252 135 79;
}
.base24-github-dark {
  --color-base16-100: 22 27 34;
  --color-base16-200: 48 54 61;
  --color-base16-300: 72 79 88;
  --color-base16-400: 110 118 129;
  --color-base16-500: 139 148 158;
  --color-base16-600: 201 209 217;
  --color-base16-700: 240 246 252;
  --color-base16-800: 255 255 255;
  --color-base16-red: 248 81 73;
  --color-base16-orange: 219 109 40;
  --color-base16-yellow: 187 128 9;
  --color-base16-green: 46 160 67;
  --color-base16-cyan: 42 157 154;
  --color-base16-blue: 56 139 253;
  --color-base16-purple: 163 113 247;
  --color-base16-pink: 61 47 0;
  --color-base16-100-lighter: 31 35 40;
  --color-base16-100-lightest: 0 0 0;
  --color-base16-red-bright: 255 123 114;
  --color-base16-orange-bright: 210 153 34;
  --color-base16-yellow-bright: 63 185 80;
  --color-base16-green-bright: 51 179 174;
  --color-base16-cyan-bright: 88 166 255;
  --color-base16-blue-bright: 188 140 255;
}
.base24-builtin-dark {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 187 0 0;
  --color-base16-orange: 187 187 0;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 0 187 0;
  --color-base16-cyan: 0 187 187;
  --color-base16-blue: 0 0 187;
  --color-base16-purple: 187 0 187;
  --color-base16-pink: 93 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-pencil-light {
  --color-base16-100: 241 241 241;
  --color-base16-200: 33 33 33;
  --color-base16-300: 66 66 66;
  --color-base16-400: 103 103 103;
  --color-base16-500: 141 141 141;
  --color-base16-600: 179 179 179;
  --color-base16-700: 217 217 217;
  --color-base16-800: 241 241 241;
  --color-base16-red: 195 7 113;
  --color-base16-orange: 168 156 20;
  --color-base16-yellow: 32 187 252;
  --color-base16-green: 16 167 120;
  --color-base16-cyan: 32 165 186;
  --color-base16-blue: 0 142 196;
  --color-base16-purple: 82 60 121;
  --color-base16-pink: 97 3 56;
  --color-base16-100-lighter: 44 44 44;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 251 0 122;
  --color-base16-orange-bright: 243 228 48;
  --color-base16-yellow-bright: 95 215 175;
  --color-base16-green-bright: 79 184 204;
  --color-base16-cyan-bright: 32 187 252;
  --color-base16-blue-bright: 104 85 222;
}
.base24-idea {
  --color-base16-100: 32 32 32;
  --color-base16-200: 172 172 172;
  --color-base16-300: 255 254 254;
  --color-base16-400: 197 197 197;
  --color-base16-500: 139 139 139;
  --color-base16-600: 81 81 81;
  --color-base16-700: 23 23 23;
  --color-base16-800: 23 23 23;
  --color-base16-red: 251 82 85;
  --color-base16-orange: 204 179 67;
  --color-base16-yellow: 108 155 237;
  --color-base16-green: 152 182 27;
  --color-base16-cyan: 36 136 134;
  --color-base16-blue: 67 126 230;
  --color-base16-purple: 157 115 176;
  --color-base16-pink: 125 41 42;
  --color-base16-100-lighter: 170 169 169;
  --color-base16-100-lightest: 85 84 84;
  --color-base16-red-bright: 252 111 114;
  --color-base16-orange-bright: 255 255 10;
  --color-base16-yellow-bright: 152 182 27;
  --color-base16-green-bright: 36 136 134;
  --color-base16-cyan-bright: 108 155 237;
  --color-base16-blue-bright: 252 126 254;
}
.base24-gruvbox-light {
  --color-base16-100: 251 241 199;
  --color-base16-200: 235 219 178;
  --color-base16-300: 213 196 161;
  --color-base16-400: 189 174 147;
  --color-base16-500: 124 111 100;
  --color-base16-600: 60 56 54;
  --color-base16-700: 40 40 40;
  --color-base16-800: 29 32 33;
  --color-base16-red: 204 36 29;
  --color-base16-orange: 214 93 14;
  --color-base16-yellow: 215 153 33;
  --color-base16-green: 152 151 26;
  --color-base16-cyan: 104 157 106;
  --color-base16-blue: 69 133 136;
  --color-base16-purple: 177 98 134;
  --color-base16-pink: 157 0 6;
  --color-base16-100-lighter: 249 246 215;
  --color-base16-100-lightest: 251 249 228;
  --color-base16-red-bright: 157 0 6;
  --color-base16-orange-bright: 181 118 20;
  --color-base16-yellow-bright: 121 116 14;
  --color-base16-green-bright: 66 123 88;
  --color-base16-cyan-bright: 7 102 120;
  --color-base16-blue-bright: 143 63 113;
}
.base24-material-dark {
  --color-base16-100: 34 34 33;
  --color-base16-200: 33 33 33;
  --color-base16-300: 66 66 66;
  --color-base16-400: 109 109 109;
  --color-base16-500: 152 152 152;
  --color-base16-600: 195 195 195;
  --color-base16-700: 238 238 238;
  --color-base16-800: 216 216 216;
  --color-base16-red: 183 20 30;
  --color-base16-orange: 245 151 29;
  --color-base16-yellow: 83 164 243;
  --color-base16-green: 69 123 35;
  --color-base16-cyan: 14 112 124;
  --color-base16-blue: 19 78 178;
  --color-base16-purple: 85 0 135;
  --color-base16-pink: 91 10 15;
  --color-base16-100-lighter: 44 44 44;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 232 58 63;
  --color-base16-orange-bright: 254 233 46;
  --color-base16-yellow-bright: 122 186 57;
  --color-base16-green-bright: 38 186 209;
  --color-base16-cyan-bright: 83 164 243;
  --color-base16-blue-bright: 169 77 187;
}
.base24-floraverse {
  --color-base16-100: 14 12 21;
  --color-base16-200: 8 0 46;
  --color-base16-300: 51 30 77;
  --color-base16-400: 99 78 103;
  --color-base16-500: 147 127 130;
  --color-base16-600: 195 175 157;
  --color-base16-700: 243 224 184;
  --color-base16-800: 255 245 219;
  --color-base16-red: 100 0 44;
  --color-base16-orange: 205 117 28;
  --color-base16-yellow: 64 164 207;
  --color-base16-green: 93 115 26;
  --color-base16-cyan: 66 163 140;
  --color-base16-blue: 29 109 161;
  --color-base16-purple: 183 7 126;
  --color-base16-pink: 50 0 22;
  --color-base16-100-lighter: 34 20 51;
  --color-base16-100-lightest: 17 10 25;
  --color-base16-red-bright: 208 32 99;
  --color-base16-orange-bright: 250 195 87;
  --color-base16-yellow-bright: 180 206 89;
  --color-base16-green-bright: 98 202 168;
  --color-base16-cyan-bright: 64 164 207;
  --color-base16-blue-bright: 241 42 174;
}
.base24-sleepy-hollow {
  --color-base16-100: 18 18 19;
  --color-base16-200: 87 32 0;
  --color-base16-300: 78 75 96;
  --color-base16-400: 102 94 108;
  --color-base16-500: 126 114 120;
  --color-base16-600: 150 134 132;
  --color-base16-700: 175 154 145;
  --color-base16-800: 209 199 169;
  --color-base16-red: 185 57 52;
  --color-base16-orange: 180 86 0;
  --color-base16-yellow: 128 133 239;
  --color-base16-green: 144 119 62;
  --color-base16-cyan: 142 174 169;
  --color-base16-blue: 94 98 180;
  --color-base16-purple: 160 124 123;
  --color-base16-pink: 92 28 26;
  --color-base16-100-lighter: 52 50 64;
  --color-base16-100-lightest: 26 25 32;
  --color-base16-red-bright: 217 68 62;
  --color-base16-orange-bright: 246 103 19;
  --color-base16-yellow-bright: 214 176 78;
  --color-base16-green-bright: 164 219 231;
  --color-base16-cyan-bright: 128 133 239;
  --color-base16-blue-bright: 225 194 186;
}
.base24-elemental {
  --color-base16-100: 33 33 28;
  --color-base16-200: 60 59 48;
  --color-base16-300: 84 84 68;
  --color-base16-400: 95 93 80;
  --color-base16-500: 106 102 92;
  --color-base16-600: 117 111 104;
  --color-base16-700: 128 121 116;
  --color-base16-800: 255 241 232;
  --color-base16-red: 151 40 15;
  --color-base16-orange: 127 113 16;
  --color-base16-yellow: 120 216 216;
  --color-base16-green: 71 153 66;
  --color-base16-cyan: 56 127 88;
  --color-base16-blue: 73 127 125;
  --color-base16-purple: 126 78 46;
  --color-base16-pink: 75 20 7;
  --color-base16-100-lighter: 56 56 45;
  --color-base16-100-lightest: 28 28 22;
  --color-base16-red-bright: 223 80 42;
  --color-base16-orange-bright: 214 152 39;
  --color-base16-yellow-bright: 96 224 111;
  --color-base16-green-bright: 88 213 152;
  --color-base16-cyan-bright: 120 216 216;
  --color-base16-blue-bright: 205 124 83;
}
.base24-obsidian {
  --color-base16-100: 39 48 50;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 165 0 1;
  --color-base16-orange: 254 204 34;
  --color-base16-yellow: 160 214 255;
  --color-base16-green: 0 187 0;
  --color-base16-cyan: 0 187 187;
  --color-base16-blue: 57 155 218;
  --color-base16-purple: 187 0 187;
  --color-base16-pink: 82 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 0 3;
  --color-base16-orange-bright: 254 247 115;
  --color-base16-yellow-bright: 146 199 99;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 160 214 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-catppuccin-frappe {
  --color-base16-100: 48 52 70;
  --color-base16-200: 41 44 60;
  --color-base16-300: 65 69 89;
  --color-base16-400: 81 87 109;
  --color-base16-500: 98 104 128;
  --color-base16-600: 198 208 245;
  --color-base16-700: 242 213 207;
  --color-base16-800: 186 187 241;
  --color-base16-red: 231 130 132;
  --color-base16-orange: 239 159 118;
  --color-base16-yellow: 229 200 144;
  --color-base16-green: 166 209 137;
  --color-base16-cyan: 129 200 190;
  --color-base16-blue: 140 170 238;
  --color-base16-purple: 202 158 230;
  --color-base16-pink: 238 190 190;
  --color-base16-100-lighter: 41 44 60;
  --color-base16-100-lightest: 35 38 52;
  --color-base16-red-bright: 234 153 156;
  --color-base16-orange-bright: 242 213 207;
  --color-base16-yellow-bright: 166 209 137;
  --color-base16-green-bright: 153 209 219;
  --color-base16-cyan-bright: 133 193 220;
  --color-base16-blue-bright: 244 184 228;
}
.base24-ciapre {
  --color-base16-100: 24 28 39;
  --color-base16-200: 24 24 24;
  --color-base16-300: 85 85 85;
  --color-base16-400: 107 104 95;
  --color-base16-500: 129 124 105;
  --color-base16-600: 151 143 115;
  --color-base16-700: 173 163 126;
  --color-base16-800: 243 243 243;
  --color-base16-red: 128 0 9;
  --color-base16-orange: 204 138 62;
  --color-base16-yellow: 47 151 198;
  --color-base16-green: 72 81 59;
  --color-base16-cyan: 91 79 74;
  --color-base16-blue: 86 109 140;
  --color-base16-purple: 114 76 124;
  --color-base16-pink: 64 0 4;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 171 56 52;
  --color-base16-orange-bright: 220 222 123;
  --color-base16-yellow-bright: 166 166 93;
  --color-base16-green-bright: 243 218 177;
  --color-base16-cyan-bright: 47 151 198;
  --color-base16-blue-bright: 211 48 96;
}
.base24-treehouse {
  --color-base16-100: 25 25 25;
  --color-base16-200: 50 18 0;
  --color-base16-300: 66 54 37;
  --color-base16-400: 79 67 48;
  --color-base16-500: 92 80 60;
  --color-base16-600: 105 93 71;
  --color-base16-700: 119 107 83;
  --color-base16-800: 255 200 0;
  --color-base16-red: 177 39 14;
  --color-base16-orange: 169 129 11;
  --color-base16-yellow: 133 207 236;
  --color-base16-green: 68 169 0;
  --color-base16-cyan: 178 89 29;
  --color-base16-blue: 87 132 153;
  --color-base16-purple: 150 54 60;
  --color-base16-pink: 88 19 7;
  --color-base16-100-lighter: 44 36 24;
  --color-base16-100-lightest: 22 18 12;
  --color-base16-red-bright: 237 92 32;
  --color-base16-orange-bright: 241 183 49;
  --color-base16-yellow-bright: 85 242 55;
  --color-base16-green-bright: 240 125 20;
  --color-base16-cyan-bright: 133 207 236;
  --color-base16-blue-bright: 224 75 90;
}
.base24-fideloper {
  --color-base16-100: 40 47 50;
  --color-base16-200: 40 47 50;
  --color-base16-300: 9 32 39;
  --color-base16-400: 65 80 80;
  --color-base16-500: 121 129 122;
  --color-base16-600: 177 177 163;
  --color-base16-700: 233 226 205;
  --color-base16-800: 252 244 222;
  --color-base16-red: 202 29 44;
  --color-base16-orange: 183 170 154;
  --color-base16-yellow: 124 132 196;
  --color-base16-green: 237 183 171;
  --color-base16-cyan: 48 145 133;
  --color-base16-blue: 46 120 193;
  --color-base16-purple: 192 34 110;
  --color-base16-pink: 101 14 22;
  --color-base16-100-lighter: 6 21 26;
  --color-base16-100-lightest: 3 10 13;
  --color-base16-red-bright: 211 95 90;
  --color-base16-orange-bright: 168 101 113;
  --color-base16-yellow-bright: 211 95 90;
  --color-base16-green-bright: 129 144 143;
  --color-base16-cyan-bright: 124 132 196;
  --color-base16-blue-bright: 91 93 178;
}
.base24-ic-green-ppl {
  --color-base16-100: 44 44 44;
  --color-base16-200: 1 68 1;
  --color-base16-300: 2 92 2;
  --color-base16-400: 59 132 62;
  --color-base16-500: 116 173 122;
  --color-base16-600: 173 213 182;
  --color-base16-700: 230 254 242;
  --color-base16-800: 224 241 220;
  --color-base16-red: 254 38 53;
  --color-base16-orange: 118 168 48;
  --color-base16-yellow: 46 250 235;
  --color-base16-green: 65 166 56;
  --color-base16-cyan: 60 160 120;
  --color-base16-blue: 46 195 185;
  --color-base16-purple: 80 160 150;
  --color-base16-pink: 127 19 26;
  --color-base16-100-lighter: 1 61 1;
  --color-base16-100-lightest: 0 30 0;
  --color-base16-red-bright: 180 250 92;
  --color-base16-orange-bright: 218 250 135;
  --color-base16-yellow-bright: 174 250 134;
  --color-base16-green-bright: 60 250 200;
  --color-base16-cyan-bright: 46 250 235;
  --color-base16-blue-bright: 80 250 250;
}
.base24-tango-half-adapted {
  --color-base16-100: 255 254 254;
  --color-base16-200: 0 0 0;
  --color-base16-300: 121 124 117;
  --color-base16-400: 146 150 142;
  --color-base16-500: 172 176 168;
  --color-base16-600: 198 202 193;
  --color-base16-700: 224 228 219;
  --color-base16-800: 243 243 241;
  --color-base16-red: 255 0 0;
  --color-base16-orange: 226 191 0;
  --color-base16-yellow: 117 190 255;
  --color-base16-green: 76 195 0;
  --color-base16-cyan: 0 189 195;
  --color-base16-blue: 0 141 245;
  --color-base16-purple: 168 107 178;
  --color-base16-pink: 127 0 0;
  --color-base16-100-lighter: 80 82 78;
  --color-base16-100-lightest: 40 41 39;
  --color-base16-red-bright: 255 0 18;
  --color-base16-orange-bright: 255 235 0;
  --color-base16-yellow-bright: 138 246 0;
  --color-base16-green-bright: 0 246 250;
  --color-base16-cyan-bright: 117 190 255;
  --color-base16-blue-bright: 215 152 208;
}
.base24-cobalt-neon {
  --color-base16-100: 20 40 56;
  --color-base16-200: 20 38 48;
  --color-base16-300: 255 246 136;
  --color-base16-400: 238 202 146;
  --color-base16-500: 221 158 156;
  --color-base16-600: 204 114 166;
  --color-base16-700: 186 69 177;
  --color-base16-800: 143 245 134;
  --color-base16-red: 255 35 32;
  --color-base16-orange: 233 231 92;
  --color-base16-yellow: 60 125 210;
  --color-base16-green: 58 165 255;
  --color-base16-cyan: 143 245 134;
  --color-base16-blue: 143 245 134;
  --color-base16-purple: 120 26 160;
  --color-base16-pink: 127 17 16;
  --color-base16-100-lighter: 170 164 90;
  --color-base16-100-lightest: 85 82 45;
  --color-base16-red-bright: 212 49 46;
  --color-base16-orange-bright: 233 240 109;
  --color-base16-yellow-bright: 143 245 134;
  --color-base16-green-bright: 108 188 103;
  --color-base16-cyan-bright: 60 125 210;
  --color-base16-blue-bright: 130 48 167;
}
.base24-rebecca {
  --color-base16-100: 41 42 68;
  --color-base16-200: 18 19 29;
  --color-base16-300: 102 102 153;
  --color-base16-400: 133 133 172;
  --color-base16-500: 164 164 192;
  --color-base16-600: 195 195 212;
  --color-base16-700: 227 226 232;
  --color-base16-800: 243 242 248;
  --color-base16-red: 221 118 85;
  --color-base16-orange: 242 231 183;
  --color-base16-yellow: 105 191 250;
  --color-base16-green: 4 219 180;
  --color-base16-cyan: 86 211 193;
  --color-base16-blue: 122 165 255;
  --color-base16-purple: 190 155 248;
  --color-base16-pink: 110 59 42;
  --color-base16-100-lighter: 68 68 102;
  --color-base16-100-lightest: 34 34 51;
  --color-base16-red-bright: 255 145 205;
  --color-base16-orange-bright: 254 252 168;
  --color-base16-yellow-bright: 0 233 192;
  --color-base16-green-bright: 139 252 225;
  --color-base16-cyan-bright: 105 191 250;
  --color-base16-blue-bright: 192 127 248;
}
.base24-dark-plus {
  --color-base16-100: 14 14 14;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 133 133 133;
  --color-base16-500: 165 165 165;
  --color-base16-600: 197 197 197;
  --color-base16-700: 229 229 229;
  --color-base16-800: 229 229 229;
  --color-base16-red: 205 49 49;
  --color-base16-orange: 229 229 16;
  --color-base16-yellow: 59 142 234;
  --color-base16-green: 13 188 121;
  --color-base16-cyan: 17 168 205;
  --color-base16-blue: 36 114 200;
  --color-base16-purple: 188 63 188;
  --color-base16-pink: 102 24 24;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 241 76 76;
  --color-base16-orange-bright: 245 245 67;
  --color-base16-yellow-bright: 35 209 139;
  --color-base16-green-bright: 41 184 219;
  --color-base16-cyan-bright: 59 142 234;
  --color-base16-blue-bright: 214 112 214;
}
.base24-medallion {
  --color-base16-100: 29 24 8;
  --color-base16-200: 0 0 0;
  --color-base16-300: 94 81 24;
  --color-base16-400: 120 109 56;
  --color-base16-500: 147 137 88;
  --color-base16-600: 174 165 120;
  --color-base16-700: 201 193 153;
  --color-base16-800: 254 213 151;
  --color-base16-red: 181 76 0;
  --color-base16-orange: 210 189 37;
  --color-base16-yellow: 171 184 255;
  --color-base16-green: 124 138 22;
  --color-base16-cyan: 144 107 37;
  --color-base16-blue: 96 107 175;
  --color-base16-purple: 139 89 144;
  --color-base16-pink: 90 38 0;
  --color-base16-100-lighter: 62 54 16;
  --color-base16-100-lightest: 31 27 8;
  --color-base16-red-bright: 255 145 72;
  --color-base16-orange-bright: 255 228 73;
  --color-base16-yellow-bright: 177 201 58;
  --color-base16-green-bright: 255 187 81;
  --color-base16-cyan-bright: 171 184 255;
  --color-base16-blue-bright: 254 159 255;
}
.base24-pnevma {
  --color-base16-100: 28 28 28;
  --color-base16-200: 47 46 45;
  --color-base16-300: 74 72 69;
  --color-base16-400: 107 106 103;
  --color-base16-500: 141 140 138;
  --color-base16-600: 174 174 173;
  --color-base16-700: 208 208 208;
  --color-base16-800: 239 239 239;
  --color-base16-red: 163 102 102;
  --color-base16-orange: 215 175 135;
  --color-base16-yellow: 161 189 206;
  --color-base16-green: 144 165 125;
  --color-base16-cyan: 138 219 180;
  --color-base16-blue: 127 165 189;
  --color-base16-purple: 199 158 196;
  --color-base16-pink: 81 51 51;
  --color-base16-100-lighter: 49 48 46;
  --color-base16-100-lightest: 24 24 23;
  --color-base16-red-bright: 215 135 135;
  --color-base16-orange-bright: 228 201 175;
  --color-base16-yellow-bright: 175 190 162;
  --color-base16-green-bright: 177 231 221;
  --color-base16-cyan-bright: 161 189 206;
  --color-base16-blue-bright: 215 190 218;
}
.base24-oceanic-material {
  --color-base16-100: 28 38 43;
  --color-base16-200: 0 0 0;
  --color-base16-300: 118 118 118;
  --color-base16-400: 129 129 129;
  --color-base16-500: 141 141 141;
  --color-base16-600: 152 152 152;
  --color-base16-700: 164 164 164;
  --color-base16-800: 255 254 254;
  --color-base16-red: 238 42 41;
  --color-base16-orange: 254 233 46;
  --color-base16-yellow: 83 164 243;
  --color-base16-green: 63 163 63;
  --color-base16-cyan: 22 174 201;
  --color-base16-blue: 29 128 239;
  --color-base16-purple: 136 0 160;
  --color-base16-pink: 119 21 20;
  --color-base16-100-lighter: 78 78 78;
  --color-base16-100-lightest: 39 39 39;
  --color-base16-red-bright: 220 91 96;
  --color-base16-orange-bright: 254 240 99;
  --color-base16-yellow-bright: 112 190 113;
  --color-base16-green-bright: 66 198 217;
  --color-base16-cyan-bright: 83 164 243;
  --color-base16-blue-bright: 169 77 187;
}
.base24-idle-toes {
  --color-base16-100: 50 50 50;
  --color-base16-200: 50 50 50;
  --color-base16-300: 83 83 83;
  --color-base16-400: 121 121 121;
  --color-base16-500: 160 160 159;
  --color-base16-600: 199 199 197;
  --color-base16-700: 238 238 236;
  --color-base16-800: 255 255 255;
  --color-base16-red: 210 82 82;
  --color-base16-orange: 255 198 109;
  --color-base16-yellow: 94 183 247;
  --color-base16-green: 127 225 115;
  --color-base16-cyan: 190 214 255;
  --color-base16-blue: 64 152 255;
  --color-base16-purple: 245 127 255;
  --color-base16-pink: 105 41 41;
  --color-base16-100-lighter: 55 55 55;
  --color-base16-100-lightest: 27 27 27;
  --color-base16-red-bright: 240 112 112;
  --color-base16-orange-bright: 255 228 139;
  --color-base16-yellow-bright: 157 255 144;
  --color-base16-green-bright: 220 244 255;
  --color-base16-cyan-bright: 94 183 247;
  --color-base16-blue-bright: 255 157 255;
}
.base24-night-lion-v1 {
  --color-base16-100: 0 0 0;
  --color-base16-200: 76 76 76;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 187 0 0;
  --color-base16-orange: 242 240 103;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 94 222 143;
  --color-base16-cyan: 0 217 223;
  --color-base16-blue: 38 106 215;
  --color-base16-purple: 187 0 187;
  --color-base16-pink: 93 0 0;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-space-gray-eighties {
  --color-base16-100: 33 33 33;
  --color-base16-200: 21 23 28;
  --color-base16-300: 85 85 85;
  --color-base16-400: 123 122 121;
  --color-base16-500: 161 160 158;
  --color-base16-600: 199 198 194;
  --color-base16-700: 238 236 231;
  --color-base16-800: 255 255 255;
  --color-base16-red: 236 95 103;
  --color-base16-orange: 253 194 83;
  --color-base16-yellow: 77 131 208;
  --color-base16-green: 128 167 99;
  --color-base16-cyan: 87 194 192;
  --color-base16-blue: 84 133 192;
  --color-base16-purple: 191 131 192;
  --color-base16-pink: 118 47 51;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 105 115;
  --color-base16-orange-bright: 255 209 86;
  --color-base16-yellow-bright: 147 211 147;
  --color-base16-green-bright: 131 232 228;
  --color-base16-cyan-bright: 77 131 208;
  --color-base16-blue-bright: 255 85 255;
}
.base24-embarcadero {
  --color-base16-100: 37 42 47;
  --color-base16-200: 67 71 76;
  --color-base16-300: 97 101 104;
  --color-base16-400: 127 130 133;
  --color-base16-500: 158 160 162;
  --color-base16-600: 188 189 192;
  --color-base16-700: 218 219 219;
  --color-base16-800: 248 248 248;
  --color-base16-red: 237 93 134;
  --color-base16-orange: 255 203 61;
  --color-base16-yellow: 235 130 77;
  --color-base16-green: 32 194 144;
  --color-base16-cyan: 2 239 239;
  --color-base16-blue: 64 128 208;
  --color-base16-purple: 160 112 208;
  --color-base16-pink: 80 80 159;
  --color-base16-100-lighter: 55 55 66;
  --color-base16-100-lightest: 113 113 136;
  --color-base16-red-bright: 245 125 154;
  --color-base16-orange-bright: 255 224 137;
  --color-base16-yellow-bright: 160 208 160;
  --color-base16-green-bright: 64 192 192;
  --color-base16-cyan-bright: 128 176 240;
  --color-base16-blue-bright: 192 144 240;
}
.base24-square {
  --color-base16-100: 26 26 26;
  --color-base16-200: 5 5 5;
  --color-base16-300: 20 20 20;
  --color-base16-400: 75 75 75;
  --color-base16-500: 131 131 131;
  --color-base16-600: 186 186 186;
  --color-base16-700: 242 242 242;
  --color-base16-800: 226 226 226;
  --color-base16-red: 233 137 124;
  --color-base16-orange: 236 235 190;
  --color-base16-yellow: 182 222 251;
  --color-base16-green: 182 55 125;
  --color-base16-cyan: 201 202 236;
  --color-base16-blue: 169 205 235;
  --color-base16-purple: 117 80 123;
  --color-base16-pink: 116 68 62;
  --color-base16-100-lighter: 13 13 13;
  --color-base16-100-lightest: 6 6 6;
  --color-base16-red-bright: 249 146 134;
  --color-base16-orange-bright: 252 251 204;
  --color-base16-yellow-bright: 195 247 134;
  --color-base16-green-bright: 215 217 252;
  --color-base16-cyan-bright: 182 222 251;
  --color-base16-blue-bright: 173 127 168;
}
.base24-pandora {
  --color-base16-100: 19 29 66;
  --color-base16-200: 0 0 0;
  --color-base16-300: 62 85 72;
  --color-base16-400: 102 120 110;
  --color-base16-500: 143 155 148;
  --color-base16-600: 184 190 186;
  --color-base16-700: 225 225 225;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 66 66;
  --color-base16-orange: 255 173 41;
  --color-base16-yellow: 35 215 215;
  --color-base16-green: 116 175 104;
  --color-base16-cyan: 35 215 215;
  --color-base16-blue: 51 143 134;
  --color-base16-purple: 148 19 229;
  --color-base16-pink: 127 33 33;
  --color-base16-100-lighter: 41 56 48;
  --color-base16-100-lightest: 20 28 24;
  --color-base16-red-bright: 255 50 66;
  --color-base16-orange-bright: 255 185 41;
  --color-base16-yellow-bright: 116 205 104;
  --color-base16-green-bright: 0 237 225;
  --color-base16-cyan-bright: 35 215 215;
  --color-base16-blue-bright: 255 55 255;
}
.base24-blue-matrix {
  --color-base16-100: 15 17 21;
  --color-base16-200: 16 17 22;
  --color-base16-300: 103 103 103;
  --color-base16-400: 127 127 127;
  --color-base16-500: 151 151 151;
  --color-base16-600: 175 175 175;
  --color-base16-700: 199 199 199;
  --color-base16-800: 254 255 255;
  --color-base16-red: 255 86 127;
  --color-base16-orange: 254 252 87;
  --color-base16-yellow: 104 113 255;
  --color-base16-green: 0 255 155;
  --color-base16-cyan: 117 193 254;
  --color-base16-blue: 0 176 254;
  --color-base16-purple: 212 123 254;
  --color-base16-pink: 127 43 63;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 255 109 103;
  --color-base16-orange-bright: 254 251 103;
  --color-base16-yellow-bright: 95 249 103;
  --color-base16-green-bright: 95 253 255;
  --color-base16-cyan-bright: 104 113 255;
  --color-base16-blue-bright: 213 130 235;
}
.base24-lab-fox {
  --color-base16-100: 46 46 46;
  --color-base16-200: 46 46 46;
  --color-base16-300: 69 69 69;
  --color-base16-400: 115 115 115;
  --color-base16-500: 161 162 162;
  --color-base16-600: 207 208 208;
  --color-base16-700: 254 255 255;
  --color-base16-800: 254 255 255;
  --color-base16-red: 252 109 38;
  --color-base16-orange: 252 161 33;
  --color-base16-yellow: 219 80 31;
  --color-base16-green: 62 179 131;
  --color-base16-cyan: 110 73 203;
  --color-base16-blue: 219 59 33;
  --color-base16-purple: 56 13 117;
  --color-base16-pink: 126 54 19;
  --color-base16-100-lighter: 46 46 46;
  --color-base16-100-lightest: 23 23 23;
  --color-base16-red-bright: 255 101 23;
  --color-base16-orange-bright: 252 160 18;
  --color-base16-yellow-bright: 82 233 168;
  --color-base16-green-bright: 125 83 231;
  --color-base16-cyan-bright: 219 80 31;
  --color-base16-blue-bright: 68 16 144;
}
.base24-solarized-dark-higher-contrast {
  --color-base16-100: 0 30 38;
  --color-base16-200: 0 39 49;
  --color-base16-300: 0 99 136;
  --color-base16-400: 58 130 152;
  --color-base16-500: 116 162 169;
  --color-base16-600: 174 194 186;
  --color-base16-700: 233 226 203;
  --color-base16-800: 252 244 220;
  --color-base16-red: 208 27 36;
  --color-base16-orange: 165 119 5;
  --color-base16-yellow: 23 141 199;
  --color-base16-green: 107 190 108;
  --color-base16-cyan: 37 145 133;
  --color-base16-blue: 32 117 199;
  --color-base16-purple: 198 27 110;
  --color-base16-pink: 104 13 18;
  --color-base16-100-lighter: 0 66 90;
  --color-base16-100-lightest: 0 33 45;
  --color-base16-red-bright: 244 21 59;
  --color-base16-orange-bright: 177 126 40;
  --color-base16-yellow-bright: 80 238 132;
  --color-base16-green-bright: 0 178 158;
  --color-base16-cyan-bright: 23 141 199;
  --color-base16-blue-bright: 225 77 142;
}
.base24-chalkboard {
  --color-base16-100: 41 38 47;
  --color-base16-200: 0 0 0;
  --color-base16-300: 50 50 50;
  --color-base16-400: 91 91 91;
  --color-base16-500: 133 133 133;
  --color-base16-600: 175 175 175;
  --color-base16-700: 217 217 217;
  --color-base16-800: 255 255 255;
  --color-base16-red: 195 115 114;
  --color-base16-orange: 194 195 114;
  --color-base16-yellow: 170 170 219;
  --color-base16-green: 114 195 115;
  --color-base16-cyan: 114 194 195;
  --color-base16-blue: 115 114 195;
  --color-base16-purple: 195 114 194;
  --color-base16-pink: 97 57 57;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 219 170 170;
  --color-base16-orange-bright: 218 219 170;
  --color-base16-yellow-bright: 170 219 170;
  --color-base16-green-bright: 170 218 219;
  --color-base16-cyan-bright: 170 170 219;
  --color-base16-blue-bright: 219 170 218;
}
.base24-mathias {
  --color-base16-100: 0 0 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 124 124 124;
  --color-base16-500: 163 163 163;
  --color-base16-600: 202 202 202;
  --color-base16-700: 242 242 242;
  --color-base16-800: 255 255 255;
  --color-base16-red: 229 34 34;
  --color-base16-orange: 252 149 30;
  --color-base16-yellow: 85 85 255;
  --color-base16-green: 166 227 45;
  --color-base16-cyan: 103 217 240;
  --color-base16-blue: 196 141 255;
  --color-base16-purple: 250 37 115;
  --color-base16-pink: 114 17 17;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 255 85 85;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 85 255 85;
  --color-base16-green-bright: 85 255 255;
  --color-base16-cyan-bright: 85 85 255;
  --color-base16-blue-bright: 255 85 255;
}
.base24-birds-of-paradise {
  --color-base16-100: 42 30 29;
  --color-base16-200: 87 61 37;
  --color-base16-300: 154 107 73;
  --color-base16-400: 171 134 100;
  --color-base16-500: 188 162 128;
  --color-base16-600: 205 190 155;
  --color-base16-700: 223 218 183;
  --color-base16-800: 255 249 212;
  --color-base16-red: 190 45 38;
  --color-base16-orange: 233 156 41;
  --color-base16-yellow: 184 211 237;
  --color-base16-green: 107 160 138;
  --color-base16-cyan: 116 165 172;
  --color-base16-blue: 90 134 172;
  --color-base16-purple: 171 128 166;
  --color-base16-pink: 95 22 19;
  --color-base16-100-lighter: 102 71 48;
  --color-base16-100-lightest: 51 35 24;
  --color-base16-red-bright: 232 69 38;
  --color-base16-orange-bright: 208 208 79;
  --color-base16-yellow-bright: 148 215 186;
  --color-base16-green-bright: 146 206 214;
  --color-base16-cyan-bright: 184 211 237;
  --color-base16-blue-bright: 208 157 202;
}
.base24-ayu {
  --color-base16-100: 15 20 25;
  --color-base16-200: 0 0 0;
  --color-base16-300: 50 50 50;
  --color-base16-400: 101 101 101;
  --color-base16-500: 152 152 152;
  --color-base16-600: 203 203 203;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 51 51;
  --color-base16-orange: 231 197 71;
  --color-base16-yellow: 104 213 255;
  --color-base16-green: 184 204 82;
  --color-base16-cyan: 149 230 203;
  --color-base16-blue: 54 163 217;
  --color-base16-purple: 240 113 120;
  --color-base16-pink: 127 25 25;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 255 101 101;
  --color-base16-orange-bright: 255 247 121;
  --color-base16-yellow-bright: 234 254 132;
  --color-base16-green-bright: 199 255 253;
  --color-base16-cyan-bright: 104 213 255;
  --color-base16-blue-bright: 255 163 170;
}
.base24-broadcast {
  --color-base16-100: 43 43 43;
  --color-base16-200: 0 0 0;
  --color-base16-300: 50 50 50;
  --color-base16-400: 101 101 101;
  --color-base16-500: 152 152 152;
  --color-base16-600: 203 203 203;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 218 73 57;
  --color-base16-orange: 255 210 74;
  --color-base16-yellow: 159 206 240;
  --color-base16-green: 81 159 80;
  --color-base16-cyan: 110 156 190;
  --color-base16-blue: 109 156 190;
  --color-base16-purple: 208 208 255;
  --color-base16-pink: 109 36 28;
  --color-base16-100-lighter: 33 33 33;
  --color-base16-100-lightest: 16 16 16;
  --color-base16-red-bright: 255 123 107;
  --color-base16-orange-bright: 255 255 124;
  --color-base16-yellow-bright: 131 209 130;
  --color-base16-green-bright: 160 206 240;
  --color-base16-cyan-bright: 159 206 240;
  --color-base16-blue-bright: 255 255 255;
}
.base24-softstack-light {
  --color-base16-100: 251 247 232;
  --color-base16-200: 248 242 219;
  --color-base16-300: 244 235 209;
  --color-base16-400: 239 227 193;
  --color-base16-500: 101 82 68;
  --color-base16-600: 60 54 49;
  --color-base16-700: 50 47 45;
  --color-base16-800: 40 40 40;
  --color-base16-red: 193 74 74;
  --color-base16-orange: 195 94 10;
  --color-base16-yellow: 180 113 9;
  --color-base16-green: 108 120 46;
  --color-base16-cyan: 76 122 93;
  --color-base16-blue: 69 112 122;
  --color-base16-purple: 148 94 128;
  --color-base16-pink: 231 138 78;
  --color-base16-100-lighter: 253 251 239;
  --color-base16-100-lightest: 255 255 247;
  --color-base16-red-bright: 208 59 59;
  --color-base16-orange-bright: 250 134 59;
  --color-base16-yellow-bright: 189 115 0;
  --color-base16-green-bright: 114 129 37;
  --color-base16-cyan-bright: 70 128 92;
  --color-base16-blue-bright: 62 116 129;
}
.base24-earthsong {
  --color-base16-100: 40 36 32;
  --color-base16-200: 17 20 23;
  --color-base16-300: 102 94 84;
  --color-base16-400: 133 119 105;
  --color-base16-500: 165 145 126;
  --color-base16-600: 197 171 147;
  --color-base16-700: 229 197 169;
  --color-base16-800: 246 246 236;
  --color-base16-red: 200 65 52;
  --color-base16-orange: 244 174 46;
  --color-base16-yellow: 94 217 255;
  --color-base16-green: 132 196 75;
  --color-base16-cyan: 79 148 82;
  --color-base16-blue: 19 151 185;
  --color-base16-purple: 208 98 60;
  --color-base16-pink: 100 32 26;
  --color-base16-100-lighter: 68 62 56;
  --color-base16-100-lightest: 34 31 28;
  --color-base16-red-bright: 255 100 89;
  --color-base16-orange-bright: 223 213 97;
  --color-base16-yellow-bright: 151 224 53;
  --color-base16-green-bright: 131 239 136;
  --color-base16-cyan-bright: 94 217 255;
  --color-base16-blue-bright: 255 145 104;
}
.base24-gruvbox-dark {
  --color-base16-100: 40 40 40;
  --color-base16-200: 60 56 54;
  --color-base16-300: 80 73 69;
  --color-base16-400: 102 92 84;
  --color-base16-500: 146 131 116;
  --color-base16-600: 235 219 178;
  --color-base16-700: 251 241 199;
  --color-base16-800: 249 245 215;
  --color-base16-red: 204 36 29;
  --color-base16-orange: 214 93 14;
  --color-base16-yellow: 215 153 33;
  --color-base16-green: 152 151 26;
  --color-base16-cyan: 104 157 106;
  --color-base16-blue: 69 133 136;
  --color-base16-purple: 177 98 134;
  --color-base16-pink: 157 0 6;
  --color-base16-100-lighter: 42 37 32;
  --color-base16-100-lightest: 29 29 29;
  --color-base16-red-bright: 251 73 52;
  --color-base16-orange-bright: 250 189 47;
  --color-base16-yellow-bright: 184 187 38;
  --color-base16-green-bright: 142 192 124;
  --color-base16-cyan-bright: 131 165 152;
  --color-base16-blue-bright: 211 134 155;
}
.base24-mission-brogue {
  --color-base16-100: 40 49 57;
  --color-base16-200: 59 73 84;
  --color-base16-300: 77 96 111;
  --color-base16-400: 96 119 138;
  --color-base16-500: 120 142 161;
  --color-base16-600: 147 165 180;
  --color-base16-700: 171 185 196;
  --color-base16-800: 231 235 238;
  --color-base16-red: 239 169 169;
  --color-base16-orange: 242 219 120;
  --color-base16-yellow: 224 184 138;
  --color-base16-green: 140 212 176;
  --color-base16-cyan: 147 223 236;
  --color-base16-blue: 162 197 253;
  --color-base16-purple: 204 183 219;
  --color-base16-pink: 142 158 203;
  --color-base16-100-lighter: 62 62 59;
  --color-base16-100-lightest: 121 121 122;
  --color-base16-red-bright: 246 191 191;
  --color-base16-orange-bright: 255 240 178;
  --color-base16-yellow-bright: 181 224 144;
  --color-base16-green-bright: 178 240 253;
  --color-base16-cyan-bright: 195 217 253;
  --color-base16-blue-bright: 227 195 230;
}
.base24-solarized-dark-patched {
  --color-base16-100: 0 30 38;
  --color-base16-200: 0 39 49;
  --color-base16-300: 70 90 97;
  --color-base16-400: 110 124 123;
  --color-base16-500: 151 158 150;
  --color-base16-600: 192 192 176;
  --color-base16-700: 233 226 203;
  --color-base16-800: 252 244 220;
  --color-base16-red: 208 27 36;
  --color-base16-orange: 165 119 5;
  --color-base16-yellow: 112 129 131;
  --color-base16-green: 114 137 5;
  --color-base16-cyan: 37 145 133;
  --color-base16-blue: 32 117 199;
  --color-base16-purple: 198 27 110;
  --color-base16-pink: 104 13 18;
  --color-base16-100-lighter: 46 60 64;
  --color-base16-100-lightest: 23 30 32;
  --color-base16-red-bright: 189 54 18;
  --color-base16-orange-bright: 82 103 111;
  --color-base16-yellow-bright: 70 90 97;
  --color-base16-green-bright: 129 144 143;
  --color-base16-cyan-bright: 112 129 131;
  --color-base16-blue-bright: 88 86 185;
}
.base24-borland {
  --color-base16-100: 0 0 164;
  --color-base16-200: 78 78 78;
  --color-base16-300: 124 124 124;
  --color-base16-400: 152 152 152;
  --color-base16-500: 181 181 181;
  --color-base16-600: 209 209 209;
  --color-base16-700: 238 238 238;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 107 96;
  --color-base16-orange: 255 255 182;
  --color-base16-yellow: 181 220 254;
  --color-base16-green: 167 255 96;
  --color-base16-cyan: 198 196 253;
  --color-base16-blue: 150 202 253;
  --color-base16-purple: 255 115 253;
  --color-base16-pink: 127 53 48;
  --color-base16-100-lighter: 82 82 82;
  --color-base16-100-lightest: 41 41 41;
  --color-base16-red-bright: 255 182 176;
  --color-base16-orange-bright: 255 255 203;
  --color-base16-yellow-bright: 206 255 171;
  --color-base16-green-bright: 223 223 254;
  --color-base16-cyan-bright: 181 220 254;
  --color-base16-blue-bright: 255 156 254;
}
.base24-one-light {
  --color-base16-100: 231 231 233;
  --color-base16-200: 223 223 225;
  --color-base16-300: 202 202 206;
  --color-base16-400: 160 161 167;
  --color-base16-500: 105 108 119;
  --color-base16-600: 56 58 66;
  --color-base16-700: 32 34 39;
  --color-base16-800: 9 10 11;
  --color-base16-red: 202 18 67;
  --color-base16-orange: 193 132 1;
  --color-base16-yellow: 254 187 42;
  --color-base16-green: 80 161 79;
  --color-base16-cyan: 1 132 188;
  --color-base16-blue: 64 120 242;
  --color-base16-purple: 166 38 164;
  --color-base16-pink: 152 104 1;
  --color-base16-100-lighter: 240 240 241;
  --color-base16-100-lightest: 250 250 250;
  --color-base16-red-bright: 236 34 88;
  --color-base16-orange-bright: 244 167 1;
  --color-base16-yellow-bright: 109 183 108;
  --color-base16-green-bright: 1 167 239;
  --color-base16-cyan-bright: 112 154 245;
  --color-base16-blue-bright: 208 47 205;
}
.base24-argonaut {
  --color-base16-100: 13 15 24;
  --color-base16-200: 34 34 34;
  --color-base16-300: 68 68 68;
  --color-base16-400: 114 114 114;
  --color-base16-500: 161 161 161;
  --color-base16-600: 208 208 208;
  --color-base16-700: 255 255 255;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 0 15;
  --color-base16-orange: 255 185 0;
  --color-base16-yellow: 0 146 255;
  --color-base16-green: 140 224 10;
  --color-base16-cyan: 0 215 235;
  --color-base16-blue: 0 141 248;
  --color-base16-purple: 108 67 165;
  --color-base16-pink: 127 0 7;
  --color-base16-100-lighter: 45 45 45;
  --color-base16-100-lightest: 22 22 22;
  --color-base16-red-bright: 255 39 63;
  --color-base16-orange-bright: 255 209 65;
  --color-base16-yellow-bright: 171 224 90;
  --color-base16-green-bright: 103 255 239;
  --color-base16-cyan-bright: 0 146 255;
  --color-base16-blue-bright: 154 95 235;
}
.base24-jellybeans {
  --color-base16-100: 18 18 18;
  --color-base16-200: 146 146 146;
  --color-base16-300: 189 189 189;
  --color-base16-400: 197 197 197;
  --color-base16-500: 205 205 205;
  --color-base16-600: 213 213 213;
  --color-base16-700: 222 222 222;
  --color-base16-800: 255 255 255;
  --color-base16-red: 226 115 115;
  --color-base16-orange: 255 186 123;
  --color-base16-yellow: 177 216 246;
  --color-base16-green: 147 185 121;
  --color-base16-cyan: 0 152 142;
  --color-base16-blue: 151 190 220;
  --color-base16-purple: 225 192 250;
  --color-base16-pink: 113 57 57;
  --color-base16-100-lighter: 126 126 126;
  --color-base16-100-lightest: 63 63 63;
  --color-base16-red-bright: 255 161 161;
  --color-base16-orange-bright: 255 220 160;
  --color-base16-yellow-bright: 189 222 171;
  --color-base16-green-bright: 26 178 168;
  --color-base16-cyan-bright: 177 216 246;
  --color-base16-blue-bright: 251 218 255;
}
.base24-pro-light {
  --color-base16-100: 254 255 255;
  --color-base16-200: 0 0 0;
  --color-base16-300: 159 159 159;
  --color-base16-400: 174 174 174;
  --color-base16-500: 189 189 189;
  --color-base16-600: 204 204 204;
  --color-base16-700: 220 220 220;
  --color-base16-800: 241 241 241;
  --color-base16-red: 228 73 43;
  --color-base16-orange: 197 195 64;
  --color-base16-yellow: 0 129 255;
  --color-base16-green: 80 208 72;
  --color-base16-cyan: 78 209 221;
  --color-base16-blue: 58 117 255;
  --color-base16-purple: 236 101 231;
  --color-base16-pink: 114 36 21;
  --color-base16-100-lighter: 106 106 106;
  --color-base16-100-lightest: 53 53 53;
  --color-base16-red-bright: 255 102 64;
  --color-base16-orange-bright: 242 240 85;
  --color-base16-yellow-bright: 97 238 86;
  --color-base16-green-bright: 96 246 248;
  --color-base16-cyan-bright: 0 129 255;
  --color-base16-blue-bright: 255 125 254;
}
.base24-later-this-evening {
  --color-base16-100: 33 33 33;
  --color-base16-200: 43 43 43;
  --color-base16-300: 68 71 71;
  --color-base16-400: 66 69 69;
  --color-base16-500: 64 66 66;
  --color-base16-600: 62 63 63;
  --color-base16-700: 59 60 60;
  --color-base16-800: 192 194 194;
  --color-base16-red: 211 90 95;
  --color-base16-orange: 229 210 137;
  --color-base16-yellow: 101 153 213;
  --color-base16-green: 175 186 102;
  --color-base16-cyan: 145 190 182;
  --color-base16-blue: 160 185 213;
  --color-base16-purple: 191 146 213;
  --color-base16-pink: 105 45 47;
  --color-base16-100-lighter: 45 47 47;
  --color-base16-100-lightest: 22 23 23;
  --color-base16-red-bright: 211 34 46;
  --color-base16-orange-bright: 228 189 57;
  --color-base16-yellow-bright: 170 187 57;
  --color-base16-green-bright: 95 191 173;
  --color-base16-cyan-bright: 101 153 213;
  --color-base16-blue-bright: 170 82 213;
}
.base24-fish-tank {
  --color-base16-100: 34 36 54;
  --color-base16-200: 3 6 60;
  --color-base16-300: 108 90 48;
  --color-base16-400: 140 127 99;
  --color-base16-500: 172 164 150;
  --color-base16-600: 204 201 201;
  --color-base16-700: 236 239 252;
  --color-base16-800: 246 255 236;
  --color-base16-red: 198 0 73;
  --color-base16-orange: 253 205 94;
  --color-base16-yellow: 177 189 249;
  --color-base16-green: 171 241 87;
  --color-base16-cyan: 150 134 98;
  --color-base16-blue: 82 95 184;
  --color-base16-purple: 151 111 129;
  --color-base16-pink: 99 0 36;
  --color-base16-100-lighter: 72 60 32;
  --color-base16-100-lightest: 36 30 16;
  --color-base16-red-bright: 217 74 138;
  --color-base16-orange-bright: 254 230 168;
  --color-base16-yellow-bright: 218 255 168;
  --color-base16-green-bright: 164 188 134;
  --color-base16-cyan-bright: 177 189 249;
  --color-base16-blue-bright: 253 164 204;
}
.base24-ocean {
  --color-base16-100: 34 79 188;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 153 0 0;
  --color-base16-orange: 153 153 0;
  --color-base16-yellow: 0 0 255;
  --color-base16-green: 0 166 0;
  --color-base16-cyan: 0 166 178;
  --color-base16-blue: 0 0 178;
  --color-base16-purple: 178 0 178;
  --color-base16-pink: 76 0 0;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 229 0 0;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 0 217 0;
  --color-base16-green-bright: 0 229 229;
  --color-base16-cyan-bright: 0 0 255;
  --color-base16-blue-bright: 229 0 229;
}
.base24-jet-brains-darcula {
  --color-base16-100: 32 32 32;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 107 107 107;
  --color-base16-500: 129 129 129;
  --color-base16-600: 151 151 151;
  --color-base16-700: 173 173 173;
  --color-base16-800: 238 238 238;
  --color-base16-red: 250 83 85;
  --color-base16-orange: 194 195 0;
  --color-base16-yellow: 109 157 241;
  --color-base16-green: 18 110 0;
  --color-base16-cyan: 51 194 193;
  --color-base16-blue: 69 129 235;
  --color-base16-purple: 250 84 255;
  --color-base16-pink: 125 41 42;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 251 113 114;
  --color-base16-orange-bright: 255 255 0;
  --color-base16-yellow-bright: 103 255 79;
  --color-base16-green-bright: 96 211 209;
  --color-base16-cyan-bright: 109 157 241;
  --color-base16-blue-bright: 251 130 255;
}
.base24-catppuccin-macchiato {
  --color-base16-100: 36 39 58;
  --color-base16-200: 30 32 48;
  --color-base16-300: 54 58 79;
  --color-base16-400: 73 77 100;
  --color-base16-500: 91 96 120;
  --color-base16-600: 202 211 245;
  --color-base16-700: 244 219 214;
  --color-base16-800: 183 189 248;
  --color-base16-red: 237 135 150;
  --color-base16-orange: 245 169 127;
  --color-base16-yellow: 238 212 159;
  --color-base16-green: 166 218 149;
  --color-base16-cyan: 139 213 202;
  --color-base16-blue: 138 173 244;
  --color-base16-purple: 198 160 246;
  --color-base16-pink: 240 198 198;
  --color-base16-100-lighter: 30 32 48;
  --color-base16-100-lightest: 24 25 38;
  --color-base16-red-bright: 238 153 160;
  --color-base16-orange-bright: 244 219 214;
  --color-base16-yellow-bright: 166 218 149;
  --color-base16-green-bright: 145 215 227;
  --color-base16-cyan-bright: 125 196 228;
  --color-base16-blue-bright: 245 189 230;
}
.base24-the-hulk {
  --color-base16-100: 27 29 30;
  --color-base16-200: 27 29 30;
  --color-base16-300: 80 83 84;
  --color-base16-400: 114 116 115;
  --color-base16-500: 148 149 146;
  --color-base16-600: 182 182 177;
  --color-base16-700: 216 216 208;
  --color-base16-800: 229 229 224;
  --color-base16-red: 37 157 26;
  --color-base16-orange: 98 228 86;
  --color-base16-yellow: 79 106 149;
  --color-base16-green: 19 206 47;
  --color-base16-cyan: 55 140 169;
  --color-base16-blue: 36 36 244;
  --color-base16-purple: 100 30 115;
  --color-base16-pink: 18 78 13;
  --color-base16-100-lighter: 53 55 56;
  --color-base16-100-lightest: 26 27 28;
  --color-base16-red-bright: 141 255 42;
  --color-base16-orange-bright: 58 254 21;
  --color-base16-yellow-bright: 72 255 118;
  --color-base16-green-bright: 63 133 165;
  --color-base16-cyan-bright: 79 106 149;
  --color-base16-blue-bright: 114 87 157;
}
.base24-galaxy {
  --color-base16-100: 28 40 54;
  --color-base16-200: 0 0 0;
  --color-base16-300: 85 85 85;
  --color-base16-400: 110 110 110;
  --color-base16-500: 136 136 136;
  --color-base16-600: 161 161 161;
  --color-base16-700: 187 187 187;
  --color-base16-800: 255 255 255;
  --color-base16-red: 249 85 95;
  --color-base16-orange: 253 240 41;
  --color-base16-yellow: 88 156 245;
  --color-base16-green: 32 175 137;
  --color-base16-cyan: 30 158 230;
  --color-base16-blue: 88 156 245;
  --color-base16-purple: 147 77 149;
  --color-base16-pink: 124 42 47;
  --color-base16-100-lighter: 56 56 56;
  --color-base16-100-lightest: 28 28 28;
  --color-base16-red-bright: 250 139 142;
  --color-base16-orange-bright: 255 255 85;
  --color-base16-yellow-bright: 52 187 153;
  --color-base16-green-bright: 57 120 187;
  --color-base16-cyan-bright: 88 156 245;
  --color-base16-blue-bright: 231 85 152;
}
.base24-wild-cherry {
  --color-base16-100: 31 22 38;
  --color-base16-200: 0 5 6;
  --color-base16-300: 0 156 201;
  --color-base16-400: 63 179 206;
  --color-base16-500: 127 202 211;
  --color-base16-600: 191 225 216;
  --color-base16-700: 255 248 221;
  --color-base16-800: 228 131 141;
  --color-base16-red: 217 64 133;
  --color-base16-orange: 255 209 111;
  --color-base16-yellow: 47 139 185;
  --color-base16-green: 42 178 80;
  --color-base16-cyan: 193 184 183;
  --color-base16-blue: 136 60 220;
  --color-base16-purple: 236 236 236;
  --color-base16-pink: 108 32 66;
  --color-base16-100-lighter: 0 104 134;
  --color-base16-100-lightest: 0 52 67;
  --color-base16-red-bright: 218 107 171;
  --color-base16-orange-bright: 234 192 102;
  --color-base16-yellow-bright: 244 219 165;
  --color-base16-green-bright: 255 145 157;
  --color-base16-cyan-bright: 47 139 185;
  --color-base16-blue-bright: 174 99 107;
}
.base24-fun-forrest {
  --color-base16-100: 36 18 0;
  --color-base16-200: 0 0 0;
  --color-base16-300: 126 105 84;
  --color-base16-400: 149 127 88;
  --color-base16-500: 173 149 92;
  --color-base16-600: 197 171 96;
  --color-base16-700: 221 193 101;
  --color-base16-800: 255 233 163;
  --color-base16-red: 213 37 43;
  --color-base16-orange: 189 138 19;
  --color-base16-yellow: 124 201 206;
  --color-base16-green: 144 155 0;
  --color-base16-cyan: 217 129 18;
  --color-base16-blue: 70 152 162;
  --color-base16-purple: 140 66 49;
  --color-base16-pink: 106 18 21;
  --color-base16-100-lighter: 84 70 56;
  --color-base16-100-lightest: 42 35 28;
  --color-base16-red-bright: 228 89 27;
  --color-base16-orange-bright: 255 202 27;
  --color-base16-yellow-bright: 191 198 89;
  --color-base16-green-bright: 230 169 107;
  --color-base16-cyan-bright: 124 201 206;
  --color-base16-blue-bright: 209 99 73;
}
.base24-sundried {
  --color-base16-100: 26 24 24;
  --color-base16-200: 48 43 42;
  --color-base16-300: 77 77 71;
  --color-base16-400: 107 107 103;
  --color-base16-500: 138 138 135;
  --color-base16-600: 169 169 167;
  --color-base16-700: 200 200 200;
  --color-base16-800: 255 254 254;
  --color-base16-red: 166 70 61;
  --color-base16-orange: 156 95 42;
  --color-base16-yellow: 120 152 247;
  --color-base16-green: 87 118 68;
  --color-base16-cyan: 156 129 78;
  --color-base16-blue: 72 90 152;
  --color-base16-purple: 133 69 81;
  --color-base16-pink: 83 35 30;
  --color-base16-100-lighter: 51 51 47;
  --color-base16-100-lightest: 25 25 23;
  --color-base16-red-bright: 170 0 12;
  --color-base16-orange-bright: 252 106 32;
  --color-base16-yellow-bright: 18 140 32;
  --color-base16-green-bright: 250 211 132;
  --color-base16-cyan-bright: 120 152 247;
  --color-base16-blue-bright: 252 137 160;
}
.base24-rippedcasts {
  --color-base16-100: 43 43 43;
  --color-base16-200: 0 0 0;
  --color-base16-300: 102 102 102;
  --color-base16-400: 124 124 124;
  --color-base16-500: 146 146 146;
  --color-base16-600: 168 168 168;
  --color-base16-700: 191 191 191;
  --color-base16-800: 229 229 229;
  --color-base16-red: 205 175 149;
  --color-base16-orange: 191 187 31;
  --color-base16-yellow: 134 189 201;
  --color-base16-green: 167 255 96;
  --color-base16-cyan: 89 100 126;
  --color-base16-blue: 117 165 176;
  --color-base16-purple: 255 115 253;
  --color-base16-pink: 102 87 74;
  --color-base16-100-lighter: 68 68 68;
  --color-base16-100-lightest: 34 34 34;
  --color-base16-red-bright: 238 203 173;
  --color-base16-orange-bright: 229 229 0;
  --color-base16-yellow-bright: 188 238 104;
  --color-base16-green-bright: 140 155 195;
  --color-base16-cyan-bright: 134 189 201;
  --color-base16-blue-bright: 229 0 229;
}
.base24-piatto-light {
  --color-base16-100: 255 255 255;
  --color-base16-200: 65 65 65;
  --color-base16-300: 63 63 63;
  --color-base16-400: 111 111 111;
  --color-base16-500: 159 159 159;
  --color-base16-600: 207 207 207;
  --color-base16-700: 255 255 255;
  --color-base16-800: 242 242 242;
  --color-base16-red: 178 55 113;
  --color-base16-orange: 205 111 52;
  --color-base16-yellow: 60 94 168;
  --color-base16-green: 102 120 30;
  --color-base16-cyan: 102 120 30;
  --color-base16-blue: 60 94 168;
  --color-base16-purple: 164 84 178;
  --color-base16-pink: 89 27 56;
  --color-base16-100-lighter: 42 42 42;
  --color-base16-100-lightest: 21 21 21;
  --color-base16-red-bright: 219 51 101;
  --color-base16-orange-bright: 205 111 52;
  --color-base16-yellow-bright: 130 148 41;
  --color-base16-green-bright: 130 148 41;
  --color-base16-cyan-bright: 60 94 168;
  --color-base16-blue-bright: 164 84 178;
}
.base24-hardcore {
  --color-base16-100: 17 17 17;
  --color-base16-200: 20 20 20;
  --color-base16-300: 65 65 65;
  --color-base16-400: 99 99 99;
  --color-base16-500: 134 134 134;
  --color-base16-600: 169 169 169;
  --color-base16-700: 204 204 204;
  --color-base16-800: 255 255 255;
  --color-base16-red: 255 85 85;
  --color-base16-orange: 255 204 51;
  --color-base16-yellow: 51 187 255;
  --color-base16-green: 152 236 101;
  --color-base16-cyan: 136 221 255;
  --color-base16-blue: 0 170 255;
  --color-base16-purple: 170 136 255;
  --color-base16-pink: 127 42 42;
  --color-base16-100-lighter: 10 10 10;
  --color-base16-100-lightest: 6 6 6;
  --color-base16-red-bright: 255 136 136;
  --color-base16-orange-bright: 255 217 102;
  --color-base16-yellow-bright: 182 242 146;
  --color-base16-green-bright: 187 236 255;
  --color-base16-cyan-bright: 51 187 255;
  --color-base16-blue-bright: 206 187 255;
}
.base24-catppuccin-mocha {
  --color-base16-100: 30 30 46;
  --color-base16-200: 24 24 37;
  --color-base16-300: 49 50 68;
  --color-base16-400: 69 71 90;
  --color-base16-500: 88 91 112;
  --color-base16-600: 205 214 244;
  --color-base16-700: 245 224 220;
  --color-base16-800: 180 190 254;
  --color-base16-red: 243 139 168;
  --color-base16-orange: 250 179 135;
  --color-base16-yellow: 249 226 175;
  --color-base16-green: 166 227 161;
  --color-base16-cyan: 148 226 213;
  --color-base16-blue: 137 180 250;
  --color-base16-purple: 203 166 247;
  --color-base16-pink: 242 205 205;
  --color-base16-100-lighter: 24 24 37;
  --color-base16-100-lightest: 17 17 27;
  --color-base16-red-bright: 235 160 172;
  --color-base16-orange-bright: 245 224 220;
  --color-base16-yellow-bright: 166 227 161;
  --color-base16-green-bright: 137 220 235;
  --color-base16-cyan-bright: 116 199 236;
  --color-base16-blue-bright: 245 194 231;
}
.base24-bluloco-dark {
  --color-base16-100: 30 32 39;
  --color-base16-200: 73 79 92;
  --color-base16-300: 96 105 122;
  --color-base16-400: 123 132 148;
  --color-base16-500: 150 159 175;
  --color-base16-600: 177 186 201;
  --color-base16-700: 204 213 228;
  --color-base16-800: 254 254 254;
  --color-base16-red: 247 16 65;
  --color-base16-orange: 252 126 87;
  --color-base16-yellow: 24 159 253;
  --color-base16-green: 35 151 74;
  --color-base16-cyan: 54 111 153;
  --color-base16-blue: 40 90 254;
  --color-base16-purple: 140 98 253;
  --color-base16-pink: 123 8 32;
  --color-base16-100-lighter: 64 70 81;
  --color-base16-100-lightest: 32 35 40;
  --color-base16-red-bright: 251 73 109;
  --color-base16-orange-bright: 246 189 71;
  --color-base16-yellow-bright: 55 188 88;
  --color-base16-green-bright: 79 171 173;
  --color-base16-cyan-bright: 24 159 253;
  --color-base16-blue-bright: 251 87 246;
}
.\[scrollbar-color\:rgb\(var\(--color-base16-300\)\)_transparent\] {
  scrollbar-color: rgb(var(--color-base16-300)) transparent;
}
.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable;
}
.\[scrollbar-width\:thin\] {
  scrollbar-width: thin;
}
.footnotes {
  font-size: 0.75rem;
  line-height: 1rem;
}
.footnotes-list {
  margin-left: 0px !important;
  list-style-position: outside !important;
}
.footnotes-sep {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-400) / var(--tw-text-opacity, 1));
}
/* Map Shiki CSS variables to base16 theme colors (matches gruvbox mapping) */
/* Prefer bright variants (base24) with fallback to regular colors (base16) */
:root {
  --shiki-foreground: rgb(var(--color-base16-700));
  --shiki-background: rgb(var(--color-base16-100));
  --shiki-token-constant: rgb(var(--color-base16-purple));
  --shiki-token-string: rgb(var(--color-base16-green-bright, var(--color-base16-green)));
  --shiki-token-comment: rgb(var(--color-base16-500));
  --shiki-token-keyword: rgb(var(--color-base16-red-bright, var(--color-base16-red)));
  --shiki-token-parameter: rgb(var(--color-base16-blue-bright, var(--color-base16-blue)));
  --shiki-token-function: rgb(var(--color-base16-yellow-bright, var(--color-base16-yellow)));
  --shiki-token-string-expression: rgb(var(--color-base16-green-bright, var(--color-base16-green)));
  --shiki-token-punctuation: rgb(var(--color-base16-600));
  --shiki-token-link: rgb(var(--color-base16-cyan-bright, var(--color-base16-cyan)));
}
/* Code block language label */
pre.shiki {
  position: relative;
}
pre.shiki[data-language]::before {
  content: attr(data-language);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.65rem;
  color: rgb(var(--color-base16-500));
  text-transform: lowercase;
}
.hover\:bg-base16-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-base16-200) / var(--tw-bg-opacity, 1));
}
.hover\:text-base16-purple\/70:hover {
  color: rgb(var(--color-base16-purple) / 0.7);
}
.prose-p\:mb-10 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 2.5rem;
}
.prose-p\:text-base16-700\/85 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: rgb(var(--color-base16-700) / 0.85);
}
.prose-a\:italic :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-style: italic;
}
.prose-a\:text-base16-blue :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-base16-blue) / var(--tw-text-opacity, 1));
}
.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: none;
}
.prose-code\:rounded-xl :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.75rem;
}
.prose-pre\:-mt-6 :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: -1.5rem;
}
.prose-pre\:mb-10 :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 2.5rem;
}
.prose-ol\:-ml-4 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: -1rem;
}
.prose-ol\:-mt-4 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: -1rem;
}
.prose-ol\:mb-4 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-ol\:list-inside :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}
.prose-ol\:leading-6 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.5rem;
}
.prose-ul\:-ml-4 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: -1rem;
}
.prose-ul\:-mt-8 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: -2rem;
}
.prose-ul\:mb-8 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 2rem;
}
.prose-ul\:list-inside :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}
.prose-ul\:leading-6 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.5rem;
}
.prose-li\:marker\:text-base16-blue\/90 * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(var(--color-base16-blue) / 0.9);
}
.prose-li\:marker\:text-base16-blue\/90 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(var(--color-base16-blue) / 0.9);
}
@media (min-width: 768px) {

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
