123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- pre,
- code {
- /* From highlight.js@11.10.0/styles/tomorrow.css */
- /*!
- Theme: Tomorrow
- Author: Chris Kempson (http://chriskempson.com)
- 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 tomorrow
- by the Highlight.js Base16 template builder.
- - https://github.com/highlightjs/base16-highlightjs
- */
- /*
- base00 #ffffff Default Background
- base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
- base02 #d6d6d6 Selection Background
- base03 #8e908c Comments, Invisibles, Line Highlighting
- base04 #969896 Dark Foreground (Used for status bars)
- base05 #4d4d4c Default Foreground, Caret, Delimiters, Operators
- base06 #282a2e Light Foreground (Not often used)
- base07 #1d1f21 Light Background (Not often used)
- base08 #c82829 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
- base09 #f5871f Integers, Boolean, Constants, XML Attributes, Markup Link Url
- base0A #eab700 Classes, Markup Bold, Search Text Background
- base0B #718c00 Strings, Inherited Class, Markup Code, Diff Inserted
- base0C #3e999f Support, Regular Expressions, Escape Characters, Markup Quotes
- base0D #4271ae Functions, Methods, Attribute IDs, Headings
- base0E #8959a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
- base0F #a3685a Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
- */
- /* purposely do not highlight these things */
- /* base03 - #8e908c - Comments, Invisibles, Line Highlighting */
- /* base04 - #969896 - Dark Foreground (Used for status bars) */
- /* base05 - #4d4d4c - Default Foreground, Caret, Delimiters, Operators */
- /* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
- /* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
- /* base0A - Classes, Markup Bold, Search Text Background */
- /* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
- /* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
- /* guessing */
- /* base0D - Functions, Methods, Attribute IDs, Headings */
- /* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
- /* .hljs-selector-id, */
- /* .hljs-selector-class, */
- /* .hljs-selector-attr, */
- /* .hljs-selector-pseudo, */
- /* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
- /*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
- */
- /* for v10 compatible themes */
- }
- pre pre code.hljs,
- code pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em;
- }
- pre code.hljs,
- code code.hljs {
- padding: 3px 5px;
- }
- pre pre code.hljs,
- code pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em;
- }
- pre code.hljs,
- code code.hljs {
- padding: 3px 5px;
- }
- pre .hljs,
- code .hljs {
- color: #4d4d4c;
- background: #ffffff;
- }
- pre .hljs::selection,
- code .hljs::selection,
- pre .hljs ::selection,
- code .hljs ::selection {
- background-color: #d6d6d6;
- color: #4d4d4c;
- }
- pre .hljs-comment,
- code .hljs-comment {
- color: #8e908c;
- }
- pre .hljs-tag,
- code .hljs-tag {
- color: #969896;
- }
- pre .hljs-subst,
- code .hljs-subst,
- pre .hljs-punctuation,
- code .hljs-punctuation,
- pre .hljs-operator,
- code .hljs-operator {
- color: #4d4d4c;
- }
- pre .hljs-operator,
- code .hljs-operator {
- opacity: 0.7;
- }
- pre .hljs-bullet,
- code .hljs-bullet,
- pre .hljs-variable,
- code .hljs-variable,
- pre .hljs-template-variable,
- code .hljs-template-variable,
- pre .hljs-selector-tag,
- code .hljs-selector-tag,
- pre .hljs-name,
- code .hljs-name,
- pre .hljs-deletion,
- code .hljs-deletion {
- color: #c82829;
- }
- pre .hljs-symbol,
- code .hljs-symbol,
- pre .hljs-number,
- code .hljs-number,
- pre .hljs-link,
- code .hljs-link,
- pre .hljs-attr,
- code .hljs-attr,
- pre .hljs-variable.constant_,
- code .hljs-variable.constant_,
- pre .hljs-literal,
- code .hljs-literal {
- color: #f5871f;
- }
- pre .hljs-title,
- code .hljs-title,
- pre .hljs-class .hljs-title,
- code .hljs-class .hljs-title,
- pre .hljs-title.class_,
- code .hljs-title.class_ {
- color: #eab700;
- }
- pre .hljs-strong,
- code .hljs-strong {
- font-weight: bold;
- color: #eab700;
- }
- pre .hljs-code,
- code .hljs-code,
- pre .hljs-addition,
- code .hljs-addition,
- pre .hljs-title.class_.inherited__,
- code .hljs-title.class_.inherited__,
- pre .hljs-string,
- code .hljs-string {
- color: #718c00;
- }
- pre .hljs-built_in,
- code .hljs-built_in,
- pre .hljs-doctag,
- code .hljs-doctag,
- pre .hljs-quote,
- code .hljs-quote,
- pre .hljs-keyword.hljs-atrule,
- code .hljs-keyword.hljs-atrule,
- pre .hljs-regexp,
- code .hljs-regexp {
- color: #3e999f;
- }
- pre .hljs-function .hljs-title,
- code .hljs-function .hljs-title,
- pre .hljs-attribute,
- code .hljs-attribute,
- pre .ruby .hljs-property,
- code .ruby .hljs-property,
- pre .hljs-title.function_,
- code .hljs-title.function_,
- pre .hljs-section,
- code .hljs-section {
- color: #4271ae;
- }
- pre .hljs-type,
- code .hljs-type,
- pre .hljs-template-tag,
- code .hljs-template-tag,
- pre .diff .hljs-meta,
- code .diff .hljs-meta,
- pre .hljs-keyword,
- code .hljs-keyword {
- color: #8959a8;
- }
- pre .hljs-emphasis,
- code .hljs-emphasis {
- color: #8959a8;
- font-style: italic;
- }
- pre .hljs-meta,
- code .hljs-meta,
- pre .hljs-meta .hljs-keyword,
- code .hljs-meta .hljs-keyword,
- pre .hljs-meta .hljs-string,
- code .hljs-meta .hljs-string {
- color: #a3685a;
- }
- pre .hljs-meta .hljs-keyword,
- code .hljs-meta .hljs-keyword,
- pre .hljs-meta-keyword,
- code .hljs-meta-keyword {
- font-weight: bold;
- }
|