Skip to content

Commit

Permalink
Add deep_grey 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 ad60789 commit 7620700
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 @@ -177,6 +177,11 @@ class ColorModelExt extends ColorModel
'border' => '#6A0303',
'font' => '#FFFFFF',
),
'deep_grey' => array(
'name' => 'Deep Grey',
'background' => '#868B8E',
'border' => '#646464',
),
);

private function custom_colors()
Expand Down

0 comments on commit 7620700

Please sign in to comment.