From 528244bcf017a3f7a6f8f2f2a3fadabc06075ada Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 29 Jul 2009 10:05:09 +0200 Subject: New white/gray theme --- mutt/colors | 32 ++++++++++++++++---------------- wmii-3.5/wmiirc | 4 ++-- xdefaults | 1 - 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: " " -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) diff --git a/xdefaults b/xdefaults index 601ba81..3f396e9 100644 --- a/xdefaults +++ b/xdefaults @@ -1,6 +1,5 @@ URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* - URxvt*buffered: true URxvt*internalBorder: 2 URxvt*reverseVideo: false diff --git a/zshrc b/zshrc index 2732cc7..ae33b11 100644 --- a/zshrc +++ b/zshrc @@ -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 " -- cgit v1.2.3