PluginProbe
Prismatic / 2.1
Prismatic v2.1
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 / codepen-embed.css

codepen-embed.css in Prismatic 2.1, at lib/highlight/css/codepen-embed.css

61 lines 842 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 codepen.io Embed Theme
3 Author: Justin Perry <http://github.com/ourmaninamsterdam>
4 Original theme - https://github.com/chriskempson/tomorrow-theme
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #222;
12 color: #fff;
13 }
14
15 .hljs-comment,
16 .hljs-quote {
17 color: #777;
18 }
19
20 .hljs-variable,
21 .hljs-template-variable,
22 .hljs-tag,
23 .hljs-regexp,
24 .hljs-meta,
25 .hljs-number,
26 .hljs-built_in,
27 .hljs-builtin-name,
28 .hljs-literal,
29 .hljs-params,
30 .hljs-symbol,
31 .hljs-bullet,
32 .hljs-link,
33 .hljs-deletion {
34 color: #ab875d;
35 }
36
37 .hljs-section,
38 .hljs-title,
39 .hljs-name,
40 .hljs-selector-id,
41 .hljs-selector-class,
42 .hljs-type,
43 .hljs-attribute {
44 color: #9b869b;
45 }
46
47 .hljs-string,
48 .hljs-keyword,
49 .hljs-selector-tag,
50 .hljs-addition {
51 color: #8f9c6c;
52 }
53
54 .hljs-emphasis {
55 font-style: italic;
56 }
57
58 .hljs-strong {
59 font-weight: bold;
60 }
61