tchanged cdump theme - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 43baa8c152cd0fc5c0d2b5d82b98b73f5d2a5439
 (DIR) parent 279c05b3e748cc153307be439d86c011f7a9ec26
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Fri, 28 Nov 2014 12:34:31 +0100
       
       changed cdump theme
       
       Diffstat:
         M cdump                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/cdump b/cdump
       t@@ -1,7 +1,7 @@
        #!/bin/sh
        
        FILE=$HOME/etc/Xresources
       -FILE=$HOME/etc/theme/flashy
       +FILE=$HOME/etc/theme/wine
        
        for NUM in $(seq 0 7); do
              CN=$(grep "^\*color${NUM}:" $FILE | cut -d':' -f2 | tr -d ' ')