diff --git a/examples/ansi.css b/examples/ansi.css index 7c8c93b3..be3d56f4 100644 --- a/examples/ansi.css +++ b/examples/ansi.css @@ -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; } @@ -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; }