diff --git a/operators.py b/operators.py index 67420f3..3ca6891 100644 --- a/operators.py +++ b/operators.py @@ -225,6 +225,7 @@ class BW_OT_load_default_color(Operator): 'Yellow': [1, 1, 0], 'Red': [0, 0.035, 0.95], 'Blue': [1, 0, 0], + 'Green': [0.733333, 0.937255, 0.356863], 'Pink': [1, 0.1, 0.85], 'Purple': [0.67, 0, 0.87], 'Brown': [0.75, 0.65, 0], diff --git a/widgets/Custom/crown.blend b/widgets/Custom/crown.blend new file mode 100644 index 0000000..6002155 Binary files /dev/null and b/widgets/Custom/crown.blend differ diff --git a/widgets/Custom/crown.png b/widgets/Custom/crown.png new file mode 100644 index 0000000..782db98 Binary files /dev/null and b/widgets/Custom/crown.png differ