-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
theming: fix decoration color theming #7330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested all three options, addition, deletion, and modification.
The colors are displayed as required on the minimap as well as on the code-editor.
d05df3a
to
e117c9d
Compare
e117c9d
to
d5aa2e1
Compare
Fixes #6839 The following commit fixes the following problems: - fixes the `DecorationOptions#color` to accept `ids` of color variables. - fixes the decorations provided by `scm` (additions, modifications, removals). - fixes the color variables for `scm`, aligning the values with vscode. - fixes the decorations provided by the `siw` (search-in-workspace). Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
d5aa2e1
to
f8e04d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code-wise it looks good to me, but someone has to test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tested with differnts theme colors for SCM view, search workspace, editor minimap and it looks ok.
Gook work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine on my side.
Tested addition,deletion, modification on different themes along with a custom theme.
What it does
Fixes #6839
The following commit addresses the following problems:
DecorationOptions
color to also accept theid
of color variables.scm
(includes additions, deletions, and modifications).
editorOverviewRuler
, aligning the values with those of vscode.search-in-workspace
.How to test
Review checklist
Reminder for reviewers
Signed-off-by: Vincent Fugnitto vincent.fugnitto@ericsson.com