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

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

67 lines 774 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Date: 24 Fev 2015
3 Author: Pedro Oliveira <kanytu@gmail . com>
4 */
5
6 .hljs {
7 color: #a9b7c6;
8 background: #282b2e;
9 display: block;
10 overflow-x: auto;
11 padding: 0.5em;
12 }
13
14 .hljs-number,
15 .hljs-literal,
16 .hljs-symbol,
17 .hljs-bullet {
18 color: #6897BB;
19 }
20
21 .hljs-keyword,
22 .hljs-selector-tag,
23 .hljs-deletion {
24 color: #cc7832;
25 }
26
27 .hljs-variable,
28 .hljs-template-variable,
29 .hljs-link {
30 color: #629755;
31 }
32
33 .hljs-comment,
34 .hljs-quote {
35 color: #808080;
36 }
37
38 .hljs-meta {
39 color: #bbb529;
40 }
41
42 .hljs-string,
43 .hljs-attribute,
44 .hljs-addition {
45 color: #6A8759;
46 }
47
48 .hljs-section,
49 .hljs-title,
50 .hljs-type {
51 color: #ffc66d;
52 }
53
54 .hljs-name,
55 .hljs-selector-id,
56 .hljs-selector-class {
57 color: #e8bf6a;
58 }
59
60 .hljs-emphasis {
61 font-style: italic;
62 }
63
64 .hljs-strong {
65 font-weight: bold;
66 }
67