More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / plugins / codesnippet / lib / highlight / styles / vs.css
blobbf33f0fb678ea3a4041856442cb5f0d3e6e3d004
1 /*
3 Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
5 */
6 .hljs {
7 display: block; padding: 0.5em;
8 background: white; color: black;
11 .hljs-comment,
12 .hljs-annotation,
13 .hljs-template_comment,
14 .diff .hljs-header,
15 .hljs-chunk,
16 .apache .hljs-cbracket {
17 color: #008000;
20 .hljs-keyword,
21 .hljs-id,
22 .hljs-built_in,
23 .smalltalk .hljs-class,
24 .hljs-winutils,
25 .bash .hljs-variable,
26 .tex .hljs-command,
27 .hljs-request,
28 .hljs-status,
29 .nginx .hljs-title,
30 .xml .hljs-tag,
31 .xml .hljs-tag .hljs-value {
32 color: #00f;
35 .hljs-string,
36 .hljs-title,
37 .hljs-parent,
38 .hljs-tag .hljs-value,
39 .hljs-rules .hljs-value,
40 .hljs-rules .hljs-value .hljs-number,
41 .ruby .hljs-symbol,
42 .ruby .hljs-symbol .hljs-string,
43 .hljs-aggregate,
44 .hljs-template_tag,
45 .django .hljs-variable,
46 .hljs-addition,
47 .hljs-flow,
48 .hljs-stream,
49 .apache .hljs-tag,
50 .hljs-date,
51 .tex .hljs-formula,
52 .coffeescript .hljs-attribute {
53 color: #a31515;
56 .ruby .hljs-string,
57 .hljs-decorator,
58 .hljs-filter .hljs-argument,
59 .hljs-localvars,
60 .hljs-array,
61 .hljs-attr_selector,
62 .hljs-pseudo,
63 .hljs-pi,
64 .hljs-doctype,
65 .hljs-deletion,
66 .hljs-envvar,
67 .hljs-shebang,
68 .hljs-preprocessor,
69 .hljs-pragma,
70 .userType,
71 .apache .hljs-sqbracket,
72 .nginx .hljs-built_in,
73 .tex .hljs-special,
74 .hljs-prompt {
75 color: #2b91af;
78 .hljs-phpdoc,
79 .hljs-javadoc,
80 .hljs-xmlDocTag {
81 color: #808080;
84 .vhdl .hljs-typename { font-weight: bold; }
85 .vhdl .hljs-string { color: #666666; }
86 .vhdl .hljs-literal { color: #a31515; }
87 .vhdl .hljs-attribute { color: #00B0E8; }
89 .xml .hljs-attribute { color: #f00; }