francma / everforest-jetbrains

🌲 Everforest theme for JetBrains
ISC License
19 stars 4 forks source link

Jupyter notebooks #6

Closed frere-jacques closed 1 year ago

frere-jacques commented 1 year ago

The jupyter notebooks look messed up with this theme. Background is bright. Are there any plans to support notebooks?

francma commented 1 year ago

I have no plans for it at the moment as I mostly focus on languages that I directly use.

Pull requests are welcome

frere-jacques commented 1 year ago

I can understand that. No clue whether this is an easy task or not. The code in the notebooks is Python so it should work. It's maybe more like the other issue I created regarding other terminal windows.

frere-jacques commented 1 year ago

So I found out what one needs to do to make it nicer via IDE settings. But I don't know how that needs to be entered into theme.

Settings -> Editor -> Color Scheme -> Notebooks -> Code cell background : untick background. It's nice to change input excecution count and current cell stripe too.

francma commented 1 year ago

You need to export the updated theme to .icls (which is just a plain XML file) via "Settings > Editor > Color Schemes > gear icon next to theme name > export > icls", find the updated values (they are usually prefixed with language name) and then create file src/includes/jupyter.xml (with color codes instead of hex colors). You can find more on how to do this in projects README.

frere-jacques commented 1 year ago

I created a pull request for the terminal issue. I have only the community version at home. If everything works with this pull request I will create one for jupyter support with theme export from work.

francma commented 1 year ago

Closed in https://github.com/francma/everforest-jetbrains/pull/8