diff frontends/src/primitivus/constants.py @ 803:f100fd8d279f

core, frontends: implementation of AdvancedListContainer first draft + misc: /!\ Urwid SàText must be updated as the new TableContainer is used /!\ - fixed button value in paramsXML2XMLUI - new Urwid SàText TabContainer is used in Primitivus for PairsContainer and AdvancedListContainer - fixed in core's XMLUI AdvanceListContainer
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2014 18:19:29 +0100
parents 6246eb6d64a0
children 1fe00f0c9a91
line wrap: on
line diff
--- a/frontends/src/primitivus/constants.py	Tue Feb 04 18:19:00 2014 +0100
+++ b/frontends/src/primitivus/constants.py	Tue Feb 04 18:19:29 2014 +0100
@@ -69,6 +69,8 @@
                ('show_xa_focus', 'dark red, bold', 'default'),
                ('status', 'yellow', 'default'),
                ('status_focus', 'yellow, bold', 'default'),
+               ('param_selected','default, bold', 'dark red'),
+               ('table_selected','default, bold', 'default'),
                ]
     PRESENCE = {"unavailable": (u'⨯', "show_disconnected"),
                 "": (u'✔', "show_normal"),