aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-05 16:33:25 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-05 16:33:25 -0500
commitef5d1a28696804e51343ee7a1c695d5c6c060c80 (patch)
treebe07b7a7d70785c8286c2852dd366c72571fccf9 /src
parent19af814a933fa561fd2caf8da541d75b6f592c33 (diff)
downloadbbj-ef5d1a28696804e51343ee7a1c695d5c6c060c80.tar.gz
urwid client kinda does stuff now lmao
Diffstat (limited to 'src')
-rw-r--r--src/formatting.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/formatting.py b/src/formatting.py
index abf13f5..755ef94 100644
--- a/src/formatting.py
+++ b/src/formatting.py
@@ -7,8 +7,9 @@ from markdown import markdown
from html import escape
import re
+#0, 1 2 3 4 5 6
colors = [
- "red", "green", "yellow", "blue", "magenta", "cyan"
+ "red", "yellow", "green", "blue", "cyan", "magenta"
]
markup = [
Un proyecto texto-plano.xyz