Default disabled badge changed to hex for color-picker compatibility
This commit is contained in:
parent
e973df3266
commit
d2f364c609
|
@ -349,7 +349,7 @@ var prefs = chrome.extension.getBackgroundPage().prefs || new function Prefs() {
|
|||
"editor.lintDelay": 500, // lint gutter marker 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
|
||||
|
||||
"updateInterval": 12 // user-style automatic update interval, hour
|
||||
|
|
Loading…
Reference in New Issue
Block a user