Rajko Radovanovic
Rajko Radovanovic

Reputation: 61

Ipython default color scheme in sublime

I would like to know how to get my sublime python editor to have the same color scheme as the default one in ipython. I started coding python in ipython (now jupyter) and literally any other color scheme feels so unnatural to me... I pictured what the color scheme I am talking about looks like below:

Default ipython color scheme

I'm just hoping for a name of a color scheme I can install and activate in Sublime to get the same colors / experience. I have researched this extensivley and cannot find an answer... Thank you!

Upvotes: 4

Views: 787

Answers (1)

ashley
ashley

Reputation: 1565

Closest I found to this was by going:

Preferences -> Color Scheme -> Color Scheme - default -> IDLE

Which is the IDLE dark on white color scheme.

Upvotes: 1

Related Questions