public void setColor(Integer value) {
        if (this.prefs != null) {
            if (prefs.edit().putInt(Keys.COLOR_CURRENT, value).commit()) {
                Log.i("Preferences", "Added value [" + value + "] to key [" + Keys.COLOR_CURRENT + "]");
            } else {