fa20-bt/lib/css/zenburn.css

81 lines
947 B
CSS
Raw Permalink Normal View History

/*
2015-12-14 08:49:05 +00:00
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
based on dark.css by Ivan Sagalaev
2015-12-14 08:49:05 +00:00
*/
2014-02-28 16:22:36 +00:00
.hljs {
2015-06-30 07:27:11 +00:00
display: block;
overflow-x: auto;
padding: 0.5em;
background: #3f3f3f;
color: #dcdcdc;
}
2014-02-28 16:22:36 +00:00
.hljs-keyword,
2015-12-14 08:49:05 +00:00
.hljs-selector-tag,
.hljs-tag {
2015-06-30 07:27:11 +00:00
color: #e3ceab;
}
2015-12-14 08:49:05 +00:00
.hljs-template-tag {
2015-06-30 07:27:11 +00:00
color: #dcdcdc;
}
2015-12-14 08:49:05 +00:00
.hljs-number {
2015-06-30 07:27:11 +00:00
color: #8cd0d3;
}
2014-02-28 16:22:36 +00:00
.hljs-variable,
2015-12-14 08:49:05 +00:00
.hljs-template-variable,
.hljs-attribute {
2015-06-30 07:27:11 +00:00
color: #efdcbc;
}
2015-12-14 08:49:05 +00:00
.hljs-literal {
2015-06-30 07:27:11 +00:00
color: #efefaf;
}
2014-02-28 16:22:36 +00:00
.hljs-subst {
2015-06-30 07:27:11 +00:00
color: #8f8f8f;
}
2014-02-28 16:22:36 +00:00
.hljs-title,
2015-12-14 08:49:05 +00:00
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-section,
.hljs-type {
2015-06-30 07:27:11 +00:00
color: #efef8f;
}
2015-12-14 08:49:05 +00:00
.hljs-symbol,
.hljs-bullet,
.hljs-link {
2015-06-30 07:27:11 +00:00
color: #dca3a3;
}
2015-12-14 08:49:05 +00:00
.hljs-deletion,
2014-02-28 16:22:36 +00:00
.hljs-string,
.hljs-built_in,
2015-12-14 08:49:05 +00:00
.hljs-builtin-name {
2015-06-30 07:27:11 +00:00
color: #cc9393;
}
2015-12-14 08:49:05 +00:00
.hljs-addition,
2014-02-28 16:22:36 +00:00
.hljs-comment,
2015-12-14 08:49:05 +00:00
.hljs-quote,
.hljs-meta {
2015-06-30 07:27:11 +00:00
color: #7f9f7f;
}
2015-12-14 08:49:05 +00:00
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}