2 new themes are light, need grey current line

3024-day and base16-light
This commit is contained in:
Matt Pass
2013-08-11 17:18:53 +01:00
parent a194aad9e9
commit 8df54367c5
3 changed files with 4 additions and 4 deletions

View File

@@ -1710,7 +1710,7 @@ var ICEcoder = {
styleNode.setAttribute('type', 'text/css');
styleNode.setAttribute('href', themeURL);
top.ICEcoder.content.contentWindow.document.getElementsByTagName('head')[0].appendChild(styleNode);
activeLineBG = ["eclipse","elegant","neat","solarized","xq-light"].indexOf(top.ICEcoder.theme)>-1 ? "#ccc": "#000";
activeLineBG = ["3024-day","base16-light","eclipse","elegant","neat","solarized","xq-light"].indexOf(top.ICEcoder.theme)>-1 ? "#ccc": "#000";
top.ICEcoder.switchTab(top.ICEcoder.selectedTab);
// Check/uncheck Code Assist setting