MDL-80544 core_h5p: Add core lib changes after upgrading it
[moodle.git] / h5p / h5plib / v124 / joubel / editor / ckeditor / plugins / codesnippet / lib / highlight / styles / obsidian.css
blob68259fc802f483a2d7b42bae77aaca5eeaae76bf
1 /**
2 * Obsidian style
3 * ported by Alexander Marenin (http://github.com/ioncreature)
4 */
6 .hljs {
7 display: block; padding: 0.5em;
8 background: #282B2E;
11 .hljs-keyword,
12 .hljs-literal,
13 .hljs-change,
14 .hljs-winutils,
15 .hljs-flow,
16 .lisp .hljs-title,
17 .clojure .hljs-built_in,
18 .nginx .hljs-title,
19 .css .hljs-id,
20 .tex .hljs-special {
21 color: #93C763;
24 .hljs-number {
25 color: #FFCD22;
28 .hljs {
29 color: #E0E2E4;
32 .css .hljs-tag,
33 .css .hljs-pseudo {
34 color: #D0D2B5;
37 .hljs-attribute,
38 .hljs .hljs-constant {
39 color: #668BB0;
42 .xml .hljs-attribute {
43 color: #B3B689;
46 .xml .hljs-tag .hljs-value {
47 color: #E8E2B7;
50 .hljs-code,
51 .hljs-class .hljs-title,
52 .hljs-header {
53 color: white;
56 .hljs-class,
57 .hljs-hexcolor {
58 color: #93C763;
61 .hljs-regexp {
62 color: #D39745;
65 .hljs-at_rule,
66 .hljs-at_rule .hljs-keyword {
67 color: #A082BD;
70 .hljs-doctype {
71 color: #557182;
74 .hljs-link_url,
75 .hljs-tag,
76 .hljs-tag .hljs-title,
77 .hljs-bullet,
78 .hljs-subst,
79 .hljs-emphasis,
80 .haskell .hljs-type,
81 .hljs-preprocessor,
82 .hljs-pragma,
83 .ruby .hljs-class .hljs-parent,
84 .hljs-built_in,
85 .sql .hljs-aggregate,
86 .django .hljs-template_tag,
87 .django .hljs-variable,
88 .smalltalk .hljs-class,
89 .hljs-javadoc,
90 .django .hljs-filter .hljs-argument,
91 .smalltalk .hljs-localvars,
92 .smalltalk .hljs-array,
93 .hljs-attr_selector,
94 .hljs-pseudo,
95 .hljs-addition,
96 .hljs-stream,
97 .hljs-envvar,
98 .apache .hljs-tag,
99 .apache .hljs-cbracket,
100 .tex .hljs-command,
101 .hljs-prompt {
102 color: #8CBBAD;
105 .hljs-string {
106 color: #EC7600;
109 .hljs-comment,
110 .java .hljs-annotation,
111 .hljs-blockquote,
112 .hljs-horizontal_rule,
113 .python .hljs-decorator,
114 .hljs-template_comment,
115 .hljs-pi,
116 .hljs-deletion,
117 .hljs-shebang,
118 .apache .hljs-sqbracket,
119 .tex .hljs-formula {
120 color: #818E96;
123 .hljs-keyword,
124 .hljs-literal,
125 .css .hljs-id,
126 .hljs-phpdoc,
127 .hljs-title,
128 .hljs-header,
129 .haskell .hljs-type,
130 .vbscript .hljs-built_in,
131 .sql .hljs-aggregate,
132 .rsl .hljs-built_in,
133 .smalltalk .hljs-class,
134 .diff .hljs-header,
135 .hljs-chunk,
136 .hljs-winutils,
137 .bash .hljs-variable,
138 .apache .hljs-tag,
139 .tex .hljs-special,
140 .hljs-request,
141 .hljs-at_rule .hljs-keyword,
142 .hljs-status {
143 font-weight: bold;
146 .coffeescript .javascript,
147 .javascript .xml,
148 .tex .hljs-formula,
149 .xml .javascript,
150 .xml .vbscript,
151 .xml .css,
152 .xml .hljs-cdata {
153 opacity: 0.5;