/*!
  Theme: TapTap
  Author: ytai1
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.05.0
*/

/*
  WARNING: DO NOT EDIT THIS FILE DIRECTLY.

  This theme file was auto-generated from the Base16 scheme taptap
  by the Highlight.js Base16 template builder.

  - https://github.com/highlightjs/base16-highlightjs
*/

/*
base00  #171a1f  Default Background
base01  #35383d  Lighter Background (Used for status bars, line number and folding marks)
base02  #54575b  Selection Background
base03  #727579  Comments, Invisibles, Line Highlighting
base04  #909496  Dark Foreground (Used for status bars)
base05  #aeb2b4  Default Foreground, Caret, Delimiters, Operators
base06  #cdd1d2  Light Foreground (Not often used)
base07  #ebeff0  Light Background (Not often used)
base08  #e98585  Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09  #faa66c  Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A  #ffcc66  Classes, Markup Bold, Search Text Background
base0B  #97df8b  Strings, Inherited Class, Markup Code, Diff Inserted
base0C  #72d8dd  Support, Regular Expressions, Escape Characters, Markup Quotes
base0D  #74a1ef  Functions, Methods, Attribute IDs, Headings
base0E  #d9a8fa  Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F  #f7a0da  Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/

.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
    color: #aeb2b4;
    background: #171a1f;
}

.hljs ::selection {
    color: #54575b;
}


/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property
{}

/* base03 - #727579 -  Comments, Invisibles, Line Highlighting */
.hljs-comment {
    color: #727579;
}

/* base04 - #909496 -  Dark Foreground (Used for status bars) */
.hljs-tag {
    color: #909496;
}

/* base05 - #aeb2b4 -  Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
    color: #aeb2b4;
}

.hljs-operator {
    opacity: 0.7;
}

/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
    color: #e98585;
}

/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
    color: #faa66c;
}

/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
    color: #ffcc66;
}

.hljs-strong {
    font-weight:bold;
    color: #ffcc66;
}

/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
    color: #97df8b;
}

/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
.hljs-built_in,
.hljs-doctag, /* guessing */
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
    color: #72d8dd;
}

/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
    color: #74a1ef;
}

/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
.hljs-type,
    /* .hljs-selector-id, */
    /* .hljs-selector-class, */
    /* .hljs-selector-attr, */
    /* .hljs-selector-pseudo, */
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
    color: #d9a8fa;
}
.hljs-emphasis {
    color: #d9a8fa;
    font-style: italic;
}

/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
.hljs-meta,
    /*
      prevent top level .keyword and .string scopes
      from leaking into meta by accident
    */
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string
{
    color: #f7a0da;
}

.hljs-meta .hljs-keyword,
    /* for v10 compatible themes */
.hljs-meta-keyword {
    font-weight: bold;
}
