mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Some solid progress on themeing / customization via theme.json
This commit is contained in:
parent
767319e234
commit
34bf823f1f
8 changed files with 98 additions and 32 deletions
|
@ -89,7 +89,7 @@ function Client(input, output) {
|
|||
this.output = output;
|
||||
this.term = new term.ClientTerminal(this.output);
|
||||
this.user = new user.User();
|
||||
this.currentThemeInfo = { name : 'N/A', description : 'None' };
|
||||
this.currentTheme = { info : { name : 'N/A', description : 'None' } };
|
||||
|
||||
//
|
||||
// Peek at |data| and emit for any specialized handling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue