Skip to content

Commit

Permalink
geode mods list and search menu colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJaid authored Nov 21, 2024
1 parent fbfd183 commit 7ec01d2
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions the stuff/ui/ModsLayer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"children": {
"node": {
"tabs-menu": {
"children": {
"all": {
"event": {
"on-activate": {
"parent": {
"parent": {
"children": {
"node": {
"mod-list-frame": {
"children": {
"node": {
"ModList": {
"children": {
"node": {
"top-container": {
"children": {
"node": {
"search-menu": {
"children": {
"node": {
"search-id": {
"attributes": {
"color": {
"r": 25,
"g": 25,
"b": 25
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"mod-list-frame": {
"children": {
"node": {
"frame-bg": {
"attributes": {
"color": {
"r": 31,
"g": 31,
"b": 31
}
}
},
"ModList": {
"children": {
"node": {
"top-container": {
"children": {
"node": {
"search-menu": {
"children": {
"node": {
"search-id": {
"attributes": {
"color": {
"r": 25,
"g": 25,
"b": 25
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

0 comments on commit 7ec01d2

Please sign in to comment.