98 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
/*
 | 
						|
    Name:     Kimbie (light)
 | 
						|
    Author:   Jan T. Sott
 | 
						|
    License:  Creative Commons Attribution-ShareAlike 4.0 Unported License
 | 
						|
    URL:      https://github.com/idleberg/Kimbie-highlight.js
 | 
						|
*/
 | 
						|
 | 
						|
/* Kimbie Comment */
 | 
						|
.hljs-comment,
 | 
						|
.hljs-title {
 | 
						|
  color: #a57a4c;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Red */
 | 
						|
.hljs-variable,
 | 
						|
.hljs-attribute,
 | 
						|
.hljs-tag,
 | 
						|
.hljs-regexp,
 | 
						|
.hljs-name,
 | 
						|
.ruby .hljs-constant,
 | 
						|
.xml .hljs-tag .hljs-title,
 | 
						|
.xml .hljs-pi,
 | 
						|
.xml .hljs-doctype,
 | 
						|
.html .hljs-doctype,
 | 
						|
.css .hljs-id,
 | 
						|
.css .hljs-class,
 | 
						|
.css .hljs-pseudo {
 | 
						|
  color: #dc3958;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Orange */
 | 
						|
.hljs-number,
 | 
						|
.hljs-preprocessor,
 | 
						|
.hljs-built_in,
 | 
						|
.hljs-literal,
 | 
						|
.hljs-params,
 | 
						|
.hljs-constant {
 | 
						|
  color: #f79a32;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Yellow */
 | 
						|
.ruby .hljs-class .hljs-title,
 | 
						|
.css .hljs-rule .hljs-attribute {
 | 
						|
  color: #f06431;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Green */
 | 
						|
.hljs-string,
 | 
						|
.hljs-value,
 | 
						|
.hljs-inheritance,
 | 
						|
.hljs-header,
 | 
						|
.ruby .hljs-symbol,
 | 
						|
.xml .hljs-cdata {
 | 
						|
  color: #889b4a;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Aqua */
 | 
						|
.css .hljs-hexcolor {
 | 
						|
  color: #088649;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Blue */
 | 
						|
.hljs-function,
 | 
						|
.python .hljs-decorator,
 | 
						|
.python .hljs-title,
 | 
						|
.ruby .hljs-function .hljs-title,
 | 
						|
.ruby .hljs-title .hljs-keyword,
 | 
						|
.perl .hljs-sub,
 | 
						|
.javascript .hljs-title,
 | 
						|
.coffeescript .hljs-title {
 | 
						|
  color: #8ab1b0;
 | 
						|
}
 | 
						|
 | 
						|
/* Kimbie Purple */
 | 
						|
.hljs-keyword,
 | 
						|
.javascript .hljs-function {
 | 
						|
  color: #98676a;
 | 
						|
}
 | 
						|
 | 
						|
.hljs {
 | 
						|
  display: block;
 | 
						|
  overflow-x: auto;
 | 
						|
  background: #fbebd4;
 | 
						|
  color: #84613d;
 | 
						|
  padding: 0.5em;
 | 
						|
  -webkit-text-size-adjust: none;
 | 
						|
}
 | 
						|
 | 
						|
.coffeescript .javascript,
 | 
						|
.javascript .xml,
 | 
						|
.tex .hljs-formula,
 | 
						|
.xml .javascript,
 | 
						|
.xml .vbscript,
 | 
						|
.xml .css,
 | 
						|
.xml .hljs-cdata {
 | 
						|
  opacity: 0.5;
 | 
						|
}
 |