summaryrefslogtreecommitdiff
path: root/GstDebugViewer/GUI/colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'GstDebugViewer/GUI/colors.py')
-rw-r--r--GstDebugViewer/GUI/colors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/GstDebugViewer/GUI/colors.py b/GstDebugViewer/GUI/colors.py
index 6e84093..fc5cb04 100644
--- a/GstDebugViewer/GUI/colors.py
+++ b/GstDebugViewer/GUI/colors.py
@@ -123,6 +123,10 @@ class LevelColorThemeTango (LevelColorTheme):
p = TangoPalette.get ()
self.add_color (Data.debug_level_none,
None, None, None)
+ self.add_color (Data.debug_level_trace,
+ p.black, p.aluminium2, Color ("#d3d7cf"))
+ self.add_color (Data.debug_level_fixme,
+ p.black, p.butter3, Color ("#c4a000"))
self.add_color (Data.debug_level_log,
p.black, p.plum1, Color ("#e0a4d9"))
self.add_color (Data.debug_level_debug,