diff frontends/src/jp/constants.py @ 2485:512c443a58ba

jp (forums): forums handling commands, first draft
author Goffi <goffi@goffi.org>
date Tue, 30 Jan 2018 08:17:17 +0100
parents 0046283a285d
children 8e770ac05b0c
line wrap: on
line diff
--- a/frontends/src/jp/constants.py	Tue Jan 30 08:17:08 2018 +0100
+++ b/frontends/src/jp/constants.py	Tue Jan 30 08:17:17 2018 +0100
@@ -39,6 +39,8 @@
     # ANSI
     A_HEADER = A.BOLD + A.FG_YELLOW
     A_SUBHEADER = A.BOLD + A.FG_RED
+    # A_LEVEL_COLORS may be used to cycle on colors according to depth of data
+    A_LEVEL_COLORS = (A_HEADER, A.BOLD + A.FG_BLUE, A.FG_MAGENTA, A.FG_CYAN)
     A_SUCCESS = A.BOLD + A.FG_GREEN
     A_FAILURE = A.BOLD + A.FG_RED
     # A_PROMPT_* is for shell