mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +02:00
+ Very start of theme support. Various changes
This commit is contained in:
parent
46875ccddd
commit
8119c1688a
8 changed files with 95 additions and 34 deletions
|
@ -76,8 +76,10 @@ function ANSIEscapeParser(options) {
|
|||
};
|
||||
|
||||
self.resetColor = function() {
|
||||
self.fgColor = 7;
|
||||
self.bgColor = 0;
|
||||
//self.fgColor = 7;
|
||||
//self.bgColor = 0;
|
||||
self.fgColor = 39;
|
||||
self.bgColor = 49;
|
||||
};
|
||||
|
||||
self.rowUpdated = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue