* JSONCache -> ConfigCache
* ConfigCache used for theme.hjson * Reformatted theme.hjson JSON to HJSON * Specific form ID used when applying themes if available, else generic match used * Pass extraArgs when processing 'next'
This commit is contained in:
@@ -440,8 +440,8 @@
|
||||
},
|
||||
"TL3" : {
|
||||
//"width" : 39,
|
||||
"width" : 27,
|
||||
"textOverflow" : "..."
|
||||
//"width" : 27,
|
||||
//"textOverflow" : "..."
|
||||
},
|
||||
"TL5" : {
|
||||
"width" : 27
|
||||
|
||||
96
mods/themes/NU-MAYA/theme.hjson
Normal file
96
mods/themes/NU-MAYA/theme.hjson
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
info: {
|
||||
name: Nu Mayan
|
||||
author: NuSkooler
|
||||
}
|
||||
|
||||
customization: {
|
||||
|
||||
defaults: {
|
||||
general: {
|
||||
passwordChar: φ
|
||||
}
|
||||
|
||||
dateFormat: {
|
||||
short: YYYY-MMM-DD
|
||||
}
|
||||
|
||||
timeFormat: {
|
||||
short: h:mm:ss a
|
||||
}
|
||||
|
||||
mci: {
|
||||
TM: {
|
||||
styleSGR1: |00|30|01
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
menus: {
|
||||
matrix: {
|
||||
VM1: {
|
||||
itemSpacing: 1
|
||||
justify: center
|
||||
width: 12
|
||||
focusTextStyle: l33t
|
||||
}
|
||||
}
|
||||
|
||||
apply: {
|
||||
ET1: { width: 21 }
|
||||
|
||||
ET2: { width: 21 }
|
||||
|
||||
ME3: {
|
||||
styleSGR1: |00|30|01
|
||||
styleSGR2: |00|37
|
||||
fillChar: "#"
|
||||
}
|
||||
|
||||
ET4: { width: 1 }
|
||||
ET5: { width: 21 }
|
||||
ET6: { width: 21 }
|
||||
ET7: { width: 21 }
|
||||
ET8: { width: 21 }
|
||||
ET9: { width: 21 }
|
||||
ET10: { width: 21 }
|
||||
}
|
||||
|
||||
lastCallers: {
|
||||
TL1: {
|
||||
resizable: false
|
||||
width: 16
|
||||
textOverflow: ...
|
||||
}
|
||||
|
||||
TL2: {
|
||||
resizable: false
|
||||
width: 19
|
||||
textOverflow: ...
|
||||
}
|
||||
|
||||
TL3: {
|
||||
resizable: false
|
||||
width: 17
|
||||
textOverflow: ...
|
||||
}
|
||||
}
|
||||
|
||||
messageAreaViewPost: {
|
||||
0: {
|
||||
TL3: {
|
||||
width: 27
|
||||
textOverflow: ...
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
prompts: {
|
||||
userCredentials: {
|
||||
ET1: { width: 21 }
|
||||
ET2: { width: 21 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"name" : "Nu Mayan",
|
||||
"author" : "NuSkooler"
|
||||
},
|
||||
"customization" : {
|
||||
"defaults" : {
|
||||
"general" : {
|
||||
"passwordChar" : "φ"
|
||||
},
|
||||
"dateFormat" : {
|
||||
"short" : "YYYY-MMM-DD"
|
||||
},
|
||||
"timeFormat" : {
|
||||
"short" : "h:mm:ss a"
|
||||
},
|
||||
"mci" : {
|
||||
"TM" : {
|
||||
"styleSGR1" : "|00|30|01"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menus" : {
|
||||
"matrix" : {
|
||||
"VM1" : {
|
||||
"itemSpacing" : 1,
|
||||
"justify" : "center",
|
||||
"width" : 12,
|
||||
"focusTextStyle" : "l33t"
|
||||
}
|
||||
},
|
||||
"apply" : {
|
||||
"ET1" : { "width" : 21 },
|
||||
"ET2" : { "width" : 21 },
|
||||
//"ET3" : { "width" : 21 },
|
||||
"ME3" : {
|
||||
"styleSGR1" : "|00|30|01",
|
||||
"styleSGR2" : "|00|37",
|
||||
"fillChar" : "#"
|
||||
},
|
||||
"ET4" : { "width" : 1 },
|
||||
"ET5" : { "width" : 21 },
|
||||
"ET6" : { "width" : 21 },
|
||||
"ET7" : { "width" : 21 },
|
||||
"ET8" : { "width" : 21 },
|
||||
"ET9" : { "width" : 21 },
|
||||
"ET10" : { "width" : 21 }
|
||||
},
|
||||
"lastCallers" : {
|
||||
"TL1" : {
|
||||
"resizable" : false,
|
||||
"width" : 16,
|
||||
"textOverflow" : "..."
|
||||
},
|
||||
"TL2" : {
|
||||
"resizable" : false,
|
||||
"width" : 19,
|
||||
"textOverflow" : "..."
|
||||
},
|
||||
"TL3" : {
|
||||
"resizable" : false,
|
||||
"width" : 17,
|
||||
"textOverflow" : "..."
|
||||
}
|
||||
},
|
||||
"messageAreaViewPost" : {
|
||||
"TL3" : {
|
||||
"width" : 25
|
||||
}
|
||||
}
|
||||
},
|
||||
"prompts" : {
|
||||
"userCredentials" : {
|
||||
"ET1" : { "width" : 21 },
|
||||
"ET2" : { "width" : 21 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user