Reputation: 61
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:
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
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