-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityscmGeneral SCM compound issuesGeneral SCM compound issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
As per conversation with @aeschli , @chrisdias and @seanmcbreen , here is a list of style settings I'd love to see exposed in VS Code.
Git Diffs
Expose the margin, border, box shadow and background color for the git diff indicators. We currently have the background color, but the others are not. This would allow a cool effect like this:
.monaco-editor .dirty-diff-added {
margin-left: 16pt;
box-shadow: -4pt 0 4pt 2pt #27ff00;
border-left: 4pt solid #00ff00;
background-color: #00ff00;
}
.monaco-editor .dirty-diff-modified {
margin-left: 16pt;
box-shadow: -4pt 0 4pt 2pt #4fb4d8;
border-left: 4pt solid #4fb4d8;
background-color: #4fb4d8;
}cc #38990
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityscmGeneral SCM compound issuesGeneral SCM compound issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
