update highlight.js theme
This commit is contained in:
		@@ -1,14 +1,15 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 | 
					 | 
				
			||||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
 | 
					Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
 | 
				
			||||||
based on dark.css by Ivan Sagalaev
 | 
					based on dark.css by Ivan Sagalaev
 | 
				
			||||||
 | 
					 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs {
 | 
					.hljs {
 | 
				
			||||||
  display: block; padding: 0.5em;
 | 
					  display: block;
 | 
				
			||||||
  background: #3F3F3F;
 | 
					  overflow-x: auto;
 | 
				
			||||||
  color: #DCDCDC;
 | 
					  padding: 0.5em;
 | 
				
			||||||
 | 
					  background: #3f3f3f;
 | 
				
			||||||
 | 
					  color: #dcdcdc;
 | 
				
			||||||
 | 
					  -webkit-text-size-adjust: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-keyword,
 | 
					.hljs-keyword,
 | 
				
			||||||
@@ -20,25 +21,26 @@ based on dark.css by Ivan Sagalaev
 | 
				
			|||||||
.hljs-request,
 | 
					.hljs-request,
 | 
				
			||||||
.hljs-status,
 | 
					.hljs-status,
 | 
				
			||||||
.clojure .hljs-attribute {
 | 
					.clojure .hljs-attribute {
 | 
				
			||||||
  color: #E3CEAB;
 | 
					  color: #e3ceab;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.django .hljs-template_tag,
 | 
					.django .hljs-template_tag,
 | 
				
			||||||
.django .hljs-variable,
 | 
					.django .hljs-variable,
 | 
				
			||||||
.django .hljs-filter .hljs-argument {
 | 
					.django .hljs-filter .hljs-argument {
 | 
				
			||||||
  color: #DCDCDC;
 | 
					  color: #dcdcdc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-number,
 | 
					.hljs-number,
 | 
				
			||||||
.hljs-date {
 | 
					.hljs-date {
 | 
				
			||||||
  color: #8CD0D3;
 | 
					  color: #8cd0d3;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-envvar,
 | 
					.dos .hljs-envvar,
 | 
				
			||||||
.dos .hljs-stream,
 | 
					.dos .hljs-stream,
 | 
				
			||||||
.hljs-variable,
 | 
					.hljs-variable,
 | 
				
			||||||
.apache .hljs-sqbracket {
 | 
					.apache .hljs-sqbracket,
 | 
				
			||||||
  color: #EFDCBC;
 | 
					.hljs-name {
 | 
				
			||||||
 | 
					  color: #efdcbc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-flow,
 | 
					.dos .hljs-flow,
 | 
				
			||||||
@@ -47,32 +49,32 @@ based on dark.css by Ivan Sagalaev
 | 
				
			|||||||
.python .hljs-built_in,
 | 
					.python .hljs-built_in,
 | 
				
			||||||
.hljs-literal,
 | 
					.hljs-literal,
 | 
				
			||||||
.tex .hljs-special {
 | 
					.tex .hljs-special {
 | 
				
			||||||
  color: #EFEFAF;
 | 
					  color: #efefaf;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.diff .hljs-chunk,
 | 
					.diff .hljs-chunk,
 | 
				
			||||||
.hljs-subst {
 | 
					.hljs-subst {
 | 
				
			||||||
  color: #8F8F8F;
 | 
					  color: #8f8f8f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-keyword,
 | 
					.dos .hljs-keyword,
 | 
				
			||||||
.python .hljs-decorator,
 | 
					.hljs-decorator,
 | 
				
			||||||
.hljs-title,
 | 
					.hljs-title,
 | 
				
			||||||
.haskell .hljs-type,
 | 
					.hljs-type,
 | 
				
			||||||
.diff .hljs-header,
 | 
					.diff .hljs-header,
 | 
				
			||||||
.ruby .hljs-class .hljs-parent,
 | 
					.ruby .hljs-class .hljs-parent,
 | 
				
			||||||
.apache .hljs-tag,
 | 
					.apache .hljs-tag,
 | 
				
			||||||
.nginx .hljs-built_in,
 | 
					.nginx .hljs-built_in,
 | 
				
			||||||
.tex .hljs-command,
 | 
					.tex .hljs-command,
 | 
				
			||||||
.hljs-prompt {
 | 
					.hljs-prompt {
 | 
				
			||||||
    color: #efef8f;
 | 
					  color: #efef8f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-winutils,
 | 
					.dos .hljs-winutils,
 | 
				
			||||||
.ruby .hljs-symbol,
 | 
					.ruby .hljs-symbol,
 | 
				
			||||||
.ruby .hljs-symbol .hljs-string,
 | 
					.ruby .hljs-symbol .hljs-string,
 | 
				
			||||||
.ruby .hljs-string {
 | 
					.ruby .hljs-string {
 | 
				
			||||||
  color: #DCA3A3;
 | 
					  color: #dca3a3;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.diff .hljs-deletion,
 | 
					.diff .hljs-deletion,
 | 
				
			||||||
@@ -81,28 +83,25 @@ based on dark.css by Ivan Sagalaev
 | 
				
			|||||||
.hljs-preprocessor,
 | 
					.hljs-preprocessor,
 | 
				
			||||||
.hljs-pragma,
 | 
					.hljs-pragma,
 | 
				
			||||||
.hljs-built_in,
 | 
					.hljs-built_in,
 | 
				
			||||||
.sql .hljs-aggregate,
 | 
					 | 
				
			||||||
.hljs-javadoc,
 | 
					 | 
				
			||||||
.smalltalk .hljs-class,
 | 
					.smalltalk .hljs-class,
 | 
				
			||||||
.smalltalk .hljs-localvars,
 | 
					.smalltalk .hljs-localvars,
 | 
				
			||||||
.smalltalk .hljs-array,
 | 
					.smalltalk .hljs-array,
 | 
				
			||||||
.css .hljs-rules .hljs-value,
 | 
					.css .hljs-rule .hljs-value,
 | 
				
			||||||
.hljs-attr_selector,
 | 
					.hljs-attr_selector,
 | 
				
			||||||
.hljs-pseudo,
 | 
					.hljs-pseudo,
 | 
				
			||||||
.apache .hljs-cbracket,
 | 
					.apache .hljs-cbracket,
 | 
				
			||||||
.tex .hljs-formula,
 | 
					.tex .hljs-formula,
 | 
				
			||||||
.coffeescript .hljs-attribute {
 | 
					.coffeescript .hljs-attribute {
 | 
				
			||||||
  color: #CC9393;
 | 
					  color: #cc9393;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-shebang,
 | 
					.hljs-shebang,
 | 
				
			||||||
.diff .hljs-addition,
 | 
					.diff .hljs-addition,
 | 
				
			||||||
.hljs-comment,
 | 
					.hljs-comment,
 | 
				
			||||||
.java .hljs-annotation,
 | 
					.hljs-annotation,
 | 
				
			||||||
.hljs-template_comment,
 | 
					 | 
				
			||||||
.hljs-pi,
 | 
					.hljs-pi,
 | 
				
			||||||
.hljs-doctype {
 | 
					.hljs-doctype {
 | 
				
			||||||
  color: #7F9F7F;
 | 
					  color: #7f9f7f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.coffeescript .javascript,
 | 
					.coffeescript .javascript,
 | 
				
			||||||
@@ -113,5 +112,4 @@ based on dark.css by Ivan Sagalaev
 | 
				
			|||||||
.xml .css,
 | 
					.xml .css,
 | 
				
			||||||
.xml .hljs-cdata {
 | 
					.xml .hljs-cdata {
 | 
				
			||||||
  opacity: 0.5;
 | 
					  opacity: 0.5;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user