12 lines
534 B
JSON
12 lines
534 B
JSON
|
|
{
|
||
|
|
// 已修改但未暂存的文件:亮橙色,加粗
|
||
|
|
"gitDecoration.modifiedResourceForeground": "#FFA500",
|
||
|
|
// 已暂存的文件:亮绿色
|
||
|
|
"gitDecoration.stageModifiedResourceForeground": "#7FFF00",
|
||
|
|
// 新增但未追踪的文件:亮青色
|
||
|
|
"gitDecoration.untrackedResourceForeground": "#00FFFF",
|
||
|
|
// 被删除的文件:红色,删除线效果
|
||
|
|
"gitDecoration.deletedResourceForeground": "#FF4444",
|
||
|
|
// 冲突文件:洋红色
|
||
|
|
"gitDecoration.conflictingResourceForeground": "#FF00FF"
|
||
|
|
}
|