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

VSCode Jupyter notebook - Theme updates #111

Open
Friend09 opened this issue Jul 19, 2021 · 5 comments
Open

VSCode Jupyter notebook - Theme updates #111

Friend09 opened this issue Jul 19, 2021 · 5 comments

Comments

@Friend09
Copy link

Jupiter Notebooks in VSCode is barely visible (the cell, output do not have clear differentiators to work w/ data) with Shades of purple theme (borders need a different contrast color). Requesting to make some updates to the color sheme
2021-07-19_17-05-19
2021-07-19_17-04-59
2021-07-19_17-04-44

Please see the same work book w/ a lighter theme to see the borders
2021-07-19_17-07-23

@Friend09
Copy link
Author

Looks like, I have solved my own problem :)

Here are the setting I have added to VSCode settings.

"workbench.colorCustomizations": { "[Shades of Purple]": { "notebook.cellBorderColor": "#796cbd", "notebook.cellEditorBackground": "#0c1c32", "notebook.focusedCellBorder": "#fff000", } },

image

image

@Friend09 Friend09 changed the title Theme's Update of colors for VSCode Jupyter notebook VSCode Jupyter notebook - Theme updates Jul 26, 2021
@Friend09
Copy link
Author

Here are more additions to the Jupyter notebook colors

"workbench.colorCustomizations": { "[Shades of Purple]": { "notebook.cellBorderColor": "#796cbd", "notebook.cellEditorBackground": "#17183E", "notebook.focusedCellBorder": "#F9CF34", "notebook.outputContainerBackgroundColor": "#17183E", "notebook.focusedEditorBorder": "#F9CF34", "notebook.cellHoverBackground": "#593383", } },

image

@ahmadawais
Copy link
Owner

Not a Python programmer so never looked at it. Thanks for taking care of this. Can you send in a PR. I'd be happy to test. Also if you can share a sample Jupyter notebook and a simple guide on how to open/work with it. It'd help a lot.

@Friend09
Copy link
Author

Hi @ahmadawais , sorry for the late response friend. Was so exhausted with my current semester. Happy to send you the requested details shortly. I use your color theme every day both at work and college. That was the most used tool after VSCode, Jupyter notebooks in my day :)

Thank you!
Raghu

@ahmadawais
Copy link
Owner

Looking forward, and a PR would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants