-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Notebook themes #122481
Comments
Can I give this 100 upvotes? I personally love dark themes in my code editors but light themes when working with notebooks (don't ask why, it's not necessarily rational). I would love to have separate notebook themes as a result. It might even make sense to default to a light theme for notebooks (for Jupyter notebook users benefit). |
This could help address some of the problems I ran into personally with trying to visually process the state of my notebook at any given time. I.e. which cell is selected, which is in edit mode, etc. I know we have separate color tokens for notebook stuff, but having a notebook theme as a 1st class citizen of VS Code would help in discoverability. |
+1 |
Starting to think about a concept for a basic profile, I imagine a few parts:
"notebookProfiles": {
"deepnote": {
"notebook.cellToolbarVisibility": "hover",
"notebook.showCellStatusBar": false
}
}
"notebook.profile": {
"github-issues": "zenMode",
"*": "vscode"
}
Things to think about
|
We should introduce the notion of notebook themes that can combine colors and layout. As a user I can associate a viewType with a certain notebook theme. This idea came up in a discussion with @rebornix.
The text was updated successfully, but these errors were encountered: