mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
103 lines
1.5 KiB
CSS
103 lines
1.5 KiB
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
|
|
*/
|
|
pre code.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 1em;
|
|
}
|
|
code.hljs {
|
|
padding: 3px 5px;
|
|
}
|
|
.hljs {
|
|
color: #4d4d4c;
|
|
background: #fff;
|
|
}
|
|
.hljs ::selection,
|
|
.hljs::selection {
|
|
background-color: #d6d6d6;
|
|
color: #4d4d4c;
|
|
}
|
|
.hljs-comment {
|
|
color: #8e908c;
|
|
}
|
|
.hljs-tag {
|
|
color: #969896;
|
|
}
|
|
.hljs-operator,
|
|
.hljs-punctuation,
|
|
.hljs-subst {
|
|
color: #4d4d4c;
|
|
}
|
|
.hljs-operator {
|
|
opacity: 0.7;
|
|
}
|
|
.hljs-bullet,
|
|
.hljs-deletion,
|
|
.hljs-name,
|
|
.hljs-selector-tag,
|
|
.hljs-template-variable,
|
|
.hljs-variable {
|
|
color: #c82829;
|
|
}
|
|
.hljs-attr,
|
|
.hljs-link,
|
|
.hljs-literal,
|
|
.hljs-number,
|
|
.hljs-symbol,
|
|
.hljs-variable.constant_ {
|
|
color: #f5871f;
|
|
}
|
|
.hljs-class .hljs-title,
|
|
.hljs-title,
|
|
.hljs-title.class_ {
|
|
color: #eab700;
|
|
}
|
|
.hljs-strong {
|
|
font-weight: 700;
|
|
color: #eab700;
|
|
}
|
|
.hljs-addition,
|
|
.hljs-code,
|
|
.hljs-string,
|
|
.hljs-title.class_.inherited__ {
|
|
color: #718c00;
|
|
}
|
|
.hljs-built_in,
|
|
.hljs-doctag,
|
|
.hljs-keyword.hljs-atrule,
|
|
.hljs-quote,
|
|
.hljs-regexp {
|
|
color: #3e999f;
|
|
}
|
|
.hljs-attribute,
|
|
.hljs-function .hljs-title,
|
|
.hljs-section,
|
|
.hljs-title.function_,
|
|
.ruby .hljs-property {
|
|
color: #4271ae;
|
|
}
|
|
.diff .hljs-meta,
|
|
.hljs-keyword,
|
|
.hljs-template-tag,
|
|
.hljs-type {
|
|
color: #8959a8;
|
|
}
|
|
.hljs-emphasis {
|
|
color: #8959a8;
|
|
font-style: italic;
|
|
}
|
|
.hljs-meta,
|
|
.hljs-meta .hljs-keyword,
|
|
.hljs-meta .hljs-string {
|
|
color: #a3685a;
|
|
}
|
|
.hljs-meta .hljs-keyword,
|
|
.hljs-meta-keyword {
|
|
font-weight: 700;
|
|
}
|