Skip to content

Commit

Permalink
Add dark_red to Extra Colour Palette
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Dec 26, 2022
1 parent 3ddce24 commit ccbe1a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Model/ColorModelExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ class ColorModelExt extends ColorModel
'background' => '#63B83E',
'border' => '#39771E',
),
'dark_red' => array(
'name' => 'Dark Red',
'background' => '#951313',
'border' => '#DC143C',
),
);

private function custom_colors()
Expand Down

0 comments on commit ccbe1a2

Please sign in to comment.