Diverse small fixes
[openssl-web.git] / inc / pandoc-solarized.theme
1 {
2     "text-color": "#839496",
3     "line-number-color": "#839496",
4     "line-number-background-color": null,
5     "text-styles": {
6         "Other": {
7             "text-color": "#839496"
8         },
9         "Comment": {
10             "text-color": "#586e75",
11             "italic": true
12         },
13         "BaseN": {
14             "text-color": "#2aa198"
15         },
16         "Float": {
17             "text-color": "#2aa198"
18         },
19         "Constant": {
20             "text-color": "#2aa198"
21         },
22         "String": {
23             "text-color": "#2aa198"
24         },
25         "VerbatimString": {
26             "text-color": "#2aa198"
27         },
28         "Documentation": {
29             "text-color": "#2aa198"
30         },
31         "Char": {
32             "text-color": "#d33682"
33         },
34         "DecVal": {
35             "text-color": "#2aa198"
36         },
37         "Information": {
38             "text-color": "#2aa198",
39             "bold": true,
40             "italic": true
41         },
42
43         "Function": {
44             "text-color": "#268bd2",
45             "bold": true
46         },
47         "Variable": {
48             "text-color": "#268bd2"
49         },
50         "BuiltIn": {
51             "text-color": "#268bd2"
52         },
53         "Attribute": {
54             "text-color": "#268bd2"
55         },
56         "Extension": {
57             "text-color": null
58         },
59
60         "Keyword": {
61             "text-color": "#859900",
62             "bold": true
63         },
64         "Operator": {
65             "text-color": "#859900",
66             "bold": true
67         },
68         "ControlFlow": {
69             "text-color": "#859900",
70             "bold": true
71         },
72
73         "Preprocessor": {
74             "text-color": "#cb4b16"
75         },
76
77         "DataType": {
78             "text-color": "#b58900"
79         },
80
81         "CommentVar": {
82             "text-color": "#dc322f",
83             "bold": true
84         },
85         "SpecialString": {
86             "text-color": "#dc322f"
87         },
88         "SpecialChar": {
89             "text-color": "#dc322f"
90         },
91         "Annotation": {
92             "text-color": "#dc322f"
93         },
94
95
96         "Error": {
97             "text-color": "#dc322f",
98             "bold": true
99         },
100         "Warning": {
101             "text-color": "#dc322f",
102             "bold": true,
103             "italic": true
104         },
105         "Alert": {
106             "text-color": "#d33682",
107             "bold": true
108         },
109         "Import": {
110             "text-color": null
111         }
112     }
113 }