summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-29 10:05:09 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-29 10:05:09 +0200
commit528244bcf017a3f7a6f8f2f2a3fadabc06075ada (patch)
tree3a6bb47805ae67c12aaf8387e1537d77055c4ff7
parentf6b9f84a3fcf1ca70800c47c5a1095d67b909d7e (diff)
New white/gray theme
-rw-r--r--mutt/colors32
-rwxr-xr-xwmii-3.5/wmiirc4
-rw-r--r--xdefaults1
-rw-r--r--zshrc6
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)
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 "