File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,11 +167,27 @@ Seamlessly navigate between the visual analysis and your raw `.log` files:
167167Adjust event colors in ` settings.json ` :
168168
169169``` json
170- "lana.timeline.colors" : {
171- "Method" : " #2B8F81" ,
172- "DML" : " #285663" ,
173- "SOQL" : " #5D4963" ,
174- ...
170+ "lana.timeline.customThemes" : {
171+ "Glacial Warmth" : {
172+ "apex" : " #6882A6" ,
173+ "codeUnit" : " #7A9B6E" ,
174+ "system" : " #9E8E7C" ,
175+ "automation" : " #D98650" ,
176+ "dml" : " #C85A5A" ,
177+ "soql" : " #57A89A" ,
178+ "callout" : " #C9A64D" ,
179+ "validation" : " #8B7BAC"
180+ },
181+ "Orchid Slate" : {
182+ "apex" : " #647C96" ,
183+ "codeUnit" : " #8872A8" ,
184+ "system" : " #8A7E7E" ,
185+ "automation" : " #C08545" ,
186+ "dml" : " #C94C6E" ,
187+ "soql" : " #5A9E85" ,
188+ "callout" : " #B5A044" ,
189+ "validation" : " #4EA6A6"
190+ }
175191}
176192```
177193
You can’t perform that action at this time.
0 commit comments