From 6b33e26ed21e761e321769251b9cda07556e0336 Mon Sep 17 00:00:00 2001 From: mfrasca <> Date: Wed, 25 Oct 2006 06:01:20 +0000 Subject: [PATCH] removed setting the colour palette for symbols in the font: it happens in the initialization of the pixmap. --- examples/pywmgeneric.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/pywmgeneric.py b/examples/pywmgeneric.py index 6b48674..41946a8 100644 --- a/examples/pywmgeneric.py +++ b/examples/pywmgeneric.py @@ -650,11 +650,6 @@ def main(): palette['_'] = clConfig.get('background', '#FFFFFFFFFFFF') palette['%'] = clConfig.get('text', '#2081B2CAAEBA') - palette['.'] = 'grey95' - palette['x'] = 'black' - palette['o'] = 'grey45' - palette['-'] = 'grey65' - font = clConfig.get('font', '6x8') configFile = clConfig.get('configfile', defaultConfigFile)