-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.red 00;31 | ||
.green 00;32 | ||
.yellow 00;33 | ||
.blue 00;34 | ||
.magenta 00;35 | ||
.cyan 00;36 | ||
.white 00;37 | ||
.redb 01;31 | ||
.greenb 01;32 | ||
.yellowb 01;33 | ||
.blueb 01;34 | ||
.magentab 01;35 | ||
.cyanb 01;36 | ||
.whiteb 01;37 | ||
.redr 07;31 | ||
.greenr 07;32 | ||
.yellowr 07;33 | ||
.bluer 07;34 | ||
.magentar 07;35 | ||
.cyanr 07;36 | ||
.whiter 07;37 | ||
.redrb 01;07;31 | ||
.greenrb 01;07;32 | ||
.yellowrb 01;07;33 | ||
.bluerb 01;07;34 | ||
.magentarb 01;07;35 | ||
.cyanrb 01;07;36 | ||
.whiterb 01;07;37 |