2025-05-12 05:38:44 +09:00

216 lines
5.4 KiB
CSS

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;
}