about summary refs log tree commit diff stats
path: root/html/017parse_tree.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 04:13:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 04:13:57 -0700
commit70f4e9b60d4726d8c42560ec5cf209eb3a33f826 (patch)
treeac59eb9f8353e01043cff8998250f1defd9abf14 /html/017parse_tree.cc.html
parentbeea7ce25cfe42c363259705a6b5741ad47484ab (diff)
downloadmu-70f4e9b60d4726d8c42560ec5cf209eb3a33f826.tar.gz
3544
Diffstat (limited to 'html/017parse_tree.cc.html')
-rw-r--r--html/017parse_tree.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/017parse_tree.cc.html b/html/017parse_tree.cc.html
index 6ffd509d..98f55374 100644
--- a/html/017parse_tree.cc.html
+++ b/html/017parse_tree.cc.html
@@ -22,7 +22,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 .traceContains { color: #008000; }
 .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; }
 .muData { color: #ffff00; }
-.Identifier { color: #ecf32c; }
+.Identifier { color: #c0a020; }
 -->
 </style>
 
e the previous revision' href='/akspecs/aerc/blame/commands/util.go?h=0.3.0&id=b73fcaae32a0de7e070638620927d148064330f5'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147