mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 12:28:10 +01:00
correzioni sparse riguardanti i font...
l'intenzione sarebbe di riservare i caratteri non alfanumerici ai colori dei font (invece che i soli [ $]). invece i caratteri alfanumerici ai pattern utente. magari me ne faccio bastare -diciamo- quattro, di caratteri non alfanumerici per i colori dei font... tipo c None (trasparente) . c grey quasi background " c grey intermedio * c grey quasi foreground $ c foreground e anzi, a seconda del foreground e del background, potrei sfumare corrispondentemente...
This commit is contained in:
@@ -414,6 +414,11 @@ def main():
|
||||
palette[8] = clConfig.get('barbgcolor', 'cyan4')
|
||||
palette[5] = clConfig.get('activitycolor', 'cyan2')
|
||||
|
||||
palette['.'] = 'grey85'
|
||||
palette['x'] = 'black'
|
||||
palette['o'] = 'grey45'
|
||||
palette['-'] = 'grey65'
|
||||
|
||||
font = clConfig.get('font', '6x8')
|
||||
|
||||
global char_width, char_height
|
||||
|
||||
Reference in New Issue
Block a user