1
0
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:
mfrasca
2006-10-24 21:01:33 +00:00
parent b3d8cfa4af
commit 8ad2c1dfa0
3 changed files with 21 additions and 3 deletions

View File

@@ -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