mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
Start of theming of achievements
+ default text/SGR styles can now be set for quick customization of colors
This commit is contained in:
parent
3cc905ea84
commit
f56a72e0c3
3 changed files with 61 additions and 28 deletions
|
@ -980,5 +980,28 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
achievements: {
|
||||
defaults: {
|
||||
titleSGR: "|11"
|
||||
textSGR: "|00|03"
|
||||
globalTextSGR: "|03"
|
||||
boardName: "|10"
|
||||
userName: "|11"
|
||||
achievedValue: "|15"
|
||||
}
|
||||
|
||||
overrides: {
|
||||
user_login_count: {
|
||||
match: {
|
||||
2: {
|
||||
//
|
||||
// You may override title, text, and globalText here
|
||||
//
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue