update files

This commit is contained in:
nuintun
2015-11-25 11:12:57 +08:00
parent 8694c71a1b
commit fd024f01e1
3 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ module.exports = function (Terminal){
}
// sync default bg/fg colors
this.element.style.backgroundColor = Terminal.defaultColors.bg;
this.element.style.color = Terminal.defaultColors.fg;
this.element.style.backgroundColor = this.bgColor;
this.element.style.color = this.fgColor;
};
};