From 5005408b3e4fdb7471d4c5ff673247073d06238b Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 29 Jul 2013 10:29:10 +0200 Subject: [PATCH] Applied new color definitions to Xresources and Mutt --- .Xresources | 38 ++++++++++----------- .mutt/colors.ambrevar | 2 +- .mutt/colorset.sh | 8 +++-- .shell.d/colors_zsh | 77 ------------------------------------------- .shell.d/funs_rc | 10 ++++-- 5 files changed, 33 insertions(+), 102 deletions(-) delete mode 100644 .shell.d/colors_zsh diff --git a/.Xresources b/.Xresources index a84fa97a..015bb49c 100644 --- a/.Xresources +++ b/.Xresources @@ -9,7 +9,7 @@ !!------------------------------------------------------------------------------ !! URxvt !! ------------------------------------------------------------------------------ -!! url-select, clipboard and keyboard-select are provided in Muennich's perl +!! url-select, clipboard and keyboard-select are provided in Muennich perl !! plugins. !! Plugin dir. @@ -87,25 +87,25 @@ Xft.rgba: rgb !! color14 = bright cyan !! color15 = bright white -!! Gnome style +!! Almost natural colors URxvt.background: black -URxvt.foreground: #CCCCCC -URxvt.color0 : #000000 -URxvt.color1 : #AA0000 -URxvt.color2 : #00AA00 -URxvt.color3 : #AA5500 -URxvt.color4 : #0000AA -URxvt.color5 : #AA00AA -URxvt.color6 : #00AAAA -URxvt.color7 : #AAAAAA -URxvt.color8 : #555555 -URxvt.color9 : #FF5555 -URxvt.color10 : #55FF55 -URxvt.color11 : #FFFF55 -URxvt.color12 : #5555FF -URxvt.color13 : #FF55FF -URxvt.color14 : #55FFFF -URxvt.color15 : #FFFFFF +URxvt.foreground: white +URxvt.color0 : black +URxvt.color1 : #8b0000 +URxvt.color2 : #228b22 +URxvt.color3 : #cdcd00 +URxvt.color4 : blue +URxvt.color5 : #8b008b +URxvt.color6 : #00bfff +URxvt.color7 : #f5f5f5 +URxvt.color8 : #696969 +URxvt.color9 : red +URxvt.color10 : green +URxvt.color11 : yellow +URxvt.color12 : #1e90ff +URxvt.color13 : magenta +URxvt.color14 : cyan +URxvt.color15 : white !!============================================================================== !! Xterm diff --git a/.mutt/colors.ambrevar b/.mutt/colors.ambrevar index 8e0c514b..7a5d42a1 100644 --- a/.mutt/colors.ambrevar +++ b/.mutt/colors.ambrevar @@ -70,7 +70,7 @@ color attachment $my_col_shadow $my_col_shadow_bg color error red black color message white black color search brightwhite magenta -color status brightyellow blue +color status $my_col_status_fg $my_col_status_bg color tree brightblue black color normal white black color tilde green black diff --git a/.mutt/colorset.sh b/.mutt/colorset.sh index a0499858..f37727a4 100755 --- a/.mutt/colorset.sh +++ b/.mutt/colorset.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ $(tput colors) -eq 256 ]; then - ## Emacs colors. + ## 256 colors cat <