Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
web64 committed Feb 12, 2019
1 parent c6060ec commit 5672ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'bgMagenta' => ['light_magenta', 'bg_magenta'],
'bgCyan' => ['light_cyan', 'bg_cyan'],
'bgGray' => ['light_gray', 'bg_dark_gray'],
'bgLightGray' => ['gray', 'bg_light_gray'],
'bgLightGray' => ['dark_gray', 'bg_light_gray'],
'bgLightRed' => ['red', 'bg_light_red'],
'bgLightGreen' => ['geen', 'bg_light_green'],
'bgLightYellow' => ['ywllo', 'bg_light_yellow'],
Expand Down

0 comments on commit 5672ed1

Please sign in to comment.