Sublime Forum

Italic font in new version

#1

In new version 2165 all function and parameter names use italic font in python. How make them not italic and return normal font?

Screenshots: dl.getdropbox.com/u/930627/image … rhcfvw.png

0 Likes

#2

By cursive I suppose you mean italic ?

ST2 now use the fontStyle directive of the .tmTheme (probably Monokai.tmTheme for your example), like TextMate:

<key>fontStyle</key> <string>italic</string>
If you don’t like it, you have to use another theme or copy your actual theme in your user folder, rename it and remove all the italic from it.

0 Likes