Thanks Pavel. I don't have a strong philosophical opinion either way, so its good to have a concrete example to compare.
I started this thread because I tried the fonts and I discovered that something really bad happened to my eyes. Suddenly I had real problems to read the code. Above all it was much harder to me to see borders of keyword messages. Lines started to be much wider and it was harder to see them at once, their structure, blocks etc. Moreover, I had the feeling that code I'm looking at is not Smalltalk :-) I know that it's in my brain and how easy is to change the default font settings. I have nothing against it if it will make Pharo more friendlier to newcomers and I the new icons are good. I only wanted to know if others the same brain disability :-) It's interesting that I edit Smalltalk in text files with monospaced font quite often. To try the settings from the new theme eval this: SourceCodeProRegular new install. OpenSansRegular new install. FreeTypeFontProvider current updateFromSystem. SourceCodeFonts setSourceCodeFonts: 10. -- Pavel