File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments