tParse the current theme - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 8a967c78d3158721ecd9cf1c8a1b84c4e938634a
 (DIR) parent d9f6dec9fe2dfa7dd7da821030c5467ad5afcc0d
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Fri, 27 Jun 2014 14:19:31 +0200
       
       Parse the current theme
       
       Diffstat:
         M cdump                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/cdump b/cdump
       t@@ -1,6 +1,7 @@
        #!/bin/sh
        
        FILE=$HOME/etc/Xresources
       +FILE=$HOME/etc/theme/bow
        
        for NUM in {0..7}; do
              CN=$(grep "^\*color${NUM}:" $FILE | cut -d':' -f2 | tr -d ' ')