@felixrydberg/discord-markdown
Version:
A markdown parser that matches Discords markdown spec.
66 lines (65 loc) • 1.43 kB
CSS
.theme-dark .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #abb2bf;
background: #282c34;
}
.theme-dark .hljs-comment,
.theme-dark .hljs-quote {
color: #5c6370;
font-style: italic;
}
.theme-dark .hljs-doctag,
.theme-dark .hljs-formula,
.theme-dark .hljs-keyword {
color: #c678dd;
}
.theme-dark .hljs-deletion,
.theme-dark .hljs-name,
.theme-dark .hljs-section,
.theme-dark .hljs-selector-tag,
.theme-dark .hljs-subst {
color: #e06c75;
}
.theme-dark .hljs-literal {
color: #56b6c2;
}
.theme-dark .hljs-addition,
.theme-dark .hljs-attribute,
.theme-dark .hljs-meta-string,
.theme-dark .hljs-regexp,
.theme-dark .hljs-string {
color: #98c379;
}
.theme-dark .hljs-built_in,
.theme-dark .hljs-class .hljs-title {
color: #e6c07b;
}
.theme-dark .hljs-attr,
.theme-dark .hljs-number,
.theme-dark .hljs-selector-attr,
.theme-dark .hljs-selector-class,
.theme-dark .hljs-selector-pseudo,
.theme-dark .hljs-template-variable,
.theme-dark .hljs-type,
.theme-dark .hljs-variable {
color: #d19a66;
}
.theme-dark .hljs-bullet,
.theme-dark .hljs-link,
.theme-dark .hljs-meta,
.theme-dark .hljs-selector-id,
.theme-dark .hljs-symbol,
.theme-dark .hljs-title {
color: #61aeee;
}
.theme-dark .hljs-emphasis {
font-style: italic;
}
.theme-dark .hljs-strong {
font-weight: 700;
}
.theme-dark .hljs-link {
text-decoration: underline;
}