diff --git a/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json b/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json index b253f986f127..cd44c488159c 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json @@ -737,11 +737,17 @@ }, "VersionControl": { - "Log.Commit": { - "currentBranchBackground": "#1c2433", - "unmatchedForeground": "Gray7", - "hoveredBackground": "#FFFFFFED", - "Reference.foreground": "Gray7" + "Log": { + "Commit": { + "currentBranchBackground": "#1c2433", + "unmatchedForeground": "Gray7", + "hoveredBackground": "#FFFFFFED", + "Reference.foreground": "Gray7" + }, + "Graph": { + "saturation": 0.6, + "brightness": 0.6 + } }, "FileHistory.Commit.selectedBranchBackground": "#1c2433", "MarkerPopup": { diff --git a/platform/platform-resources/src/themes/expUI/expUI_light.theme.json b/platform/platform-resources/src/themes/expUI/expUI_light.theme.json index 0431a10e9601..d3f4146fe048 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_light.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_light.theme.json @@ -768,11 +768,17 @@ "MenuBar.borderColor": "Gray3", "VersionControl": { - "Log.Commit": { - "currentBranchBackground": "#e8eefa", - "unmatchedForeground": "Gray7", - "hoveredBackground": "#E9EAEC", - "Reference.foreground": "Gray6" + "Log": { + "Commit": { + "currentBranchBackground": "#e8eefa", + "unmatchedForeground": "Gray7", + "hoveredBackground": "#E9EAEC", + "Reference.foreground": "Gray6" + }, + "Graph": { + "saturation": 0.6, + "brightness": 0.7 + } }, "FileHistory.Commit.selectedBranchBackground": "Blue11", "MarkerPopup": {