Skip to content

Commit

Permalink
Update ansi.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Nov 12, 2024
1 parent 23d09eb commit dc3e596
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions examples/ansi.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
.ansi-magenta-bg { background-color: #d160c4; }
.ansi-cyan-bg { background-color: #60c6c8; }
.ansi-white-bg { background-color: #c5c1b4; }
.ansi-black-fg { color: #3e424d; }
.ansi-red-fg { color: #e75c58; }
.ansi-green-fg { color: #00a250; }
.ansi-yellow-fg { color: #ddb62b; }
.ansi-blue-fg { color: #208ffb; }
.ansi-magenta-fg { color: #d160c4; }
.ansi-cyan-fg { color: #60c6c8; }
.ansi-white-fg { color: #c5c1b4; }
.ansi-black-intense-fg { color: #282c36; }
.ansi-red-intense-fg { color: #b22b31; }
.ansi-green-intense-fg { color: #007427; }
Expand All @@ -24,8 +32,3 @@
.ansi-white-intense-bg { background-color: #a1a6b2; }
.ansi-bold { font-weight: bold; }
.ansi-underline { text-decoration: underline; }
{ background-color: #a03196; }
.ansi-cyan-intense-bg { background-color: #258f8f; }
.ansi-white-intense-bg { background-color: #a1a6b2; }
.ansi-bold { font-weight: bold; }
.ansi-underline { text-decoration: underline; }

0 comments on commit dc3e596

Please sign in to comment.