File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ 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
- ### ConsoleColor::class
24
-
25
- // TODO
26
-
27
23
### Theme::class
28
24
##### Usage
29
25
``` php
@@ -60,11 +56,16 @@ $colorized = $theme->darkItalic('This text is dark and italic.')
60
56
* @method underlinedItalic(string $text)
61
57
*/
62
58
```
59
+ > Note: not all methods could be listed.
63
60
> Note: new methods will be added. Pull requests are welcomed.
64
61
65
62
##### Define your own themes
66
- * [ How to extend ` Theme::class ` ?] ( docs/howToExtendThemeClass.md )
63
+ * ` Theme::class ` [ How to extend?] ( docs/howToExtendThemeClass.md )
64
+
65
+ ### ConsoleColor::class
67
66
67
+ // TODO
68
+
68
69
### Examples
69
70
* [ using_themes_class.php] ( https://github.com/alecrabbit/php-console-colour/blob/master/examples/using_themes_class.php )
70
71
You can’t perform that action at this time.
0 commit comments