Correct color, add new highlight
This commit is contained in:
parent
0a1089a4f6
commit
6bbf93198f
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
"color": "rgb(255, 175, 175)"
|
"color": "rgb(255, 175, 175)"
|
||||||
},
|
},
|
||||||
"Sylvie": {
|
"Sylvie": {
|
||||||
"color": "rgb(255, 175, 175)"
|
"color": "#f768a4"
|
||||||
},
|
},
|
||||||
"bisexual": {
|
"bisexual": {
|
||||||
"color": "rgb(214, 2, 112)"
|
"color": "rgb(214, 2, 112)"
|
||||||
|
@ -146,6 +146,10 @@
|
||||||
"Ultrakill": {
|
"Ultrakill": {
|
||||||
"color": "red",
|
"color": "red",
|
||||||
"caseInsensitive": true
|
"caseInsensitive": true
|
||||||
|
},
|
||||||
|
"Risk of Rain 2": {
|
||||||
|
"color": "rgb(150, 220, 255)",
|
||||||
|
"caseInsensitive": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue