UX-2481: vcs: Update graph color parameters

GitOrigin-RevId: bd98b1d18d9b6b4dca9f009bdb15ee9d6f1381dc
This commit is contained in:
Aleksandr Krasilnikov
2024-06-19 16:47:46 +02:00
committed by intellij-monorepo-bot
parent 36120c5533
commit 992f6deeb2
2 changed files with 22 additions and 10 deletions

View File

@@ -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": {

View File

@@ -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": {