|
25 | 25 | background-color: white !important; |
26 | 26 | } |
27 | 27 | .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { |
28 | | - background-color: #e0e0e0 !important; |
| 28 | + background-color: #1F1F1F !important; |
29 | 29 | } |
30 | 30 | .syntaxhighlighter .line.highlighted.number { |
31 | 31 | color: black !important; |
|
34 | 34 | color: black !important; |
35 | 35 | } |
36 | 36 | .syntaxhighlighter .gutter { |
37 | | - border: 1px solid #dddddd !important; |
| 37 | + border: 1px solid #222222 !important; |
38 | 38 | padding: 5px 0 !important; |
39 | | - background-color: #ececec !important; |
| 39 | + background-color: #131313 !important; |
40 | 40 | } |
41 | 41 | .syntaxhighlighter table td.gutter .line { |
42 | 42 | text-align: right !important; |
43 | 43 | padding: 0 2px 0 2px !important; |
44 | 44 | min-width: 20px; |
45 | 45 | } |
46 | 46 | .syntaxhighlighter .gutter .line { |
47 | | - background-color: #ececec !important; |
48 | | - color: #a9a9a9 !important; |
| 47 | + background-color: #131313 !important; |
| 48 | + color: #565656 !important; |
49 | 49 | } |
50 | 50 | .syntaxhighlighter .gutter .line.highlighted { |
51 | | - background-color: #6ce26c !important; |
| 51 | + background-color: #931D93 !important; |
52 | 52 | color: white !important; |
53 | 53 | } |
54 | 54 | .syntaxhighlighter.printing .line .content { |
|
60 | 60 | .syntaxhighlighter.collapsed .toolbar { |
61 | 61 | color: blue !important; |
62 | 62 | background: white !important; |
63 | | - border: 1px solid #6ce26c !important; |
| 63 | + border: 1px solid #931D93 !important; |
64 | 64 | } |
65 | 65 | .syntaxhighlighter.collapsed .toolbar a { |
66 | 66 | color: blue !important; |
|
70 | 70 | } |
71 | 71 | .syntaxhighlighter .toolbar { |
72 | 72 | color: white !important; |
73 | | - background: #6ce26c !important; |
| 73 | + background: #931D93 !important; |
74 | 74 | border: none !important; |
75 | 75 | } |
76 | 76 | .syntaxhighlighter .toolbar a { |
|
83 | 83 | color: black !important; |
84 | 84 | } |
85 | 85 | .syntaxhighlighter .comments, .syntaxhighlighter .comments a { |
86 | | - color: #008200 !important; |
| 86 | + color: #FF7DFF !important; |
87 | 87 | } |
88 | 88 | .syntaxhighlighter .string, .syntaxhighlighter .string a { |
89 | 89 | color: blue !important; |
90 | 90 | } |
91 | 91 | .syntaxhighlighter .keyword { |
92 | | - color: #006699 !important; |
| 92 | + color: #FF9966 !important; |
93 | 93 | } |
94 | 94 | .syntaxhighlighter .preprocessor { |
95 | 95 | color: gray !important; |
96 | 96 | } |
97 | 97 | .syntaxhighlighter .variable { |
98 | | - color: #aa7700 !important; |
| 98 | + color: #5588FF !important; |
99 | 99 | } |
100 | 100 | .syntaxhighlighter .value { |
101 | | - color: #009900 !important; |
| 101 | + color: #FF66FF !important; |
102 | 102 | } |
103 | 103 | .syntaxhighlighter .functions { |
104 | | - color: #ff1493 !important; |
| 104 | + color: #00EB6C !important; |
105 | 105 | } |
106 | 106 | .syntaxhighlighter .constants { |
107 | | - color: #0066cc !important; |
| 107 | + color: #FF9933 !important; |
108 | 108 | } |
109 | 109 | .syntaxhighlighter .script { |
110 | 110 | font-weight: bold !important; |
111 | | - color: #006699 !important; |
| 111 | + color: #FF9966 !important; |
112 | 112 | background-color: none !important; |
113 | 113 | } |
114 | 114 | .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { |
115 | 115 | color: gray !important; |
116 | 116 | } |
117 | 117 | .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { |
118 | | - color: #ff1493 !important; |
| 118 | + color: #00EB6C !important; |
119 | 119 | } |
120 | 120 | .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { |
121 | 121 | color: red !important; |
|
0 commit comments