Skip to content

Commit

Permalink
Update sunlu.json
Browse files Browse the repository at this point in the history
add color white, red blue and gray on ABS
  • Loading branch information
Cesare16 authored Jan 20, 2025
1 parent 9131cb5 commit 8b967e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions filaments/sunlu.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,22 @@
{
"name": "Black",
"hex": "3A3C3B"
},
{
"name": "White",
"hex": "FFFFFF"
},
{
"name": "Red",
"hex": "FF0000"
},
{
"name": "Blue",
"hex": "0000FF"
},
{
"name": "Gray",
"hex": "808080"
}
]
},
Expand Down

0 comments on commit 8b967e0

Please sign in to comment.