alessandrio/custom-work-for-brackets

All Icons are monochrome with new release (5.1.4)

Closed this issue · 1 comments

Just installed the 5.1.4 release, my Bracket version is still 1.6.0. I'm working on Linux Mint 64bits.
I guess it's something about config but don't how to fix it.

brackets

How can I get them back to colour?

In Console of Brackets enter:

var preferences = brackets.test.PreferencesManager.getExtensionPrefs("custom.work"); preferences.set("grayScaleIcons", false); preferences.save();