addSetting()

in vscToTm.js [42:46]


    addSetting(fromKey, toKey) {
        if (fromKey in this.vscThemeColors) {
            this.tmThemeDefaultSettings[toKey] = this.vscThemeColors[fromKey]
        }
    }