* Start on new theme re-work
* theme_info.json -> theme.json * Allow pipe codes for styleSGRx
This commit is contained in:
18
mods/art/themes/NU-MAYA/theme.json
Normal file
18
mods/art/themes/NU-MAYA/theme.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"info" : {
|
||||
"name" : "Nu Mayan",
|
||||
"author" : "NuSkooler"
|
||||
},
|
||||
"defaults" : {
|
||||
"general" : {
|
||||
"passwordChar" : "φ"
|
||||
}
|
||||
},
|
||||
"menus" : {
|
||||
"matrix" : {
|
||||
"VM1" : {
|
||||
"itemSpacing" : 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name" : "Nu Mayan",
|
||||
"author" : "NuSkooler",
|
||||
"config" : {
|
||||
"passwordChar" : "φ"
|
||||
}
|
||||
}
|
||||
@@ -24,7 +24,7 @@ function login(callingMenu, formData, extraArgs) {
|
||||
[
|
||||
function loadThemeConfig(callback) {
|
||||
theme.getThemeInfo(client.user.properties.theme_id, function themeInfo(err, info) {
|
||||
client.currentThemeInfo = info;
|
||||
client.currentTheme = info;
|
||||
callback(null);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
},
|
||||
"TM3" : {
|
||||
"items" : [ "Yarly", "Nowaii" ],
|
||||
"styleSGR1" : { "fg" : 30, "intensity" : 1 },
|
||||
"styleSGR1" : "|00|30|01",
|
||||
"hotkeys" : { "Y" : 0, "N" : 1 }
|
||||
},
|
||||
"BT8" : {
|
||||
|
||||
Reference in New Issue
Block a user