From 8b13d3c572ef230f3fcd8d12f1b7f4317193e637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 10 May 2020 15:08:10 +0200 Subject: Colourize tab name in its infobar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is for faster learning the colour <-> tab association and to see quickly in which tab you’re currently in. --- poezio/theming.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'poezio/theming.py') diff --git a/poezio/theming.py b/poezio/theming.py index cc4ea34a..712a44ab 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -238,6 +238,10 @@ class Theme: MODE_TAB_NORMAL = '' MODE_TAB_IMPORTANT = 'r' # reverse video mode + # This is the mode used for the tab name in the info bar of MUC and 1:1 + # chat tabs. + MODE_TAB_NAME = 'r' + COLOR_VERTICAL_TAB_NORMAL = (4, -1) COLOR_VERTICAL_TAB_NONEMPTY = (4, -1) COLOR_VERTICAL_TAB_JOINED = (82, -1) -- cgit v1.2.3