diff --git a/static/ansi-to-html.js b/static/ansi-to-html.js
index 17dafe7..8f98ff3 100644
--- a/static/ansi-to-html.js
+++ b/static/ansi-to-html.js
@@ -10,17 +10,17 @@ const defaults = {
function getDefaultColors() {
const colors = {
0: '#999', // no, NOT BLACK
- 1: '#A00',
- 2: '#0A0',
- 3: '#A50',
+ 1: '#ff5252',
+ 2: '#5F5',
+ 3: '#ffeb00',
4: '#4242da',
- 5: '#A0A',
- 6: '#0AA',
+ 5: '#ff84ff',
+ 6: '#92ffff',
7: '#AAA',
8: '#777',
9: '#F55',
- 10: '#5F5',
- 11: '#FF5',
+ 10: '#3bfd3b',
+ 11: '#ffff0b',
12: '#55F',
13: '#F5F',
14: '#5FF',