mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 00:44:28 +08:00
update files
This commit is contained in:
@@ -107,11 +107,11 @@ module.exports = function (Terminal){
|
||||
}
|
||||
|
||||
if (bgColor !== 256) {
|
||||
out += 'background-color:' + Terminal.colors[bgColor] + ';';
|
||||
out += 'background-color:' + this.colors[bgColor] + ';';
|
||||
}
|
||||
|
||||
if (fgColor !== 257) {
|
||||
out += 'color:' + Terminal.colors[fgColor] + ';';
|
||||
out += 'color:' + this.colors[fgColor] + ';';
|
||||
}
|
||||
|
||||
out += '">';
|
||||
|
||||
Reference in New Issue
Block a user