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 / far.css

far.css in Prismatic 2.1, at lib/highlight/css/far.css

72 lines 849 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 FAR Style (c) MajestiC <majestic2k@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #000080;
12 }
13
14 .hljs,
15 .hljs-subst {
16 color: #0ff;
17 }
18
19 .hljs-string,
20 .hljs-attribute,
21 .hljs-symbol,
22 .hljs-bullet,
23 .hljs-built_in,
24 .hljs-builtin-name,
25 .hljs-template-tag,
26 .hljs-template-variable,
27 .hljs-addition {
28 color: #ff0;
29 }
30
31 .hljs-keyword,
32 .hljs-selector-tag,
33 .hljs-section,
34 .hljs-type,
35 .hljs-name,
36 .hljs-selector-id,
37 .hljs-selector-class,
38 .hljs-variable {
39 color: #fff;
40 }
41
42 .hljs-comment,
43 .hljs-quote,
44 .hljs-doctag,
45 .hljs-deletion {
46 color: #888;
47 }
48
49 .hljs-number,
50 .hljs-regexp,
51 .hljs-literal,
52 .hljs-link {
53 color: #0f0;
54 }
55
56 .hljs-meta {
57 color: #008080;
58 }
59
60 .hljs-keyword,
61 .hljs-selector-tag,
62 .hljs-title,
63 .hljs-section,
64 .hljs-name,
65 .hljs-strong {
66 font-weight: bold;
67 }
68
69 .hljs-emphasis {
70 font-style: italic;
71 }
72