nextcloud-breeze-dark/css/apps/thirdparty/_files-markdown-syntax.scss

101 lines
1.7 KiB
SCSS

/* a11y-dark theme */
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
/* @author: ericwbailey */
/* Check the theme out on github https://github.com/highlightjs/highlight.js/blob/master/src/styles/a11y-dark.css */
/* Comment */
.hljs-comment,
.hljs-quote {
color: #d4d0ab !important;
}
/* Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
color: #ffa07a !important;
}
/* Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
color: #f5ab35 !important;
}
/* Yellow */
.hljs-attribute {
color: #ffd700 !important;
}
/* Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
color: #abe338 !important;
}
/* Blue */
.hljs-title,
.hljs-section {
color: #00e0e0 !important;
}
/* Purple */
.hljs-keyword,
.hljs-selector-tag {
color: #dcc6e0 !important;
}
.hljs {
display: block !important;
overflow-x: auto !important;
background: #2b2b2b !important;
color: #f8f8f2 !important;
padding: 0.5em !important;
}
.hljs-emphasis {
font-style: italic !important;
}
.hljs-strong {
font-weight: bold !important;
}
@media screen and (-ms-high-contrast: active) {
.hljs-addition,
.hljs-attribute,
.hljs-built_in,
.hljs-builtin-name,
.hljs-bullet,
.hljs-comment,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-string,
.hljs-symbol,
.hljs-type,
.hljs-quote {
color: highlight !important;
}
.hljs-keyword,
.hljs-selector-tag {
font-weight: bold !important;
}
}