File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inspired by [JakubOnderka/PHP-Console-Color](https://github.com/JakubOnderka/PHP
20
20
``` bash
21
21
composer require alecrabbit/php-console-colour
22
22
```
23
- ### Theme ::class
23
+ ### Themes ::class
24
24
##### Usage
25
25
``` php
26
26
$theme = new Theme();
@@ -61,7 +61,7 @@ $colorized = $theme->darkItalic('This text is dark and italic.')
61
61
> Note: new methods will be added. Pull requests are welcomed.
62
62
63
63
##### Define your own themes
64
- * ` Theme ::class` [ How to extend?] ( docs/howToExtendThemeClass.md )
64
+ * ` Themes ::class` [ How to extend?] ( docs/howToExtendThemeClass.md )
65
65
66
66
### ConsoleColor::class
67
67
Original file line number Diff line number Diff line change 1
- ### How to extend ` Theme ::class`
1
+ ### How to extend ` Themes ::class`
2
2
If you want to add theme methods you need to create your own class ` MyTheme ` or whatever name you want.
3
3
4
4
Let's say you want to add ` fire ` , ` lagoon ` , ` blink ` and ` alert ` themes
You can’t perform that action at this time.
0 commit comments