mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
UX-2481: vcs: Update graph color parameters
GitOrigin-RevId: bd98b1d18d9b6b4dca9f009bdb15ee9d6f1381dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
36120c5533
commit
992f6deeb2
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user