PluginProbe
Prismatic / 1.9
Prismatic v1.9
trunk 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.9.1 3.0 3.1 3.1.1 3.2 3.2.1 All 40 releases
prismatic / lib / highlight / css / xcode.css

xcode.css in Prismatic 1.9, at lib/highlight/css/xcode.css

94 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #fff;
12 color: black;
13 }
14
15 .hljs-comment,
16 .hljs-quote {
17 color: #006a00;
18 }
19
20 .hljs-keyword,
21 .hljs-selector-tag,
22 .hljs-literal {
23 color: #aa0d91;
24 }
25
26 .hljs-name {
27 color: #008;
28 }
29
30 .hljs-variable,
31 .hljs-template-variable {
32 color: #660;
33 }
34
35 .hljs-string {
36 color: #c41a16;
37 }
38
39 .hljs-regexp,
40 .hljs-link {
41 color: #080;
42 }
43
44 .hljs-title,
45 .hljs-tag,
46 .hljs-symbol,
47 .hljs-bullet,
48 .hljs-number,
49 .hljs-meta {
50 color: #1c00cf;
51 }
52
53 .hljs-section,
54 .hljs-class .hljs-title,
55 .hljs-type,
56 .hljs-attr,
57 .hljs-built_in,
58 .hljs-builtin-name,
59 .hljs-params {
60 color: #5c2699;
61 }
62
63 .hljs-attribute,
64 .hljs-subst {
65 color: #000;
66 }
67
68 .hljs-formula {
69 background-color: #eee;
70 font-style: italic;
71 }
72
73 .hljs-addition {
74 background-color: #baeeba;
75 }
76
77 .hljs-deletion {
78 background-color: #ffc8bd;
79 }
80
81 .hljs-selector-id,
82 .hljs-selector-class {
83 color: #9b703f;
84 }
85
86 .hljs-doctag,
87 .hljs-strong {
88 font-weight: bold;
89 }
90
91 .hljs-emphasis {
92 font-style: italic;
93 }
94