ProfouzorsLinx/static/css/highlight/tomorrow.css

73 lines
978 B
CSS
Raw Permalink Normal View History

2015-09-30 18:06:23 +02:00
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
2020-03-13 00:35:50 +01:00
.hljs-quote {
2015-09-30 18:06:23 +02:00
color: #8e908c;
}
/* Tomorrow Red */
.hljs-variable,
2020-03-13 00:35:50 +01:00
.hljs-template-variable,
2015-09-30 18:06:23 +02:00
.hljs-tag,
2020-03-13 00:35:50 +01:00
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
2015-09-30 18:06:23 +02:00
.hljs-regexp,
2020-03-13 00:35:50 +01:00
.hljs-deletion {
2015-09-30 18:06:23 +02:00
color: #c82829;
}
/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
2020-03-13 00:35:50 +01:00
.hljs-builtin-name,
2015-09-30 18:06:23 +02:00
.hljs-literal,
2020-03-13 00:35:50 +01:00
.hljs-type,
2015-09-30 18:06:23 +02:00
.hljs-params,
2020-03-13 00:35:50 +01:00
.hljs-meta,
.hljs-link {
2015-09-30 18:06:23 +02:00
color: #f5871f;
}
/* Tomorrow Yellow */
2020-03-13 00:35:50 +01:00
.hljs-attribute {
2015-09-30 18:06:23 +02:00
color: #eab700;
}
/* Tomorrow Green */
.hljs-string,
2020-03-13 00:35:50 +01:00
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
2015-09-30 18:06:23 +02:00
color: #718c00;
}
/* Tomorrow Blue */
2020-03-13 00:35:50 +01:00
.hljs-title,
.hljs-section {
2015-09-30 18:06:23 +02:00
color: #4271ae;
}
/* Tomorrow Purple */
.hljs-keyword,
2020-03-13 00:35:50 +01:00
.hljs-selector-tag {
2015-09-30 18:06:23 +02:00
color: #8959a8;
}
.hljs {
display: block;
2020-03-13 00:35:50 +01:00
overflow-x: auto;
2015-09-30 18:06:23 +02:00
background: white;
color: #4d4d4c;
padding: 0.5em;
}
2020-03-13 00:35:50 +01:00
.hljs-emphasis {
font-style: italic;
}
2020-03-13 00:35:50 +01:00
.hljs-strong {
font-weight: bold;
}