You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
---
7
7
## Package Details
8
8
#### Details and features
9
-
A *No Dependency* Python package do display stext styling in a console.
9
+
A *No Dependency* Python package do display text styling in a console.
10
10
- Next to the full ability to use ANSI styling options, commonly used HTML color names are defined as default colors for Fore- and Background color styling
11
-
- The color option are avaible permitting the console can take advantage of RGB ANSI codes
12
-
- For a full list of all 140 out of the box available colors, go to [the full documentatio](https://publish.obsidian.md/directiveathena/Content/Programming/AthenaColor/Documentation/HTML+Named+Colors)
11
+
- The color option are available permitting the console can take advantage of RGB ANSI codes
12
+
- For a full list of all 140 out of the box available colors, go to [the full documentation](https://publish.obsidian.md/directiveathena/Content/Programming/AthenaColor/Documentation/HTML+Named+Colors)
13
13
- By using the `RGB` object, you have access to print any RGB color to the console you desire
14
14
- Uses a similar syntax to Colorama, but also allows for nested function patterns
0 commit comments