simple-code-editor
Version:
Simple code editor for Vue.js
1,417 lines (1,383 loc) • 140 kB
CSS
@charset "UTF-8";
[theme=a11y-dark] {
/*!
Theme: a11y-dark
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/
}
[theme=a11y-dark] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=a11y-dark] code.hljs {
padding: 3px 5px;
}
[theme=a11y-dark] .hljs {
background: #2b2b2b;
color: #f8f8f2;
}
[theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-quote {
color: #d4d0ab;
}
[theme=a11y-dark] .hljs-deletion, [theme=a11y-dark] .hljs-name, [theme=a11y-dark] .hljs-regexp, [theme=a11y-dark] .hljs-selector-class, [theme=a11y-dark] .hljs-selector-id, [theme=a11y-dark] .hljs-tag, [theme=a11y-dark] .hljs-template-variable, [theme=a11y-dark] .hljs-variable {
color: #ffa07a;
}
[theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-type {
color: #f5ab35;
}
[theme=a11y-dark] .hljs-attribute {
color: gold;
}
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol {
color: #abe338;
}
[theme=a11y-dark] .hljs-section, [theme=a11y-dark] .hljs-title {
color: #00e0e0;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
color: #dcc6e0;
}
[theme=a11y-dark] .hljs-emphasis {
font-style: italic;
}
[theme=a11y-dark] .hljs-strong {
font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-attribute, [theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-quote, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol, [theme=a11y-dark] .hljs-type {
color: highlight;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
font-weight: 700;
}
}
[theme=a11y-light] {
/*!
Theme: a11y-light
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/
}
[theme=a11y-light] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=a11y-light] code.hljs {
padding: 3px 5px;
}
[theme=a11y-light] .hljs {
background: #fefefe;
color: #545454;
}
[theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-quote {
color: #696969;
}
[theme=a11y-light] .hljs-deletion, [theme=a11y-light] .hljs-name, [theme=a11y-light] .hljs-regexp, [theme=a11y-light] .hljs-selector-class, [theme=a11y-light] .hljs-selector-id, [theme=a11y-light] .hljs-tag, [theme=a11y-light] .hljs-template-variable, [theme=a11y-light] .hljs-variable {
color: #d91e18;
}
[theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-type {
color: #aa5d00;
}
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol {
color: green;
}
[theme=a11y-light] .hljs-section, [theme=a11y-light] .hljs-title {
color: #007faa;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
color: #7928a1;
}
[theme=a11y-light] .hljs-emphasis {
font-style: italic;
}
[theme=a11y-light] .hljs-strong {
font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-quote, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol, [theme=a11y-light] .hljs-type {
color: highlight;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
font-weight: 700;
}
}
[theme=agate] {
/*!
Theme: Agate
Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
Maintainer: @taufik-nurrohman
Updated: 2021-04-24
#333
#62c8f3
#7bd694
#888
#a2fca2
#ade5fc
#b8d8a2
#c6b4f0
#d36363
#fc9b9b
#fcc28c
#ffa
#fff
*/
}
[theme=agate] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=agate] code.hljs {
padding: 3px 5px;
}
[theme=agate] .hljs {
background: #333;
color: #fff;
}
[theme=agate] .hljs-doctag, [theme=agate] .hljs-meta-keyword, [theme=agate] .hljs-name, [theme=agate] .hljs-strong {
font-weight: 700;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-emphasis {
font-style: italic;
}
[theme=agate] .hljs-section, [theme=agate] .hljs-tag {
color: #62c8f3;
}
[theme=agate] .hljs-selector-class, [theme=agate] .hljs-selector-id, [theme=agate] .hljs-template-variable, [theme=agate] .hljs-variable {
color: #ade5fc;
}
[theme=agate] .hljs-meta-string, [theme=agate] .hljs-string {
color: #a2fca2;
}
[theme=agate] .hljs-attr, [theme=agate] .hljs-quote, [theme=agate] .hljs-selector-attr {
color: #7bd694;
}
[theme=agate] .hljs-tag .hljs-attr {
color: inherit;
}
[theme=agate] .hljs-attribute, [theme=agate] .hljs-title, [theme=agate] .hljs-type {
color: #ffa;
}
[theme=agate] .hljs-number, [theme=agate] .hljs-symbol {
color: #d36363;
}
[theme=agate] .hljs-bullet, [theme=agate] .hljs-template-tag {
color: #b8d8a2;
}
[theme=agate] .hljs-built_in, [theme=agate] .hljs-keyword, [theme=agate] .hljs-literal, [theme=agate] .hljs-selector-tag {
color: #fcc28c;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-comment, [theme=agate] .hljs-formula {
color: #888;
}
[theme=agate] .hljs-link, [theme=agate] .hljs-regexp, [theme=agate] .hljs-selector-pseudo {
color: #c6b4f0;
}
[theme=agate] .hljs-meta {
color: #fc9b9b;
}
[theme=agate] .hljs-deletion {
background: #fc9b9b;
color: #333;
}
[theme=agate] .hljs-addition {
background: #a2fca2;
color: #333;
}
[theme=agate] .hljs-subst {
color: #fff;
}
[theme=agate] .hljs a {
color: inherit;
}
[theme=agate] .hljs a:focus, [theme=agate] .hljs a:hover {
color: inherit;
text-decoration: underline;
}
[theme=agate] .hljs mark {
background: #555;
color: inherit;
}
[theme=an-old-hope] {
/*!
Theme: An Old Hope – Star Wars Syntax
Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
Maintainer: @gusbemacbe
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
Based on Jesse Leite's Atom syntax theme 'An Old Hope'
https://github.com/JesseLeite/an-old-hope-syntax-atom
*/
}
[theme=an-old-hope] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=an-old-hope] code.hljs {
padding: 3px 5px;
}
[theme=an-old-hope] .hljs {
background: #1c1d21;
color: #c0c5ce;
}
[theme=an-old-hope] .hljs-comment, [theme=an-old-hope] .hljs-quote {
color: #b6b18b;
}
[theme=an-old-hope] .hljs-deletion, [theme=an-old-hope] .hljs-name, [theme=an-old-hope] .hljs-regexp, [theme=an-old-hope] .hljs-selector-class, [theme=an-old-hope] .hljs-selector-id, [theme=an-old-hope] .hljs-tag, [theme=an-old-hope] .hljs-template-variable, [theme=an-old-hope] .hljs-variable {
color: #eb3c54;
}
[theme=an-old-hope] .hljs-built_in, [theme=an-old-hope] .hljs-link, [theme=an-old-hope] .hljs-literal, [theme=an-old-hope] .hljs-meta, [theme=an-old-hope] .hljs-number, [theme=an-old-hope] .hljs-params, [theme=an-old-hope] .hljs-type {
color: #e7ce56;
}
[theme=an-old-hope] .hljs-attribute {
color: #ee7c2b;
}
[theme=an-old-hope] .hljs-addition, [theme=an-old-hope] .hljs-bullet, [theme=an-old-hope] .hljs-string, [theme=an-old-hope] .hljs-symbol {
color: #4fb4d7;
}
[theme=an-old-hope] .hljs-section, [theme=an-old-hope] .hljs-title {
color: #78bb65;
}
[theme=an-old-hope] .hljs-keyword, [theme=an-old-hope] .hljs-selector-tag {
color: #b45ea4;
}
[theme=an-old-hope] .hljs-emphasis {
font-style: italic;
}
[theme=an-old-hope] .hljs-strong {
font-weight: 700;
}
[theme=androidstudio] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=androidstudio] code.hljs {
padding: 3px 5px;
}
[theme=androidstudio] .hljs {
color: #a9b7c6;
background: #282b2e;
}
[theme=androidstudio] .hljs-bullet, [theme=androidstudio] .hljs-literal, [theme=androidstudio] .hljs-number, [theme=androidstudio] .hljs-symbol {
color: #6897bb;
}
[theme=androidstudio] .hljs-deletion, [theme=androidstudio] .hljs-keyword, [theme=androidstudio] .hljs-selector-tag {
color: #cc7832;
}
[theme=androidstudio] .hljs-link, [theme=androidstudio] .hljs-template-variable, [theme=androidstudio] .hljs-variable {
color: #629755;
}
[theme=androidstudio] .hljs-comment, [theme=androidstudio] .hljs-quote {
color: grey;
}
[theme=androidstudio] .hljs-meta {
color: #bbb529;
}
[theme=androidstudio] .hljs-addition, [theme=androidstudio] .hljs-attribute, [theme=androidstudio] .hljs-string {
color: #6a8759;
}
[theme=androidstudio] .hljs-section, [theme=androidstudio] .hljs-title, [theme=androidstudio] .hljs-type {
color: #ffc66d;
}
[theme=androidstudio] .hljs-name, [theme=androidstudio] .hljs-selector-class, [theme=androidstudio] .hljs-selector-id {
color: #e8bf6a;
}
[theme=androidstudio] .hljs-emphasis {
font-style: italic;
}
[theme=androidstudio] .hljs-strong {
font-weight: 700;
}
[theme=arduino-light] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=arduino-light] code.hljs {
padding: 3px 5px;
}
[theme=arduino-light] .hljs {
background: #fff;
color: #434f54;
}
[theme=arduino-light] .hljs-subst {
color: #434f54;
}
[theme=arduino-light] .hljs-attribute, [theme=arduino-light] .hljs-doctag, [theme=arduino-light] .hljs-keyword, [theme=arduino-light] .hljs-name, [theme=arduino-light] .hljs-selector-tag {
color: #00979d;
}
[theme=arduino-light] .hljs-addition, [theme=arduino-light] .hljs-built_in, [theme=arduino-light] .hljs-bullet, [theme=arduino-light] .hljs-code, [theme=arduino-light] .hljs-literal {
color: #d35400;
}
[theme=arduino-light] .hljs-link, [theme=arduino-light] .hljs-regexp, [theme=arduino-light] .hljs-selector-attr, [theme=arduino-light] .hljs-selector-pseudo, [theme=arduino-light] .hljs-symbol, [theme=arduino-light] .hljs-template-variable, [theme=arduino-light] .hljs-variable {
color: #00979d;
}
[theme=arduino-light] .hljs-deletion, [theme=arduino-light] .hljs-quote, [theme=arduino-light] .hljs-selector-class, [theme=arduino-light] .hljs-selector-id, [theme=arduino-light] .hljs-string, [theme=arduino-light] .hljs-template-tag, [theme=arduino-light] .hljs-type {
color: #005c5f;
}
[theme=arduino-light] .hljs-comment {
color: rgba(149, 165, 166, 0.8);
}
[theme=arduino-light] .hljs-meta .hljs-keyword {
color: #728e00;
}
[theme=arduino-light] .hljs-meta {
color: #434f54;
}
[theme=arduino-light] .hljs-emphasis {
font-style: italic;
}
[theme=arduino-light] .hljs-strong {
font-weight: 700;
}
[theme=arduino-light] .hljs-function {
color: #728e00;
}
[theme=arduino-light] .hljs-section, [theme=arduino-light] .hljs-title {
color: #800;
font-weight: 700;
}
[theme=arduino-light] .hljs-number {
color: #8a7b52;
}
[theme=arta] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=arta] code.hljs {
padding: 3px 5px;
}
[theme=arta] .hljs {
background: #222;
color: #aaa;
}
[theme=arta] .hljs-subst {
color: #aaa;
}
[theme=arta] .hljs-section {
color: #fff;
}
[theme=arta] .hljs-comment, [theme=arta] .hljs-meta, [theme=arta] .hljs-quote {
color: #444;
}
[theme=arta] .hljs-bullet, [theme=arta] .hljs-regexp, [theme=arta] .hljs-string, [theme=arta] .hljs-symbol {
color: #fc3;
}
[theme=arta] .hljs-addition, [theme=arta] .hljs-number {
color: #0c6;
}
[theme=arta] .hljs-attribute, [theme=arta] .hljs-built_in, [theme=arta] .hljs-link, [theme=arta] .hljs-literal, [theme=arta] .hljs-template-variable, [theme=arta] .hljs-type {
color: #32aaee;
}
[theme=arta] .hljs-keyword, [theme=arta] .hljs-name, [theme=arta] .hljs-selector-class, [theme=arta] .hljs-selector-id, [theme=arta] .hljs-selector-tag {
color: #64a;
}
[theme=arta] .hljs-deletion, [theme=arta] .hljs-template-tag, [theme=arta] .hljs-title, [theme=arta] .hljs-variable {
color: #b16;
}
[theme=arta] .hljs-doctag, [theme=arta] .hljs-section, [theme=arta] .hljs-strong {
font-weight: 700;
}
[theme=arta] .hljs-emphasis {
font-style: italic;
}
[theme=ascetic] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=ascetic] code.hljs {
padding: 3px 5px;
}
[theme=ascetic] .hljs {
background: #fff;
color: #000;
}
[theme=ascetic] .hljs-addition, [theme=ascetic] .hljs-attribute, [theme=ascetic] .hljs-bullet, [theme=ascetic] .hljs-link, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-string, [theme=ascetic] .hljs-symbol, [theme=ascetic] .hljs-template-variable, [theme=ascetic] .hljs-variable {
color: #888;
}
[theme=ascetic] .hljs-comment, [theme=ascetic] .hljs-deletion, [theme=ascetic] .hljs-meta, [theme=ascetic] .hljs-quote {
color: #ccc;
}
[theme=ascetic] .hljs-keyword, [theme=ascetic] .hljs-name, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-selector-tag, [theme=ascetic] .hljs-strong, [theme=ascetic] .hljs-type {
font-weight: 700;
}
[theme=ascetic] .hljs-emphasis {
font-style: italic;
}
[theme=atom-one-dark-reasonable] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=atom-one-dark-reasonable] code.hljs {
padding: 3px 5px;
}
[theme=atom-one-dark-reasonable] .hljs {
color: #abb2bf;
background: #282c34;
}
[theme=atom-one-dark-reasonable] .hljs-keyword, [theme=atom-one-dark-reasonable] .hljs-operator, [theme=atom-one-dark-reasonable] .hljs-pattern-match {
color: #f92672;
}
[theme=atom-one-dark-reasonable] .hljs-function, [theme=atom-one-dark-reasonable] .hljs-pattern-match .hljs-constructor {
color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params {
color: #a6e22e;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params .hljs-typing {
color: #fd971f;
}
[theme=atom-one-dark-reasonable] .hljs-module-access .hljs-module {
color: #7e57c2;
}
[theme=atom-one-dark-reasonable] .hljs-constructor {
color: #e2b93d;
}
[theme=atom-one-dark-reasonable] .hljs-constructor .hljs-string {
color: #9ccc65;
}
[theme=atom-one-dark-reasonable] .hljs-comment, [theme=atom-one-dark-reasonable] .hljs-quote {
color: #b18eb1;
font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-doctag, [theme=atom-one-dark-reasonable] .hljs-formula {
color: #c678dd;
}
[theme=atom-one-dark-reasonable] .hljs-deletion, [theme=atom-one-dark-reasonable] .hljs-name, [theme=atom-one-dark-reasonable] .hljs-section, [theme=atom-one-dark-reasonable] .hljs-selector-tag, [theme=atom-one-dark-reasonable] .hljs-subst {
color: #e06c75;
}
[theme=atom-one-dark-reasonable] .hljs-literal {
color: #56b6c2;
}
[theme=atom-one-dark-reasonable] .hljs-addition, [theme=atom-one-dark-reasonable] .hljs-attribute, [theme=atom-one-dark-reasonable] .hljs-meta .hljs-string, [theme=atom-one-dark-reasonable] .hljs-regexp, [theme=atom-one-dark-reasonable] .hljs-string {
color: #98c379;
}
[theme=atom-one-dark-reasonable] .hljs-built_in, [theme=atom-one-dark-reasonable] .hljs-class .hljs-title, [theme=atom-one-dark-reasonable] .hljs-title.class_ {
color: #e6c07b;
}
[theme=atom-one-dark-reasonable] .hljs-attr, [theme=atom-one-dark-reasonable] .hljs-number, [theme=atom-one-dark-reasonable] .hljs-selector-attr, [theme=atom-one-dark-reasonable] .hljs-selector-class, [theme=atom-one-dark-reasonable] .hljs-selector-pseudo, [theme=atom-one-dark-reasonable] .hljs-template-variable, [theme=atom-one-dark-reasonable] .hljs-type, [theme=atom-one-dark-reasonable] .hljs-variable {
color: #d19a66;
}
[theme=atom-one-dark-reasonable] .hljs-bullet, [theme=atom-one-dark-reasonable] .hljs-link, [theme=atom-one-dark-reasonable] .hljs-meta, [theme=atom-one-dark-reasonable] .hljs-selector-id, [theme=atom-one-dark-reasonable] .hljs-symbol, [theme=atom-one-dark-reasonable] .hljs-title {
color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-emphasis {
font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-strong {
font-weight: 700;
}
[theme=atom-one-dark-reasonable] .hljs-link {
text-decoration: underline;
}
[theme=atom-one-dark] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=atom-one-dark] code.hljs {
padding: 3px 5px;
}
[theme=atom-one-dark] .hljs {
color: #abb2bf;
background: #282c34;
}
[theme=atom-one-dark] .hljs-comment, [theme=atom-one-dark] .hljs-quote {
color: #5c6370;
font-style: italic;
}
[theme=atom-one-dark] .hljs-doctag, [theme=atom-one-dark] .hljs-formula, [theme=atom-one-dark] .hljs-keyword {
color: #c678dd;
}
[theme=atom-one-dark] .hljs-deletion, [theme=atom-one-dark] .hljs-name, [theme=atom-one-dark] .hljs-section, [theme=atom-one-dark] .hljs-selector-tag, [theme=atom-one-dark] .hljs-subst {
color: #e06c75;
}
[theme=atom-one-dark] .hljs-literal {
color: #56b6c2;
}
[theme=atom-one-dark] .hljs-addition, [theme=atom-one-dark] .hljs-attribute, [theme=atom-one-dark] .hljs-meta .hljs-string, [theme=atom-one-dark] .hljs-regexp, [theme=atom-one-dark] .hljs-string {
color: #98c379;
}
[theme=atom-one-dark] .hljs-attr, [theme=atom-one-dark] .hljs-number, [theme=atom-one-dark] .hljs-selector-attr, [theme=atom-one-dark] .hljs-selector-class, [theme=atom-one-dark] .hljs-selector-pseudo, [theme=atom-one-dark] .hljs-template-variable, [theme=atom-one-dark] .hljs-type, [theme=atom-one-dark] .hljs-variable {
color: #d19a66;
}
[theme=atom-one-dark] .hljs-bullet, [theme=atom-one-dark] .hljs-link, [theme=atom-one-dark] .hljs-meta, [theme=atom-one-dark] .hljs-selector-id, [theme=atom-one-dark] .hljs-symbol, [theme=atom-one-dark] .hljs-title {
color: #61aeee;
}
[theme=atom-one-dark] .hljs-built_in, [theme=atom-one-dark] .hljs-class .hljs-title, [theme=atom-one-dark] .hljs-title.class_ {
color: #e6c07b;
}
[theme=atom-one-dark] .hljs-emphasis {
font-style: italic;
}
[theme=atom-one-dark] .hljs-strong {
font-weight: 700;
}
[theme=atom-one-dark] .hljs-link {
text-decoration: underline;
}
[theme=atom-one-light] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=atom-one-light] code.hljs {
padding: 3px 5px;
}
[theme=atom-one-light] .hljs {
color: #383a42;
background: #fafafa;
}
[theme=atom-one-light] .hljs-comment, [theme=atom-one-light] .hljs-quote {
color: #a0a1a7;
font-style: italic;
}
[theme=atom-one-light] .hljs-doctag, [theme=atom-one-light] .hljs-formula, [theme=atom-one-light] .hljs-keyword {
color: #a626a4;
}
[theme=atom-one-light] .hljs-deletion, [theme=atom-one-light] .hljs-name, [theme=atom-one-light] .hljs-section, [theme=atom-one-light] .hljs-selector-tag, [theme=atom-one-light] .hljs-subst {
color: #e45649;
}
[theme=atom-one-light] .hljs-literal {
color: #0184bb;
}
[theme=atom-one-light] .hljs-addition, [theme=atom-one-light] .hljs-attribute, [theme=atom-one-light] .hljs-meta .hljs-string, [theme=atom-one-light] .hljs-regexp, [theme=atom-one-light] .hljs-string {
color: #50a14f;
}
[theme=atom-one-light] .hljs-attr, [theme=atom-one-light] .hljs-number, [theme=atom-one-light] .hljs-selector-attr, [theme=atom-one-light] .hljs-selector-class, [theme=atom-one-light] .hljs-selector-pseudo, [theme=atom-one-light] .hljs-template-variable, [theme=atom-one-light] .hljs-type, [theme=atom-one-light] .hljs-variable {
color: #986801;
}
[theme=atom-one-light] .hljs-bullet, [theme=atom-one-light] .hljs-link, [theme=atom-one-light] .hljs-meta, [theme=atom-one-light] .hljs-selector-id, [theme=atom-one-light] .hljs-symbol, [theme=atom-one-light] .hljs-title {
color: #4078f2;
}
[theme=atom-one-light] .hljs-built_in, [theme=atom-one-light] .hljs-class .hljs-title, [theme=atom-one-light] .hljs-title.class_ {
color: #c18401;
}
[theme=atom-one-light] .hljs-emphasis {
font-style: italic;
}
[theme=atom-one-light] .hljs-strong {
font-weight: 700;
}
[theme=atom-one-light] .hljs-link {
text-decoration: underline;
}
[theme=brown-paper] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=brown-paper] code.hljs {
padding: 3px 5px;
}
[theme=brown-paper] .hljs {
color: #363c69;
background: url(./brown-papersq.png) #b7a68e;
}
[theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-selector-tag {
color: #059;
}
[theme=brown-paper] .hljs-addition, [theme=brown-paper] .hljs-attribute, [theme=brown-paper] .hljs-built_in, [theme=brown-paper] .hljs-bullet, [theme=brown-paper] .hljs-link, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-string, [theme=brown-paper] .hljs-symbol, [theme=brown-paper] .hljs-template-tag, [theme=brown-paper] .hljs-template-variable, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type, [theme=brown-paper] .hljs-variable {
color: #2c009f;
}
[theme=brown-paper] .hljs-comment, [theme=brown-paper] .hljs-deletion, [theme=brown-paper] .hljs-meta, [theme=brown-paper] .hljs-quote {
color: #802022;
}
[theme=brown-paper] .hljs-doctag, [theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-selector-tag, [theme=brown-paper] .hljs-strong, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type {
font-weight: 700;
}
[theme=brown-paper] .hljs-emphasis {
font-style: italic;
}
[theme=codepen-embed] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=codepen-embed] code.hljs {
padding: 3px 5px;
}
[theme=codepen-embed] .hljs {
background: #222;
color: #fff;
}
[theme=codepen-embed] .hljs-comment, [theme=codepen-embed] .hljs-quote {
color: #777;
}
[theme=codepen-embed] .hljs-built_in, [theme=codepen-embed] .hljs-bullet, [theme=codepen-embed] .hljs-deletion, [theme=codepen-embed] .hljs-link, [theme=codepen-embed] .hljs-literal, [theme=codepen-embed] .hljs-meta, [theme=codepen-embed] .hljs-number, [theme=codepen-embed] .hljs-params, [theme=codepen-embed] .hljs-regexp, [theme=codepen-embed] .hljs-symbol, [theme=codepen-embed] .hljs-tag, [theme=codepen-embed] .hljs-template-variable, [theme=codepen-embed] .hljs-variable {
color: #ab875d;
}
[theme=codepen-embed] .hljs-attribute, [theme=codepen-embed] .hljs-name, [theme=codepen-embed] .hljs-section, [theme=codepen-embed] .hljs-selector-class, [theme=codepen-embed] .hljs-selector-id, [theme=codepen-embed] .hljs-title, [theme=codepen-embed] .hljs-type {
color: #9b869b;
}
[theme=codepen-embed] .hljs-addition, [theme=codepen-embed] .hljs-keyword, [theme=codepen-embed] .hljs-selector-tag, [theme=codepen-embed] .hljs-string {
color: #8f9c6c;
}
[theme=codepen-embed] .hljs-emphasis {
font-style: italic;
}
[theme=codepen-embed] .hljs-strong {
font-weight: 700;
}
[theme=color-brewer] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=color-brewer] code.hljs {
padding: 3px 5px;
}
[theme=color-brewer] .hljs {
color: #000;
background: #fff;
}
[theme=color-brewer] .hljs-addition, [theme=color-brewer] .hljs-meta, [theme=color-brewer] .hljs-string, [theme=color-brewer] .hljs-symbol, [theme=color-brewer] .hljs-template-tag, [theme=color-brewer] .hljs-template-variable {
color: #756bb1;
}
[theme=color-brewer] .hljs-comment, [theme=color-brewer] .hljs-quote {
color: #636363;
}
[theme=color-brewer] .hljs-bullet, [theme=color-brewer] .hljs-link, [theme=color-brewer] .hljs-literal, [theme=color-brewer] .hljs-number, [theme=color-brewer] .hljs-regexp {
color: #31a354;
}
[theme=color-brewer] .hljs-deletion, [theme=color-brewer] .hljs-variable {
color: #88f;
}
[theme=color-brewer] .hljs-built_in, [theme=color-brewer] .hljs-doctag, [theme=color-brewer] .hljs-keyword, [theme=color-brewer] .hljs-name, [theme=color-brewer] .hljs-section, [theme=color-brewer] .hljs-selector-class, [theme=color-brewer] .hljs-selector-id, [theme=color-brewer] .hljs-selector-tag, [theme=color-brewer] .hljs-strong, [theme=color-brewer] .hljs-tag, [theme=color-brewer] .hljs-title, [theme=color-brewer] .hljs-type {
color: #3182bd;
}
[theme=color-brewer] .hljs-emphasis {
font-style: italic;
}
[theme=color-brewer] .hljs-attribute {
color: #e6550d;
}
[theme=dark] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=dark] code.hljs {
padding: 3px 5px;
}
[theme=dark] .hljs {
color: #ddd;
background: #303030;
}
[theme=dark] .hljs-keyword, [theme=dark] .hljs-link, [theme=dark] .hljs-literal, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag {
color: #fff;
}
[theme=dark] .hljs-addition, [theme=dark] .hljs-attribute, [theme=dark] .hljs-built_in, [theme=dark] .hljs-bullet, [theme=dark] .hljs-name, [theme=dark] .hljs-string, [theme=dark] .hljs-symbol, [theme=dark] .hljs-template-tag, [theme=dark] .hljs-template-variable, [theme=dark] .hljs-title, [theme=dark] .hljs-type, [theme=dark] .hljs-variable {
color: #d88;
}
[theme=dark] .hljs-comment, [theme=dark] .hljs-deletion, [theme=dark] .hljs-meta, [theme=dark] .hljs-quote {
color: #979797;
}
[theme=dark] .hljs-doctag, [theme=dark] .hljs-keyword, [theme=dark] .hljs-literal, [theme=dark] .hljs-name, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag, [theme=dark] .hljs-strong, [theme=dark] .hljs-title, [theme=dark] .hljs-type {
font-weight: 700;
}
[theme=dark] .hljs-emphasis {
font-style: italic;
}
[theme=default] {
/*!
Theme: Default
Description: Original highlight.js style
Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
Maintainer: @highlightjs/core-team
Website: https://highlightjs.org/
License: see project LICENSE
Touched: 2021
*/
}
[theme=default] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=default] code.hljs {
padding: 3px 5px;
}
[theme=default] .hljs {
background: #f3f3f3;
color: #444;
}
[theme=default] .hljs-comment {
color: #697070;
}
[theme=default] .hljs-punctuation, [theme=default] .hljs-tag {
color: #444a;
}
[theme=default] .hljs-tag .hljs-attr, [theme=default] .hljs-tag .hljs-name {
color: #444;
}
[theme=default] .hljs-attribute, [theme=default] .hljs-doctag, [theme=default] .hljs-keyword, [theme=default] .hljs-meta .hljs-keyword, [theme=default] .hljs-name, [theme=default] .hljs-selector-tag {
font-weight: 700;
}
[theme=default] .hljs-deletion, [theme=default] .hljs-number, [theme=default] .hljs-quote, [theme=default] .hljs-selector-class, [theme=default] .hljs-selector-id, [theme=default] .hljs-string, [theme=default] .hljs-template-tag, [theme=default] .hljs-type {
color: #800;
}
[theme=default] .hljs-section, [theme=default] .hljs-title {
color: #800;
font-weight: 700;
}
[theme=default] .hljs-link, [theme=default] .hljs-operator, [theme=default] .hljs-regexp, [theme=default] .hljs-selector-attr, [theme=default] .hljs-selector-pseudo, [theme=default] .hljs-symbol, [theme=default] .hljs-template-variable, [theme=default] .hljs-variable {
color: #ab5656;
}
[theme=default] .hljs-literal {
color: #695;
}
[theme=default] .hljs-addition, [theme=default] .hljs-built_in, [theme=default] .hljs-bullet, [theme=default] .hljs-code {
color: #397300;
}
[theme=default] .hljs-meta {
color: #1f7199;
}
[theme=default] .hljs-meta .hljs-string {
color: #38a;
}
[theme=default] .hljs-emphasis {
font-style: italic;
}
[theme=default] .hljs-strong {
font-weight: 700;
}
[theme=devibeans] {
/*!
Theme: devibeans (dark)
Author: @terminaldweller
Maintainer: @terminaldweller
Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
*/
}
[theme=devibeans] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=devibeans] code.hljs {
padding: 3px 5px;
}
[theme=devibeans] .hljs {
background: #000;
color: #a39e9b;
}
[theme=devibeans] .hljs-attr, [theme=devibeans] .hljs-template-tag {
color: #8787d7;
}
[theme=devibeans] .hljs-comment, [theme=devibeans] .hljs-doctag, [theme=devibeans] .hljs-quote {
color: #396;
}
[theme=devibeans] .hljs-params {
color: #a39e9b;
}
[theme=devibeans] .hljs-regexp {
color: #d700ff;
}
[theme=devibeans] .hljs-literal, [theme=devibeans] .hljs-number, [theme=devibeans] .hljs-selector-id, [theme=devibeans] .hljs-tag {
color: #ef5350;
}
[theme=devibeans] .hljs-meta, [theme=devibeans] .hljs-meta .hljs-keyword {
color: #0087ff;
}
[theme=devibeans] .hljs-code, [theme=devibeans] .hljs-formula, [theme=devibeans] .hljs-keyword, [theme=devibeans] .hljs-link, [theme=devibeans] .hljs-selector-attr, [theme=devibeans] .hljs-selector-class, [theme=devibeans] .hljs-selector-pseudo, [theme=devibeans] .hljs-template-variable, [theme=devibeans] .hljs-variable {
color: #64b5f6;
}
[theme=devibeans] .hljs-built_in, [theme=devibeans] .hljs-deletion, [theme=devibeans] .hljs-title {
color: #ff8700;
}
[theme=devibeans] .hljs-attribute, [theme=devibeans] .hljs-function, [theme=devibeans] .hljs-name, [theme=devibeans] .hljs-property, [theme=devibeans] .hljs-section, [theme=devibeans] .hljs-type {
color: #ffd75f;
}
[theme=devibeans] .hljs-addition, [theme=devibeans] .hljs-bullet, [theme=devibeans] .hljs-meta .hljs-string, [theme=devibeans] .hljs-string, [theme=devibeans] .hljs-subst, [theme=devibeans] .hljs-symbol {
color: #558b2f;
}
[theme=devibeans] .hljs-selector-tag {
color: #96f;
}
[theme=devibeans] .hljs-emphasis {
font-style: italic;
}
[theme=devibeans] .hljs-strong {
font-weight: 700;
}
[theme=docco] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=docco] code.hljs {
padding: 3px 5px;
}
[theme=docco] .hljs {
color: #000;
background: #f8f8ff;
}
[theme=docco] .hljs-comment, [theme=docco] .hljs-quote {
color: #408080;
font-style: italic;
}
[theme=docco] .hljs-keyword, [theme=docco] .hljs-literal, [theme=docco] .hljs-selector-tag, [theme=docco] .hljs-subst {
color: #954121;
}
[theme=docco] .hljs-number {
color: #40a070;
}
[theme=docco] .hljs-doctag, [theme=docco] .hljs-string {
color: #219161;
}
[theme=docco] .hljs-section, [theme=docco] .hljs-selector-class, [theme=docco] .hljs-selector-id, [theme=docco] .hljs-type {
color: #19469d;
}
[theme=docco] .hljs-params {
color: #00f;
}
[theme=docco] .hljs-title {
color: #458;
font-weight: 700;
}
[theme=docco] .hljs-attribute, [theme=docco] .hljs-name, [theme=docco] .hljs-tag {
color: navy;
font-weight: 400;
}
[theme=docco] .hljs-template-variable, [theme=docco] .hljs-variable {
color: teal;
}
[theme=docco] .hljs-link, [theme=docco] .hljs-regexp {
color: #b68;
}
[theme=docco] .hljs-bullet, [theme=docco] .hljs-symbol {
color: #990073;
}
[theme=docco] .hljs-built_in {
color: #0086b3;
}
[theme=docco] .hljs-meta {
color: #999;
font-weight: 700;
}
[theme=docco] .hljs-deletion {
background: #fdd;
}
[theme=docco] .hljs-addition {
background: #dfd;
}
[theme=docco] .hljs-emphasis {
font-style: italic;
}
[theme=docco] .hljs-strong {
font-weight: 700;
}
[theme=far] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=far] code.hljs {
padding: 3px 5px;
}
[theme=far] .hljs {
color: #0ff;
background: navy;
}
[theme=far] .hljs-addition, [theme=far] .hljs-attribute, [theme=far] .hljs-built_in, [theme=far] .hljs-bullet, [theme=far] .hljs-string, [theme=far] .hljs-symbol, [theme=far] .hljs-template-tag, [theme=far] .hljs-template-variable {
color: #ff0;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-class, [theme=far] .hljs-selector-id, [theme=far] .hljs-selector-tag, [theme=far] .hljs-type, [theme=far] .hljs-variable {
color: #fff;
}
[theme=far] .hljs-comment, [theme=far] .hljs-deletion, [theme=far] .hljs-doctag, [theme=far] .hljs-quote {
color: #888;
}
[theme=far] .hljs-link, [theme=far] .hljs-literal, [theme=far] .hljs-number, [theme=far] .hljs-regexp {
color: #0f0;
}
[theme=far] .hljs-meta {
color: teal;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-tag, [theme=far] .hljs-strong, [theme=far] .hljs-title {
font-weight: 700;
}
[theme=far] .hljs-emphasis {
font-style: italic;
}
[theme=felipec] {
/*!
* Theme: FelipeC
* Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
* Website: https://github.com/felipec/vim-felipec
*
* Autogenerated with vim-felipec's generator.
*/
}
[theme=felipec] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=felipec] code.hljs {
padding: 3px 5px;
}
[theme=felipec] .hljs {
color: #dddde1;
background: #1e1e22;
}
[theme=felipec] .hljs ::selection, [theme=felipec] .hljs::selection {
color: #1e1e22;
background: #bf8fef;
}
[theme=felipec] .hljs-code, [theme=felipec] .hljs-comment, [theme=felipec] .hljs-quote {
color: #888896;
}
[theme=felipec] .hljs-deletion, [theme=felipec] .hljs-literal, [theme=felipec] .hljs-number {
color: #ef8f8f;
}
[theme=felipec] .hljs-doctag, [theme=felipec] .hljs-meta, [theme=felipec] .hljs-operator, [theme=felipec] .hljs-punctuation, [theme=felipec] .hljs-selector-attr, [theme=felipec] .hljs-subst, [theme=felipec] .hljs-template-variable {
color: #efbf8f;
}
[theme=felipec] .hljs-type {
color: #efef8f;
}
[theme=felipec] .hljs-selector-class, [theme=felipec] .hljs-selector-id, [theme=felipec] .hljs-tag, [theme=felipec] .hljs-title {
color: #bfef8f;
}
[theme=felipec] .hljs-addition, [theme=felipec] .hljs-regexp, [theme=felipec] .hljs-string {
color: #8fef8f;
}
[theme=felipec] .hljs-class, [theme=felipec] .hljs-property {
color: #8fefbf;
}
[theme=felipec] .hljs-name, [theme=felipec] .hljs-selector-tag {
color: #8fefef;
}
[theme=felipec] .hljs-built_in, [theme=felipec] .hljs-keyword {
color: #8fbfef;
}
[theme=felipec] .hljs-bullet, [theme=felipec] .hljs-section {
color: #8f8fef;
}
[theme=felipec] .hljs-selector-pseudo {
color: #bf8fef;
}
[theme=felipec] .hljs-attr, [theme=felipec] .hljs-attribute, [theme=felipec] .hljs-params, [theme=felipec] .hljs-variable {
color: #ef8fef;
}
[theme=felipec] .hljs-link, [theme=felipec] .hljs-symbol {
color: #ef8fbf;
}
[theme=felipec] .hljs-literal, [theme=felipec] .hljs-strong, [theme=felipec] .hljs-title {
font-weight: 700;
}
[theme=felipec] .hljs-emphasis {
font-style: italic;
}
[theme=foundation] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=foundation] code.hljs {
padding: 3px 5px;
}
[theme=foundation] .hljs {
background: #eee;
color: #000;
}
[theme=foundation] .hljs-addition, [theme=foundation] .hljs-attribute, [theme=foundation] .hljs-emphasis, [theme=foundation] .hljs-link {
color: #070;
}
[theme=foundation] .hljs-emphasis {
font-style: italic;
}
[theme=foundation] .hljs-deletion, [theme=foundation] .hljs-string, [theme=foundation] .hljs-strong {
color: #d14;
}
[theme=foundation] .hljs-strong {
font-weight: 700;
}
[theme=foundation] .hljs-comment, [theme=foundation] .hljs-quote {
color: #998;
font-style: italic;
}
[theme=foundation] .hljs-section, [theme=foundation] .hljs-title {
color: #900;
}
[theme=foundation] .hljs-class .hljs-title, [theme=foundation] .hljs-title.class_, [theme=foundation] .hljs-type {
color: #458;
}
[theme=foundation] .hljs-template-variable, [theme=foundation] .hljs-variable {
color: #369;
}
[theme=foundation] .hljs-bullet {
color: #970;
}
[theme=foundation] .hljs-meta {
color: #34b;
}
[theme=foundation] .hljs-code, [theme=foundation] .hljs-keyword, [theme=foundation] .hljs-literal, [theme=foundation] .hljs-number, [theme=foundation] .hljs-selector-tag {
color: #099;
}
[theme=foundation] .hljs-regexp {
background-color: #fff0ff;
color: #808;
}
[theme=foundation] .hljs-symbol {
color: #990073;
}
[theme=foundation] .hljs-name, [theme=foundation] .hljs-selector-class, [theme=foundation] .hljs-selector-id, [theme=foundation] .hljs-tag {
color: #070;
}
[theme=github-dark-dimmed] {
/*!
Theme: GitHub Dark Dimmed
Description: Dark dimmed theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Colors taken from GitHub's CSS
*/
}
[theme=github-dark-dimmed] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=github-dark-dimmed] code.hljs {
padding: 3px 5px;
}
[theme=github-dark-dimmed] .hljs {
color: #adbac7;
background: #22272e;
}
[theme=github-dark-dimmed] .hljs-doctag, [theme=github-dark-dimmed] .hljs-keyword, [theme=github-dark-dimmed] .hljs-meta .hljs-keyword, [theme=github-dark-dimmed] .hljs-template-tag, [theme=github-dark-dimmed] .hljs-template-variable, [theme=github-dark-dimmed] .hljs-type, [theme=github-dark-dimmed] .hljs-variable.language_ {
color: #f47067;
}
[theme=github-dark-dimmed] .hljs-title, [theme=github-dark-dimmed] .hljs-title.class_, [theme=github-dark-dimmed] .hljs-title.class_.inherited__, [theme=github-dark-dimmed] .hljs-title.function_ {
color: #dcbdfb;
}
[theme=github-dark-dimmed] .hljs-attr, [theme=github-dark-dimmed] .hljs-attribute, [theme=github-dark-dimmed] .hljs-literal, [theme=github-dark-dimmed] .hljs-meta, [theme=github-dark-dimmed] .hljs-number, [theme=github-dark-dimmed] .hljs-operator, [theme=github-dark-dimmed] .hljs-selector-attr, [theme=github-dark-dimmed] .hljs-selector-class, [theme=github-dark-dimmed] .hljs-selector-id, [theme=github-dark-dimmed] .hljs-variable {
color: #6cb6ff;
}
[theme=github-dark-dimmed] .hljs-meta .hljs-string, [theme=github-dark-dimmed] .hljs-regexp, [theme=github-dark-dimmed] .hljs-string {
color: #96d0ff;
}
[theme=github-dark-dimmed] .hljs-built_in, [theme=github-dark-dimmed] .hljs-symbol {
color: #f69d50;
}
[theme=github-dark-dimmed] .hljs-code, [theme=github-dark-dimmed] .hljs-comment, [theme=github-dark-dimmed] .hljs-formula {
color: #768390;
}
[theme=github-dark-dimmed] .hljs-name, [theme=github-dark-dimmed] .hljs-quote, [theme=github-dark-dimmed] .hljs-selector-pseudo, [theme=github-dark-dimmed] .hljs-selector-tag {
color: #8ddb8c;
}
[theme=github-dark-dimmed] .hljs-subst {
color: #adbac7;
}
[theme=github-dark-dimmed] .hljs-section {
color: #316dca;
font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-bullet {
color: #eac55f;
}
[theme=github-dark-dimmed] .hljs-emphasis {
color: #adbac7;
font-style: italic;
}
[theme=github-dark-dimmed] .hljs-strong {
color: #adbac7;
font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-addition {
color: #b4f1b4;
background-color: #1b4721;
}
[theme=github-dark-dimmed] .hljs-deletion {
color: #ffd8d3;
background-color: #78191b;
}
[theme=github-dark] {
/*!
Theme: GitHub Dark
Description: Dark theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Outdated base version: https://github.com/primer/github-syntax-dark
Current colors taken from GitHub's CSS
*/
}
[theme=github-dark] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=github-dark] code.hljs {
padding: 3px 5px;
}
[theme=github-dark] .hljs {
color: #c9d1d9;
background: #0d1117;
}
[theme=github-dark] .hljs-doctag, [theme=github-dark] .hljs-keyword, [theme=github-dark] .hljs-meta .hljs-keyword, [theme=github-dark] .hljs-template-tag, [theme=github-dark] .hljs-template-variable, [theme=github-dark] .hljs-type, [theme=github-dark] .hljs-variable.language_ {
color: #ff7b72;
}
[theme=github-dark] .hljs-title, [theme=github-dark] .hljs-title.class_, [theme=github-dark] .hljs-title.class_.inherited__, [theme=github-dark] .hljs-title.function_ {
color: #d2a8ff;
}
[theme=github-dark] .hljs-attr, [theme=github-dark] .hljs-attribute, [theme=github-dark] .hljs-literal, [theme=github-dark] .hljs-meta, [theme=github-dark] .hljs-number, [theme=github-dark] .hljs-operator, [theme=github-dark] .hljs-selector-attr, [theme=github-dark] .hljs-selector-class, [theme=github-dark] .hljs-selector-id, [theme=github-dark] .hljs-variable {
color: #79c0ff;
}
[theme=github-dark] .hljs-meta .hljs-string, [theme=github-dark] .hljs-regexp, [theme=github-dark] .hljs-string {
color: #a5d6ff;
}
[theme=github-dark] .hljs-built_in, [theme=github-dark] .hljs-symbol {
color: #ffa657;
}
[theme=github-dark] .hljs-code, [theme=github-dark] .hljs-comment, [theme=github-dark] .hljs-formula {
color: #8b949e;
}
[theme=github-dark] .hljs-name, [theme=github-dark] .hljs-quote, [theme=github-dark] .hljs-selector-pseudo, [theme=github-dark] .hljs-selector-tag {
color: #7ee787;
}
[theme=github-dark] .hljs-subst {
color: #c9d1d9;
}
[theme=github-dark] .hljs-section {
color: #1f6feb;
font-weight: 700;
}
[theme=github-dark] .hljs-bullet {
color: #f2cc60;
}
[theme=github-dark] .hljs-emphasis {
color: #c9d1d9;
font-style: italic;
}
[theme=github-dark] .hljs-strong {
color: #c9d1d9;
font-weight: 700;
}
[theme=github-dark] .hljs-addition {
color: #aff5b4;
background-color: #033a16;
}
[theme=github-dark] .hljs-deletion {
color: #ffdcd7;
background-color: #67060c;
}
[theme=github] {
/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
*/
}
[theme=github] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=github] code.hljs {
padding: 3px 5px;
}
[theme=github] .hljs {
color: #24292e;
background: #fff;
}
[theme=github] .hljs-doctag, [theme=github] .hljs-keyword, [theme=github] .hljs-meta .hljs-keyword, [theme=github] .hljs-template-tag, [theme=github] .hljs-template-variable, [theme=github] .hljs-type, [theme=github] .hljs-variable.language_ {
color: #d73a49;
}
[theme=github] .hljs-title, [theme=github] .hljs-title.class_, [theme=github] .hljs-title.class_.inherited__, [theme=github] .hljs-title.function_ {
color: #6f42c1;
}
[theme=github] .hljs-attr, [theme=github] .hljs-attribute, [theme=github] .hljs-literal, [theme=github] .hljs-meta, [theme=github] .hljs-number, [theme=github] .hljs-operator, [theme=github] .hljs-selector-attr, [theme=github] .hljs-selector-class, [theme=github] .hljs-selector-id, [theme=github] .hljs-variable {
color: #005cc5;
}
[theme=github] .hljs-meta .hljs-string, [theme=github] .hljs-regexp, [theme=github] .hljs-string {
color: #032f62;
}
[theme=github] .hljs-built_in, [theme=github] .hljs-symbol {
color: #e36209;
}
[theme=github] .hljs-code, [theme=github] .hljs-comment, [theme=github] .hljs-formula {
color: #6a737d;
}
[theme=github] .hljs-name, [theme=github] .hljs-quote, [theme=github] .hljs-selector-pseudo, [theme=github] .hljs-selector-tag {
color: #22863a;
}
[theme=github] .hljs-subst {
color: #24292e;
}
[theme=github] .hljs-section {
color: #005cc5;
font-weight: 700;
}
[theme=github] .hljs-bullet {
color: #735c0f;
}
[theme=github] .hljs-emphasis {
color: #24292e;
font-style: italic;
}
[theme=github] .hljs-strong {
color: #24292e;
font-weight: 700;
}
[theme=github] .hljs-addition {
color: #22863a;
background-color: #f0fff4;
}
[theme=github] .hljs-deletion {
color: #b31d28;
background-color: #ffeef0;
}
[theme=gml] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=gml] code.hljs {
padding: 3px 5px;
}
[theme=gml] .hljs {
background: #222;
color: silver;
}
[theme=gml] .hljs-keyword {
color: #ffb871;
font-weight: 700;
}
[theme=gml] .hljs-built_in {
color: #ffb871;
}
[theme=gml] .hljs-literal {
color: #ff8080;
}
[theme=gml] .hljs-symbol {
color: #58e55a;
}
[theme=gml] .hljs-comment {
color: #5b995b;
}
[theme=gml] .hljs-string {
color: #ff0;
}
[theme=gml] .hljs-number {
color: #ff8080;
}
[theme=gml] .hljs-addition, [theme=gml] .hljs-attribute, [theme=gml] .hljs-bullet, [theme=gml] .hljs-code, [theme=gml] .hljs-deletion, [theme=gml] .hljs-doctag, [theme=gml] .hljs-function, [theme=gml] .hljs-link, [theme=gml] .hljs-meta, [theme=gml] .hljs-meta .hljs-keyword, [theme=gml] .hljs-name, [theme=gml] .hljs-quote, [theme=gml] .hljs-regexp, [theme=gml] .hljs-section, [theme=gml] .hljs-selector-attr, [theme=gml] .hljs-selector-class, [theme=gml] .hljs-selector-id, [theme=gml] .hljs-selector-pseudo, [theme=gml] .hljs-selector-tag, [theme=gml] .hljs-subst, [theme=gml] .hljs-template-tag, [theme=gml] .hljs-template-variable, [theme=gml] .hljs-title, [theme=gml] .hljs-type, [theme=gml] .hljs-variable {
color: silver;
}
[theme=gml] .hljs-emphasis {
font-style: italic;
}
[theme=gml] .hljs-strong {
font-weight: 700;
}
[theme=googlecode] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=googlecode] code.hljs {
padding: 3px 5px;
}
[theme=googlecode] .hljs {
background: #fff;
color: #000;
}
[theme=googlecode] .hljs-comment, [theme=googlecode] .hljs-quote {
color: #800;
}
[theme=googlecode] .hljs-keyword, [theme=googlecode] .hljs-name, [theme=googlecode] .hljs-section, [theme=googlecode] .hljs-selector-tag, [theme=googlecode] .hljs-title {
color: #008;
}
[theme=googlecode] .hljs-template-variable, [theme=googlecode] .hljs-variable {
color: #660;
}
[theme=googlecode] .hljs-regexp, [theme=googlecode] .hljs-selector-attr, [theme=googlecode] .hljs-selector-pseudo, [theme=googlecode] .hljs-string {
color: #080;
}
[theme=googlecode] .hljs-bullet, [theme=googlecode] .hljs-link, [theme=googlecode] .hljs-literal, [theme=googlecode] .hljs-meta, [theme=googlecode] .hljs-number, [theme=googlecode] .hljs-symbol {
color: #066;
}
[theme=googlecode] .hljs-attr, [theme=googlecode] .hljs-built_in, [theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-params, [theme=googlecode] .hljs-title, [theme=googlecode] .hljs-type {
color: #606;
}
[theme=googlecode] .hljs-attribute, [theme=googlecode] .hljs-subst {
color: #000;
}
[theme=googlecode] .hljs-formula {
background-color: #eee;
font-style: italic;
}
[theme=googlecode] .hljs-selector-class, [theme=googlecode] .hljs-selector-id {
color: #9b703f;
}
[theme=googlecode] .hljs-addition {
background-color: #baeeba;
}
[theme=googlecode] .hljs-deletion {
background-color: #ffc8bd;
}
[theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-strong {
font-weight: 700;
}
[theme=googlecode] .hljs-emphasis {
font-style: italic;
}
[theme=gradient-dark] pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
[theme=gradient-dark] code.hljs {
padding: 3px 5px;
}
[theme=gradient-dark] .hljs {
background-color: #652487;
background-image: linear-gradient(160deg, #652487 0, #443ac3 35%, #0174b7 68%, #04988e 100%);
color: #e7e4eb;
}
[theme=gradient-dark] .hljs-subtr {
color: #e7e4eb;
}
[theme=gradient-dark] .hljs-comment, [theme=gradient-dark] .hljs-doctag, [theme=gradient-dark] .hljs-meta, [theme=gradient-dark] .hljs-quote {
color: #af8dd9;
}
[theme=gradient-dark] .hljs-attr, [theme=gradient-dark] .hljs-regexp, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-tag, [theme=gradient-dark] .hljs-template-tag {
color: #aefbff;
}
[theme=gradient-dark] .hljs-bullet, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-selector-class {
color: #f19fff;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-meta .hljs-keyword, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-symbol, [theme=gradient-dark] .hljs-type {
color: #17fc95;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-link, [theme=gradient-dark] .hljs-number {
color: #c5fe00;
}
[theme=gradient-dark] .hljs-string {
color: #38c0ff;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-attribute {
color: #e7ff9f;
}
[theme=gradient-dark] .hljs-template-variable, [theme=gradient-dark] .hljs-variable {
color: #e447ff;
}
[theme=gradient-dark] .hljs-built_in, [theme=gradient-dark] .hljs-class, [theme=gradient-dark] .hljs-formula, [theme=gradient-dark] .hljs-function, [theme=gradient-dark] .hljs-name, [theme=gradient-dar