Start of theming of achievements
+ default text/SGR styles can now be set for quick customization of colors
This commit is contained in:
@@ -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
|
||||
//
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user