Skip to content
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

Add notebook.editorBackground color customization #153255

Merged
merged 7 commits into from Jun 27, 2022
Merged

Conversation

andreamah
Copy link
Contributor

@andreamah andreamah commented Jun 26, 2022

Fixes #147693

Add a notebook background color using theme color tokens using notebook.editorBackground.

Example (in settings.json):

    "workbench.colorCustomizations": {
        "notebook.editorBackground": "#60759b"
    }

Result:

image

@andreamah andreamah self-assigned this Jun 26, 2022
@andreamah andreamah marked this pull request as ready for review June 27, 2022 15:20
@VSCodeTriageBot VSCodeTriageBot added this to the June 2022 milestone Jun 27, 2022
@andreamah andreamah changed the title Add notebook.background color customization Add notebook.editorBackground color customization Jun 27, 2022
@andreamah andreamah enabled auto-merge (squash) June 27, 2022 18:39
@andreamah andreamah merged commit 17b94cf into main Jun 27, 2022
@andreamah andreamah deleted the andreamah/issue147693 branch June 27, 2022 23:54
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add notebook.background color customization
3 participants