source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/androidstudio.js

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

Initial commit

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