8000 Add `OpacityForNotMergedCommits` to control the opacity of commits th… · sourcegit-scm/sourcegit-theme@09f67cd · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09f67cd

Browse files
committed
Add OpacityForNotMergedCommits to control the opacity of commits that not belongs (haven't been merged) to current branch in histories view
1 parent 9c7b4ff commit 09f67cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
"maximum": 4,
131131
"description": "Thickness of pens to draw commit graph"
132132
},
133+
"OpacityForNotMergedCommits": {
134+
"type": "number",
135+
"minimum": 0.1,
136+
"maximum": 1,
137+
"description": "Opacity for commits that not belongs (haven't been merged) to current branch in histories view"
138+
},
133139
"GraphColors": {
134140
"type": "array",
135141
"minItems": 1,

0 commit comments

Comments
 (0)
0