Skip to content

Commit

Permalink
Add magenta to Extra Colour Palette
Browse files Browse the repository at this point in the history
- #3
- #20
  • Loading branch information
aljawaid committed Dec 31, 2022
1 parent 41f6262 commit 040c193
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'Khaki' => '',
'Lime Green' => '',
'Lint' => '',
'Magenta' => '',
'Mint Green' => '',
'Olive' => '',
'Orange on Black' => '',
Expand Down
1 change: 1 addition & 0 deletions Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'Khaki' => 'Khaki',
'Lime Green' => 'Lime Green',
'Lint' => 'Lint',
'Magenta' => 'Magenta',
'Mint Green' => 'Mint Green',
'Olive' => 'Olive',
'Orange on Black' => 'Orange on Black',
Expand Down
1 change: 1 addition & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'Khaki' => '',
'Lime Green' => '',
'Lint' => '',
'Magenta' => '',
'Mint Green' => '',
'Olive' => '',
'Orange on Black' => '',
Expand Down
5 changes: 5 additions & 0 deletions Model/ColorModelExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ class ColorModelExt extends ColorModel
'border' => '#000000',
'font' => '#000000',
),
'magenta' => array(
'name' => 'Magenta',
'background' => '#FF00FF',
'border' => '#B904B9',
),
);

private function custom_colors()
Expand Down

0 comments on commit 040c193

Please sign in to comment.