Default disabled badge changed to hex for color-picker compatibility

This commit is contained in:
narcolepticinsomniac 2017-02-14 17:42:27 -05:00 committed by GitHub
parent e973df3266
commit d2f364c609

View File

@ -349,7 +349,7 @@ var prefs = chrome.extension.getBackgroundPage().prefs || new function Prefs() {
"editor.lintDelay": 500, // lint gutter marker update delay, ms "editor.lintDelay": 500, // lint gutter marker update delay, ms
"editor.lintReportDelay": 4500, // lint report update delay, ms "editor.lintReportDelay": 4500, // lint report update delay, ms
"badgeDisabled": "darkred", // badge background color when disabled "badgeDisabled": "#8B0000", // badge background color when disabled
"badgeNormal": "#006666", // badge background color "badgeNormal": "#006666", // badge background color
"updateInterval": 12 // user-style automatic update interval, hour "updateInterval": 12 // user-style automatic update interval, hour