diff options
-rw-r--r-- | mutt/colors | 32 | ||||
-rwxr-xr-x | wmii-3.5/wmiirc | 4 | ||||
-rw-r--r-- | xdefaults | 1 | ||||
-rw-r--r-- | zshrc | 6 |
4 files changed, 21 insertions, 22 deletions
diff --git a/mutt/colors b/mutt/colors index 1fdd54a..a7475d0 100644 --- a/mutt/colors +++ b/mutt/colors @@ -1,25 +1,25 @@ -color normal white default # default colors +color normal white default -color attachment yellow default +color attachment brightwhite default color hdrdefault white default -color indicator white blue # cursor color -color markers brightblue default -color quoted green default -color signature brightblue default -color status blue default -color tilde brightblue default -color tree brightblue default +color indicator red black +color markers brightwhite default +color quoted brightwhite default +color signature brightwhite default +color status brightwhite default +color tilde brightwhite default +color tree brightwhite default ### header colors -color header red default ^From: -color header red default ^To: -color header red default ^Reply-To: -color header red default ^Cc: -color header red default ^Subject: +color header white default ^From: +color header white default ^To: +color header white default ^Reply-To: +color header white default ^Cc: +color header white default ^Subject: ### body colors -color body brightblue default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ -color body brightblue default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+ +color body red default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ +color body red default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+ ### mark unread stuff color index white red ~N diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index e03ceb7..1fb826d 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -9,8 +9,8 @@ LEFT=n RIGHT=t # Colors tuples: "<text> <background> <border>" -WMII_FOCUSCOLORS='#00FF00 #000000 #111111' -WMII_NORMCOLORS='#EEEEEE #000000 #111111' +WMII_FOCUSCOLORS='#CCCCCC #000000 #111111' +WMII_NORMCOLORS='#333333 #000000 #111111' WMII_FONT='fixed' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) @@ -1,6 +1,5 @@ URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* - URxvt*buffered: true URxvt*internalBorder: 2 URxvt*reverseVideo: false @@ -1,8 +1,8 @@ PUSER=%{$(echo -n '\e[0;37m')%}%n -PATKI=%{$(echo -n '\e[1;37m')%}@ -PHOST=%{$(echo -n '\e[1;32m')%}%m +PATKI=%{$(echo -n '\e[0;37m')%}@ +PHOST=%{$(echo -n '\e[1;30m')%}%m PDOPP=%{$(echo -n '\e[1;37m')%}: -PPATH=%{$(echo -n '\e[1;32m')%}%~ +PPATH=%{$(echo -n '\e[1;30m')%}%~ PCOMM=%{$(echo -n '\e[0;37m')%} PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM " |