kimbie.light.css

 1/*
 2    Name:     Kimbie (light)
 3    Author:   Jan T. Sott
 4    License:  Creative Commons Attribution-ShareAlike 4.0 Unported License
 5    URL:      https://github.com/idleberg/Kimbie-highlight.js
 6*/
 7
 8/* Kimbie Comment */
 9.hljs-comment,
10.hljs-title {
11  color: #a57a4c;
12}
13
14/* Kimbie Red */
15.hljs-variable,
16.hljs-attribute,
17.hljs-tag,
18.hljs-regexp,
19.hljs-name,
20.ruby .hljs-constant,
21.xml .hljs-tag .hljs-title,
22.xml .hljs-pi,
23.xml .hljs-doctype,
24.html .hljs-doctype,
25.css .hljs-id,
26.css .hljs-class,
27.css .hljs-pseudo {
28  color: #dc3958;
29}
30
31/* Kimbie Orange */
32.hljs-number,
33.hljs-preprocessor,
34.hljs-built_in,
35.hljs-literal,
36.hljs-params,
37.hljs-constant {
38  color: #f79a32;
39}
40
41/* Kimbie Yellow */
42.ruby .hljs-class .hljs-title,
43.css .hljs-rule .hljs-attribute {
44  color: #f06431;
45}
46
47/* Kimbie Green */
48.hljs-string,
49.hljs-value,
50.hljs-inheritance,
51.hljs-header,
52.ruby .hljs-symbol,
53.xml .hljs-cdata {
54  color: #889b4a;
55}
56
57/* Kimbie Aqua */
58.css .hljs-hexcolor {
59  color: #088649;
60}
61
62/* Kimbie Blue */
63.hljs-function,
64.python .hljs-decorator,
65.python .hljs-title,
66.ruby .hljs-function .hljs-title,
67.ruby .hljs-title .hljs-keyword,
68.perl .hljs-sub,
69.javascript .hljs-title,
70.coffeescript .hljs-title {
71  color: #8ab1b0;
72}
73
74/* Kimbie Purple */
75.hljs-keyword,
76.javascript .hljs-function {
77  color: #98676a;
78}
79
80.hljs {
81  display: block;
82  overflow-x: auto;
83  background: #fbebd4;
84  color: #84613d;
85  padding: 0.5em;
86  -webkit-text-size-adjust: none;
87}
88
89.coffeescript .javascript,
90.javascript .xml,
91.tex .hljs-formula,
92.xml .javascript,
93.xml .vbscript,
94.xml .css,
95.xml .hljs-cdata {
96  opacity: 0.5;
97}