From bec60f54abd7ecdb7959658b51c0ce1fd6ac0ca3 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 13 Apr 2017 21:30:24 +0300 Subject: [PATCH] fixup ccbccae2: add default CM theme entry for firefox --- background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/background.js b/background.js index 4c2bea8d..4eee2c94 100644 --- a/background.js +++ b/background.js @@ -311,6 +311,7 @@ function updateIcon(tab, styles) { function getCodeMirrorThemes() { if (!chrome.runtime.getPackageDirectoryEntry) { return Promise.resolve([ + chrome.i18n.getMessage('defaultTheme'), '3024-day', '3024-night', 'abcdef',