fsprojects / IfSharp

F# for Jupyter Notebooks
Other
442 stars 71 forks source link

Enabling jupiter themes #176

Closed lucymukh closed 6 years ago

lucymukh commented 6 years ago

Removed hardcoded theme and custom css for the theme. Instead preferred F# code coloring can be applied by setting one of the Jupiter themes (e.g., using projects like jupyter-themes).

Closes #148

cgravill commented 6 years ago

It'd be great to get support for Jupyter themes. Is it possible to also retain the previous defaults for cases where people haven't chosen a new them?

image

That screenshot shows:

Visual Studio     | Visual Studio Code
---------------------------------------
Current IfSharp   | Proposed IfSharp

My instinct is that staying closer to those is probably a good idea, thoughts?