Colors update

I like the naquadah theme for emacs, so now I've changed a few colors
to make my terminal apps look a little bit more like it, more will
most likely follow.
This commit is contained in:
Tom Willemsen 2011-05-12 23:40:03 +02:00
parent 3d05efca4d
commit 8a3f33629b
9 changed files with 13 additions and 20 deletions

View file

@ -29,7 +29,7 @@ urxvt*transparent: true
urxvt.background: #252A2B urxvt.background: #252A2B
urxvt.foreground: #EEEEEC urxvt.foreground: #EEEEEC
! black + red ! black + red
urxvt*color0: black urxvt*color0: #0C191C
urxvt*color1: red3 urxvt*color1: red3
! green + yellow ! green + yellow
urxvt*color2: green3 urxvt*color2: green3

View file

@ -13,7 +13,7 @@ abstracts = {
## ##
# the basic styling hof how to print message, $0 = nick mode, $1 = nick # the basic styling hof how to print message, $0 = nick mode, $1 = nick
msgnick = "$1 %B>>%n %|"; msgnick = "$1 %B»%n %|";
# $0 = nick mode, $1 = nick # $0 = nick mode, $1 = nick
#ownmsgnick = "{msgnick $0 %B$1-%n}"; #ownmsgnick = "{msgnick $0 %B$1-%n}";
@ -25,7 +25,7 @@ abstracts = {
# default background for all statusbars. You can also give the default # default background for all statusbars. You can also give the default
# foreground color for statusbar items. # foreground color for statusbar items.
sb_background = "%4"; sb_background = "%0";
sb_foreground = "%w"; sb_foreground = "%w";
sbmode = " mode $*"; sbmode = " mode $*";
@ -33,10 +33,10 @@ abstracts = {
}; };
formats = { formats = {
"fe-common/core" = { "fe-common/core" = {
join = "%g>>%G>>%n $0 %G>>%n joins $2"; join = "%g»%G»%n $0 %G»%n joins $2";
part = "%r<<%R<<%n $0 %R<<%n leaves $2 {reason $3}"; part = "%r«%R«%n $0 %R«%n leaves $2 {reason $3}";
quit = "%r<<%R<<%n $0 %R<<%n quits {reason $2}"; quit = "%r«%R«%n $0 %R«%n quits {reason $2}";
kick = "%r<<%R<<%n $0 %R<<%n was kicked from {channel $1} by $2 {reason $3}"; kick = "%r«%R«%n $0 %R«%n was kicked from {channel $1} by $2 {reason $3}";
nick_changed = "{channick $0} --> {channick $1}"; nick_changed = "{channick $0} --> {channick $1}";
own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1"; own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1";

View file

@ -2,8 +2,6 @@
# aethon.nl specific options # aethon.nl specific options
### ###
color status brightwhite green
set from = "thomas@aethon.nl" set from = "thomas@aethon.nl"
set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/" set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
set mbox = "+aethon/INBOX" set mbox = "+aethon/INBOX"

View file

@ -2,8 +2,6 @@
# archlinux.us specific options # archlinux.us specific options
### ###
color status brightwhite blue
set from = "tom.willemsen@archlinux.us" set from = "tom.willemsen@archlinux.us"
set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/" set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
set mbox = "+arch/INBOX" set mbox = "+arch/INBOX"

View file

@ -6,8 +6,8 @@
color normal white default color normal white default
# main colors # main colors
color status brightwhite blue color status white black
color indicator brightwhite blue color indicator white black
color tree blue default color tree blue default
color error brightred default color error brightred default
color message brightyellow default color message brightyellow default

View file

@ -2,8 +2,6 @@
# gmail specific option # gmail specific option
### ###
color status blue default
set from = "ryuslash@gmail.com" set from = "ryuslash@gmail.com"
set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/" set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
set mbox = "+gmail/INBOX" set mbox = "+gmail/INBOX"

View file

@ -2,8 +2,6 @@
# iactor specific options # iactor specific options
### ###
color status red default
set from = "tom@iactor.nl" set from = "tom@iactor.nl"
set smtp_url = "mail.iactor.nl:2525" set smtp_url = "mail.iactor.nl:2525"
set mbox = "+iactor/INBOX" set mbox = "+iactor/INBOX"

3
muttrc
View file

@ -28,7 +28,7 @@ unset mark_old # read/new is good enough for me
set beep_new # bell on new mails set beep_new # bell on new mails
set pipe_decode # strip headers and eval mimes when piping set pipe_decode # strip headers and eval mimes when piping
set thorough_search # strip headers and eval mimes before searching set thorough_search # strip headers and eval mimes before searching
set ascii_chars = yes #set ascii_chars = yes
# index options # index options
set sort = threads # like gmail set sort = threads # like gmail
@ -52,6 +52,7 @@ alternative_order text/plain text/enriched text/html # save html for last
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
# formats # formats
set status_format = "-%r %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?] (%s/%S) %> (%P) "
set date_format = "%d %b %H:%M" set date_format = "%d %b %H:%M"
set index_format = "%3C %Z %D [%-12.12F] %s" set index_format = "%3C %Z %D [%-12.12F] %s"
set alias_format = "%4n %t %-20a %r" set alias_format = "%4n %t %-20a %r"

View file

@ -15,8 +15,8 @@ feedlist-title-format "%N %V %> %u feeds with new articles"
articlelist-title-format "%N %V %T" articlelist-title-format "%N %V %T"
# colors # colors
color listfocus white blue bold color listfocus white black
color info white blue bold color info white black
# keys # keys
bind-key i prev-dialog bind-key i prev-dialog