| 1 | ColorUtils is a module for BarnOwl written by asedeno to make managing color filters easy. |
| 2 | |
| 3 | To get started, drop /afs/sipb/user/asedeno/Public/barnowl-modules/ColorUtils.par into ~/.owl/modules and then start barnowl. |
| 4 | If you already have a running barnowl, ":reload-module ColorUtils.par" should load the module into it. |
| 5 | |
| 6 | Once you have ColorUtils loaded, three new command will be added to barnowl: |
| 7 | |
| 8 | * '''setcolor''' -- ''set the color for the current message; bound to 'c'.'' |
| 9 | * '''savecolors''' -- ''persist the current color settings to file.'' |
| 10 | * '''loadcolors''' -- ''load color settings from file.'' |
| 11 | |
| 12 | '''setcolor''' ''[-b] [-i] <color>'' |
| 13 | * '''-b''' -- ''set the background color, rather than the foreground color'' |
| 14 | * '''-i''' -- ''For zephyr classes, color the particular instance. This is the default for class message.'' |
| 15 | * '''color''' -- one of the colors listed in ''':show colors''' |
| 16 | |
| 17 | '''Note:''' Colors are not persisted until you use the savecolors command. |
| 18 | |
| 19 | |
| 20 | color settings are stored in two files in ~/.owl |
| 21 | * '''colormap''' -- ''foreground color mappings.'' |
| 22 | * '''colormap_bg''' -- ''background color mappings.'' |