Skip to content

Commit cf4f192

Browse files
committed
Update config.schema.json
1 parent 3695fcd commit cf4f192

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

config.schema.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,31 @@
351351
"description": "Background color for a search match in the commit list.",
352352
"default": "yellow"
353353
},
354+
"detail_label_fg": {
355+
"type": "string",
356+
"description": "Color for labels in the commit detail view.",
357+
"default": "reset"
358+
},
359+
"detail_name_fg": {
360+
"type": "string",
361+
"description": "Color for author/committer names in the commit detail view.",
362+
"default": "reset"
363+
},
364+
"detail_date_fg": {
365+
"type": "string",
366+
"description": "Color for author/committer dates in the commit detail view.",
367+
"default": "reset"
368+
},
354369
"detail_email_fg": {
355370
"type": "string",
356-
"description": "Color for email addresses in the commit detail view.",
371+
"description": "Color for author/committer email addresses in the commit detail view.",
357372
"default": "blue"
358373
},
374+
"detail_hash_fg": {
375+
"type": "string",
376+
"description": "Color for the commit hash in the commit detail view.",
377+
"default": "reset"
378+
},
359379
"detail_ref_branch_fg": {
360380
"type": "string",
361381
"description": "Color for local branches in the commit detail view.",

0 commit comments

Comments
 (0)