/*!
  Theme: Edge Light
  Author: cjayross (https://github.com/cjayross)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/

/*
  WARNING: DO NOT EDIT THIS FILE DIRECTLY.

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

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

/*
base00  #fafafa  Default Background
base01  #7c9f4b  Lighter Background (Used for status bars, line number and folding marks)
base02  #d69822  Selection Background
base03  #5e646f  Comments, Invisibles, Line Highlighting
base04  #6587bf  Dark Foreground (Used for status bars)
base05  #5e646f  Default Foreground, Caret, Delimiters, Operators
base06  #b870ce  Light Foreground (Not often used)
base07  #5e646f  Light Background (Not often used)
base08  #db7070  Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09  #db7070  Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A  #d69822  Classes, Markup Bold, Search Text Background
base0B  #7c9f4b  Strings, Inherited Class, Markup Code, Diff Inserted
base0C  #509c93  Support, Regular Expressions, Escape Characters, Markup Quotes
base0D  #6587bf  Functions, Methods, Attribute IDs, Headings
base0E  #b870ce  Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F  #509c93  Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/
/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

.hljs {
  background: white;
  color: black;
}

.hljs::selection,
.hljs ::selection {
  background-color: var(--color-blue-100);
  color: var(--color-blue-900);
}

.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #008000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #00f;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #a31515;
}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af;
}

.hljs-doctag {
  color: #808080;
}

.hljs-attr {
  color: #f00;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #00b0e8;
}


.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}