Skip to content

Commit 6e3ad79

Browse files
committed
docs: update README to include new custom themes for timeline colors
1 parent ae0c30e commit 6e3ad79

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,27 @@ Seamlessly navigate between the visual analysis and your raw `.log` files:
167167
Adjust 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

0 commit comments

Comments
 (0)