many small updates
[pharext/pharext.org] / public / highlight / styles / androidstudio.css
1 /*
2 Date: 24 Fev 2015
3 Author: Pedro Oliveira <kanytu@gmail . com>
4 */
5
6 .hljs
7 {
8 color: #A9B7C6;
9 background: #282b2e;
10 display: block;
11 overflow-x: auto;
12 padding: 0.5em;
13 webkit-text-size-adjust: none;
14 }
15 .hljs-number
16 {
17 color: #6897BB;
18 }
19
20 .hljs-keyword, .hljs-deletion
21 {
22 color: #CC7832;
23 }
24 .hljs-javadoc
25 {
26 color: #629755;
27 }
28 .hljs-comment
29 {
30 color: #808080;
31 }
32 .hljs-annotation
33 {
34 color: #BBB529;
35 }
36 .hljs-string, .hljs-addition
37 {
38 color: #6A8759;
39 }
40 .hljs-function .hljs-title, .hljs-change
41 {
42 color: #FFC66D;
43 }
44 .hljs-tag .hljs-title, .hljs-doctype
45 {
46 color: #E8BF6A;
47 }
48 .hljs-tag .hljs-attribute
49 {
50 color: #BABABA;
51 }
52 .hljs-tag .hljs-value
53 {
54 color: #A5C261;
55 }