Skip to content

Commit 5721616

Browse files
wareyamanuq
authored andcommitted
Update Variables blocks color
The previous yellow didn't have enough contrast. Fixes: #202
1 parent 94a4d60 commit 5721616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/ui/constants.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const BUILTIN_CATEGORIES_PROPS: Dictionary = {
134134
},
135135
"Variables":
136136
{
137-
"color": Color("ff8f08"),
137+
"color": Color("e06000"),
138138
"order": 180,
139139
},
140140
"Math":

0 commit comments

Comments
 (0)