main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
942 bytes
|
Line | |
---|
1 | /*
|
---|
2 |
|
---|
3 | GML Theme - Meseta <meseta@gmail.com>
|
---|
4 |
|
---|
5 | */
|
---|
6 |
|
---|
7 | .hljs {
|
---|
8 | display: block;
|
---|
9 | overflow-x: auto;
|
---|
10 | padding: 0.5em;
|
---|
11 | background: #222222;
|
---|
12 | color: #C0C0C0;
|
---|
13 | }
|
---|
14 |
|
---|
15 | .hljs-keyword {
|
---|
16 | color: #FFB871;
|
---|
17 | font-weight: bold;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .hljs-built_in {
|
---|
21 | color: #FFB871;
|
---|
22 | }
|
---|
23 |
|
---|
24 | .hljs-literal {
|
---|
25 | color: #FF8080;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .hljs-symbol {
|
---|
29 | color: #58E55A;
|
---|
30 | }
|
---|
31 |
|
---|
32 | .hljs-comment {
|
---|
33 | color: #5B995B;
|
---|
34 | }
|
---|
35 |
|
---|
36 | .hljs-string {
|
---|
37 | color: #FFFF00;
|
---|
38 | }
|
---|
39 |
|
---|
40 | .hljs-number {
|
---|
41 | color: #FF8080;
|
---|
42 | }
|
---|
43 |
|
---|
44 | .hljs-attribute,
|
---|
45 | .hljs-selector-tag,
|
---|
46 | .hljs-doctag,
|
---|
47 | .hljs-name,
|
---|
48 | .hljs-bullet,
|
---|
49 | .hljs-code,
|
---|
50 | .hljs-addition,
|
---|
51 | .hljs-regexp,
|
---|
52 | .hljs-variable,
|
---|
53 | .hljs-template-variable,
|
---|
54 | .hljs-link,
|
---|
55 | .hljs-selector-attr,
|
---|
56 | .hljs-selector-pseudo,
|
---|
57 | .hljs-type,
|
---|
58 | .hljs-selector-id,
|
---|
59 | .hljs-selector-class,
|
---|
60 | .hljs-quote,
|
---|
61 | .hljs-template-tag,
|
---|
62 | .hljs-deletion,
|
---|
63 | .hljs-title,
|
---|
64 | .hljs-section,
|
---|
65 | .hljs-function,
|
---|
66 | .hljs-meta-keyword,
|
---|
67 | .hljs-meta,
|
---|
68 | .hljs-subst {
|
---|
69 | color: #C0C0C0;
|
---|
70 | }
|
---|
71 |
|
---|
72 | .hljs-emphasis {
|
---|
73 | font-style: italic;
|
---|
74 | }
|
---|
75 |
|
---|
76 | .hljs-strong {
|
---|
77 | font-weight: bold;
|
---|
78 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.