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

Native Notebooks - Explore creating Jupyter theme #5681

Closed
claudiaregio opened this issue Apr 28, 2021 · 0 comments
Closed

Native Notebooks - Explore creating Jupyter theme #5681

claudiaregio opened this issue Apr 28, 2021 · 0 comments

Comments

@claudiaregio
Copy link
Contributor

@claudiaregio commented on Tue Apr 27 2021

image


@joyceerhl commented on Tue Apr 27 2021

    "editor.tokenColorCustomizations": {
        "comments": "#007979",
        "functions": "#2e2efe",
        "keywords": "#008000",
    },
    "workbench.colorCustomizations": {
        "editor.background": "#f7f7f7",
        "notebook.selectedCellBackground": "#ffffff",
        "notebook.focusedCellBackground": "#ffffff",
        "notebook.focusedCellBorder": "#b7b7b7", // Should be notebook.selectedCellBorder, bug in VS Code
    },

@DonJayamanne commented on Wed Apr 28 2021

Should we wait for vscode and close this was a duplicate
microsoft/vscode#122481


@joyceerhl commented on Wed Apr 28 2021

I think the intent here is to create a theme that looks just like Jupyter, assuming VS Code isn't going to ship themes out of the box. After VS Code implements support for this in microsoft/vscode#122481 we can create and ship the themes ourselves.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant