From fe89bda8f5997eef80d0d93f777decde4113c862 Mon Sep 17 00:00:00 2001 From: Aleksandr Krasilnikov Date: Wed, 19 Jun 2024 17:16:26 +0200 Subject: [PATCH] UX-2481: vcs: Update colors for commit from the current branch GitOrigin-RevId: 7ea80027e66fd1f0b3c5a2fcbb8ef9baf54496ab --- .../platform-resources/src/themes/expUI/expUI_dark.theme.json | 2 +- .../platform-resources/src/themes/expUI/expUI_light.theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 cd44c488159c..b95b776f5587 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json @@ -739,7 +739,7 @@ "VersionControl": { "Log": { "Commit": { - "currentBranchBackground": "#1c2433", + "currentBranchBackground": "#283044", "unmatchedForeground": "Gray7", "hoveredBackground": "#FFFFFFED", "Reference.foreground": "Gray7" 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 d3f4146fe048..dff6f62f5905 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_light.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_light.theme.json @@ -770,7 +770,7 @@ "VersionControl": { "Log": { "Commit": { - "currentBranchBackground": "#e8eefa", + "currentBranchBackground": "#EDF3FF", "unmatchedForeground": "Gray7", "hoveredBackground": "#E9EAEC", "Reference.foreground": "Gray6"