mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 20:38:03 +01:00
removed setting the colour palette for symbols in the font: it happens
in the initialization of the pixmap.
This commit is contained in:
@@ -650,11 +650,6 @@ def main():
|
|||||||
palette['_'] = clConfig.get('background', '#FFFFFFFFFFFF')
|
palette['_'] = clConfig.get('background', '#FFFFFFFFFFFF')
|
||||||
palette['%'] = clConfig.get('text', '#2081B2CAAEBA')
|
palette['%'] = clConfig.get('text', '#2081B2CAAEBA')
|
||||||
|
|
||||||
palette['.'] = 'grey95'
|
|
||||||
palette['x'] = 'black'
|
|
||||||
palette['o'] = 'grey45'
|
|
||||||
palette['-'] = 'grey65'
|
|
||||||
|
|
||||||
font = clConfig.get('font', '6x8')
|
font = clConfig.get('font', '6x8')
|
||||||
|
|
||||||
configFile = clConfig.get('configfile', defaultConfigFile)
|
configFile = clConfig.get('configfile', defaultConfigFile)
|
||||||
|
|||||||
Reference in New Issue
Block a user