/***************************************************
cSvn style (c) Andrey V.Kosteltsev <kx@radix.pro>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em 0.5em 0.5em 1.5em;
color: #424242;
background: #fcfcfc;
border: 1px solid #f9f9f9;
border-radius: 4px;
}
/******************
General-purpose:
*/
.hljs-subst {
color: #545454;
}
.hljs-keyword {
color: #005faf !important; /* color 25 */
}
.hljs-built_in {
color: #005f87 !important; /* color 24 */
}
.hljs-type {
color: #008787 !important; /* color 30 */
}
.hljs-literal {
color: #8700af !important; /* color 91 */
}
.hljs-number {
color: #870000 !important; /* color 88 */
}
.hljs-regexp {
color: #af0000 !important; /* color 97 */
}
.hljs-string {
color: #005f00; /* color 22 */
}
.hljs-symbol {
color: #000087 !important; /* color 18 */
}
/* .hljs-class {} is a parent of 'keyword > title' */
/* .hljs-function {} is a parent of keyword > title > params' */
.hljs-title {
color: #00005f !important; /* color 17 */
}
/*******
Meta:
*/
.hljs-comment {
color: #8a8a8a !important; /* color 245 */
}
.hljs-doctag {
color: #444444 !important; /* color 238 */
}
/* Meta color: #include <stdlib.h> */
.hljs-meta {
color: #5f0000; /* color 52 */
}
.hljs-meta-keyword {
color: #5f0000; /* color 52 */
}
.hljs-meta-string {
color: #005f5f; /* color 23 */
}
/****************************
Tags, attributes, configs:
*/
.hljs-section {
color: #870000 !important; /* color 88 */
}
.hljs-tag {
color: #005f87 !important; /* color 24 */
}
.hljs-name,
.hljs-builtin-name {
color: #0087af !important; /* color 31 */
}
.hljs-attr {
color: #8700af !important; /* color 91 as literal */
}
.hljs-attribute {
color: #875f00 !important; /* color 94 */
}
.hljs-variable {
color: #008700 !important; /* color 28 as quote */
}
/*********
Markup:
*/
.hljs-bullet {
color: #0000d7 !important; /* color 20 */
}
.hljs-code {
color: #000080 !important; /* color 4 */
}
.hljs-emphasis {
color: #080808 !important; /* color 232 */
}
.hljs-strong {
color: #080808 !important; /* color 232 */
font-weight: bold;
}
.hljs-formula {
color: #080808 !important; /* color 232 */
font-style: italic;
}
.hljs-link {
color: #00afd7 !important; /* color 38 */
}
.hljs-quote {
color: #008700; /* color 28 */
}
/******
CSS:
*/
.hljs-selector-tag {
color: #00005f !important; /* color 17 */
}
.hljs-selector-id {
color: #005fff !important; /* color 27 */
}
.hljs-selector-class {
color: #005faf !important; /* color 25 */
}
.hljs-selector-attr {
color: #875fff !important; /* color 99 */
}
.hljs-selector-pseudo {
color: #8700d7 !important; /* color 92 */
}
/************
Templates:
*/
.hljs-template-tag {
color: #800000 !important; /* color 1 */
}
.hljs-template-variable {
color: #870087 !important; /* color 90 */
}
/*******
Diff:
*/
.hljs-deletion {
color: #d70000 !important; /* color 160 */
}
.hljs-addition {
color: #008700 !important; /* color 28 */
}
/***********
ReasonML:
*/
.hljs-operator {
color: #af0000 !important; /* color 124 */
}
.hljs-pattern-match {
color: #00af00 !important; /* color 34 */
}
.hljs-constructor {
color: #878700 !important; /* color 100 */
}
/* .hljs-module-access {} is a parent of module */
.hljs-module {
color: #5f5f00 !important; /* color 58 */
}