source: node_modules/react-syntax-highlighter/src/styles/hljs/androidstudio.js@ 75f5086

main
Last change on this file since 75f5086 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1export default {
2 "hljs": {
3 "color": "#a9b7c6",
4 "background": "#282b2e",
5 "display": "block",
6 "overflowX": "auto",
7 "padding": "0.5em"
8 },
9 "hljs-number": {
10 "color": "#6897BB"
11 },
12 "hljs-literal": {
13 "color": "#6897BB"
14 },
15 "hljs-symbol": {
16 "color": "#6897BB"
17 },
18 "hljs-bullet": {
19 "color": "#6897BB"
20 },
21 "hljs-keyword": {
22 "color": "#cc7832"
23 },
24 "hljs-selector-tag": {
25 "color": "#cc7832"
26 },
27 "hljs-deletion": {
28 "color": "#cc7832"
29 },
30 "hljs-variable": {
31 "color": "#629755"
32 },
33 "hljs-template-variable": {
34 "color": "#629755"
35 },
36 "hljs-link": {
37 "color": "#629755"
38 },
39 "hljs-comment": {
40 "color": "#808080"
41 },
42 "hljs-quote": {
43 "color": "#808080"
44 },
45 "hljs-meta": {
46 "color": "#bbb529"
47 },
48 "hljs-string": {
49 "color": "#6A8759"
50 },
51 "hljs-attribute": {
52 "color": "#6A8759"
53 },
54 "hljs-addition": {
55 "color": "#6A8759"
56 },
57 "hljs-section": {
58 "color": "#ffc66d"
59 },
60 "hljs-title": {
61 "color": "#ffc66d"
62 },
63 "hljs-type": {
64 "color": "#ffc66d"
65 },
66 "hljs-name": {
67 "color": "#e8bf6a"
68 },
69 "hljs-selector-id": {
70 "color": "#e8bf6a"
71 },
72 "hljs-selector-class": {
73 "color": "#e8bf6a"
74 },
75 "hljs-emphasis": {
76 "fontStyle": "italic"
77 },
78 "hljs-strong": {
79 "fontWeight": "bold"
80 }
81}
Note: See TracBrowser for help on using the repository browser.