commit d0ed7f8f358f8941d546a349e3e5140ca6d31263
parent d2427be08019d8f3b1c2f7165428682df81efde1
Author: Anselm R. Garbe <garbeam@gmail.com>
Date: Wed, 26 Sep 2007 19:45:00 +0200
reorganized structure, possibly there will be more setups appear
Diffstat:
14 files changed, 400 insertions(+), 400 deletions(-)
diff --git a/Xdefaults b/Xdefaults
@@ -1,44 +0,0 @@
-! XTerm
-! -----
-XTerm*scrollBar: false
-XTerm*saveLines: 10000
-XTerm*font: -*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*
-XTerm.termName: xterm
-XTerm*background: #ffffff
-XTerm*foreground: #000000
-! black
-XTerm*color1: #000000
-! darkgray
-XTerm*color8: #333333
-! red
-XTerm*color1: #ff3300
-! lightred
-XTerm*color9: #ff9999
-! green
-XTerm*color2: #00ff66
-! lightgreen
-XTerm*color10: #99ff99
-! yellow
-XTerm*color3: #ffff33
-! lightyellow
-XTerm*color11: #ffff99
-! blue
-XTerm*color4: #0066cc
-! lightblue
-XTerm*color12: #3399ff
-! magenta
-XTerm*color5: #993399
-! lightmagenta
-XTerm*color13: #cc66cc
-! cyan
-XTerm*color6: #009999
-! lightcyan
-XTerm*color14: #33cccc
-! gray
-XTerm*color7: #cccccc
-! white
-XTerm*color15: #ffffff
-XTerm*vt100.metaSendsEscape: true
-! Misc
-! ----
-Xft.dpi: 75
diff --git a/cmus.theme b/cmus.theme
@@ -1,23 +0,0 @@
-set color_cmdline_bg=default
-set color_cmdline_fg=default
-set color_error=red
-set color_info=default
-set color_separator=gray
-set color_statusline_bg=default
-set color_statusline_fg=default
-set color_titleline_bg=gray
-set color_titleline_fg=black
-set color_win_bg=default
-set color_win_cur=red
-set color_win_cur_sel_bg=gray
-set color_win_cur_sel_fg=red
-set color_win_dir=blue
-set color_win_fg=default
-set color_win_inactive_cur_sel_bg=default
-set color_win_inactive_cur_sel_fg=default
-set color_win_inactive_sel_bg=default
-set color_win_inactive_sel_fg=default
-set color_win_sel_bg=gray
-set color_win_sel_fg=black
-set color_win_title_bg=gray
-set color_win_title_fg=black
diff --git a/dir_colors b/dir_colors
@@ -1,110 +0,0 @@
-# markus schnalke -- http://marmaro.de
-# Configuration file for dircolors, a utility to help you set the
-# LS_COLORS environment variable used by GNU ls with the --color option.
-# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
-# slackware version of dircolors) are recognized but ignored.
-# Below, there should be one TERM entry for each termtype that is colorizable
-TERM linux
-TERM linux-c
-TERM mach-color
-TERM console
-TERM con132x25
-TERM con132x30
-TERM con132x43
-TERM con132x60
-TERM con80x25
-TERM con80x28
-TERM con80x30
-TERM con80x43
-TERM con80x50
-TERM con80x60
-TERM cygwin
-TERM dtterm
-TERM mlterm
-TERM putty
-TERM xterm
-TERM xterm-color
-TERM xterm-debian
-TERM rxvt
-TERM rxvt-unicode
-TERM screen
-TERM screen-bce
-TERM screen-w
-TERM vt100
-TERM Eterm
-
-# Below are the color init strings for the basic file types. A color init
-# string consists of one or more of the following numeric codes:
-# Attribute codes:
-# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
-# Text color codes:
-# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
-# Background color codes:
-# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
-NORMAL 00 # global default, although everything should be something.
-FILE 00 # normal file
-DIR 01;34 # directory
-LINK target # symbolic link. (If you set this to 'target' instead of a
-FIFO 40;33 # pipe
-SOCK 01;35 # socket
-DOOR 01;35 # door
-BLK 40;33;01 # block device driver
-CHR 40;33;01 # character device driver
-ORPHAN 40;31;01 # symlink to nonexistent file
-
-SETUID 37;41 # file that is setuid (u+s)
-SETGID 30;43 # file that is setgid (g+s)
-STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
-OTHER_WRITABLE 41;42 # dir that is other-writable (o+w) and not sticky
-STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
-EXEC 01;32 # This is for files with execute permission
-
-# List any file extensions like '.gz' or '.tar' that you would like ls
-# to colorize below. Put the extension, a space, and the color init string.
-# (and any comments you want to add after a '#')
-# If you use DOS-style suffixes, you may want to uncomment the following:
-# archives or compressed (bright red)
-.tar 00;31
-.tgz 00;31
-.arj 00;31
-.taz 00;31
-.lzh 00;31
-.zip 00;31
-.z 00;31
-.Z 00;31
-.gz 00;31
-.bz2 00;31
-.deb 00;31
-.rpm 00;31
-.jar 00;31
-
-# image formats
-.jpg 01;35
-.jpeg 01;35
-.gif 01;35
-.bmp 01;35
-.pbm 01;35
-.pgm 01;35
-.ppm 01;35
-.tga 01;35
-.xbm 01;35
-.xpm 01;35
-.tif 01;35
-.tiff 01;35
-.png 01;35
-.mov 01;35
-.mpg 01;35
-.mpeg 01;35
-.avi 01;35
-.fli 01;35
-.gl 01;35
-.dl 01;35
-.xcf 01;35
-.xwd 01;35
-
-# audio formats
-.flac 01;35
-.mp3 01;35
-.mpc 01;35
-.ogg 01;35
-.wav 01;35
diff --git a/irssi.theme b/irssi.theme
@@ -1,154 +0,0 @@
-# default foreground color (%N) - -1 is the "default terminal color"
-default_color = "-1";
-# print timestamp/servertag at the end of line, not at beginning
-info_eol = "false";
-# these characters are automatically replaced with specified color
-# (dark grey by default)
-replaces = { "[]=" = "$*%n"; };
-abstracts = {
- # text to insert at the beginning of each non-message line
- line_start = "%k-%k!%k-%n ";
- # timestamp styling, nothing by default
- timestamp = "$*";
- # any kind of text that needs hilighting, default is to bold
- hilight = "%_$*%_";
- # any kind of error message, default is bright red
- error = "%R$*%n";
- # channel name is printed
- channel = "$*";
- # nick is printed
- nick = "%_$*%_";
- # nick host is printed
- nickhost = "[$*]";
- # server name is printed
- server = "%_$*%_";
- # some kind of comment is printed
- comment = "[$*]";
- # reason for something is printed (part, quit, kick, ..)
- reason = "{comment $*}";
- # mode change is printed ([+o nick])
- mode = "{comment $*}";
- # highlighted nick/host is printed (joins)
- channick_hilight = "%B$*%n";
- chanhost_hilight = "{nickhost $*%n}";
- # nick/host is printed (parts, quits, etc.)
- channick = "%b$*%n";
- chanhost = "{nickhost $*%n}";
- # highlighted channel name is printed
- channelhilight = "%b$*%n";
- # ban/ban exception/invite list mask is printed
- ban = "%b$*%n";
- # the basic styling of how to print message, $0 = nick mode, $1 = nick
- msgnick = "%k<%n$0$1-%k>%n %|";
- # $0 = nick mode, $1 = nick
- ownmsgnick = "{msgnick $0 $1-}";
- ownnick = "%U%k$*%n";
- # public message in channel, $0 = nick mode, $1 = nick
- pubmsgnick = "{msgnick $0 $1-}";
- pubnick = "%N$*%n";
- # public message in channel meant for me, $0 = nick mode, $1 = nick
- pubmsgmenick = "{msgnick $0 $1-}";
- menick = "%R$*%n";
- # public highlighted message in channel
- # $0 = highlight color, $1 = nick mode, $2 = nick
- pubmsghinick = "{msgnick $1 %R$2-%n}";
- # channel name is printed with message
- msgchannel = "%K:$*%n";
- # private message, $0 = nick, $1 = host
- privmsg = "[%R$0%K(%r$1-%K)%n] ";
- # private message from you, $0 = "msg", $1 = target nick
- ownprivmsg = "[%k$0%K(%R$1-%K)%n] ";
- # own private message in query
- ownprivmsgnick = "{msgnick $*}";
- ownprivnick = "%U%k$*%n";
- # private message in query
- privmsgnick = "{msgnick %k$*%n}";
- # used internally by this theme
- action_core = " * $*%n";
- # generic one that's used by most actions
- action = "{action_core $*} ";
- # own action, both private/public
- ownaction = "{action $*}";
- # own action with target, both private/public
- ownaction_target = "{action_core $0}%K:$1%n ";
- # private action sent by others
- pvtaction = " (*) $*%n ";
- pvtaction_query = "{action $*}";
- # public action sent by others
- pubaction = "{action $*}";
- # whois
- whois = "%# $[8]0 : $1-";
- # notices
- ownnotice = "[%r$0(%R$1-)]%n ";
- notice = "-%M$*-%n ";
- pubnotice_channel = ":%m$*";
- pvtnotice_host = "(%m$*)";
- servernotice = "%g!$*%n ";
- # CTCPs
- ownctcp = "[%r$0(%R$1-)] ";
- ctcp = "%g$*%n";
- # wallops
- wallop = "%W$*%n: ";
- wallop_nick = "%n$*";
- wallop_action = "%W * $*%n ";
- # netsplits
- netsplit = "%R$*%n";
- netjoin = "%C$*%n";
- # /names list
- names_prefix = "";
- names_nick = "[%_$0%_$1-] ";
- names_nick_op = "{names_nick $*}";
- names_nick_halfop = "{names_nick $*}";
- names_nick_voice = "{names_nick $*}";
- names_users = "[%g$*%n]";
- names_channel = "%G$*%n";
- # DCC
- dcc = "%g$*%n";
- dccfile = "%_$*%_";
- # DCC chat, own msg/action
- dccownmsg = "[%r$0($1-)%n] ";
- dccownnick = "%R$*%n";
- dccownquerynick = "%W$*%n";
- dccownaction = "{action $*}";
- dccownaction_target = "{action_core $0}:$1%n ";
- # DCC chat, others
- dccmsg = "[%G$1-%K(%g$0%K)%n] ";
- dccquerynick = "%G$*%n";
- dccaction = "%W (*dcc*) $*%n %|";
- # default background for all statusbars. You can also give
- # the default foreground color for statusbar items.
- sb_background = "%n%7";
- # default backround for "default" statusbar group
- #sb_default_bg = "%4";
- # background for prompt / input line
- sb_prompt_bg = "%n";
- # background for info statusbar
- sb_info_bg = "%8";
- # background for topicbar (same default)
- #sb_topic_bg = "%4";
- # text at the beginning of statusbars. sb-item already puts
- # space there,so we don't use anything by default.
- sbstart = "";
- # text at the end of statusbars. Use space so that it's never
- # used for anything.
- sbend = " ";
- topicsbstart = "{sbstart $*}";
- topicsbend = "{sbend $*}";
- prompt = "[$*] ";
- sb = " %k[%n$*%k]%n";
- sbmode = "(+%n$*)";
- sbaway = " (%GzZzZ%n)";
- sbservertag = ":$0 (change with ^X)";
- sbnickmode = "$0";
- # activity in statusbar
- # ',' separator
- sb_act_sep = "%n$*";
- # normal text
- sb_act_text = "%n$*";
- # public message
- sb_act_msg = "%n$*";
- # hilight
- sb_act_hilight = "%R$*";
- # hilight with specified color, $0 = color, $1 = text
- sb_act_hilight_color = "$0$1-%n";
-};
diff --git a/minimalblue.vim b/minimalblue.vim
@@ -1,56 +0,0 @@
-" Vim color file
-" Maintainer: Marco Squarcina <lavish@gmail.com>
-" Last Change: 2007/09/25
-" Based On: http://fugal.net/vim/colors/bw.vim
-
-" cool help screens
-" :he group-name
-" :he highlight-groups
-" :he cterm-colors
-" :he highlight
-
-if version > 580
- " no guarantees for version 5.8 and below, but this makes it stop
- " complaining
- hi clear
- if exists("syntax_on")
- syntax reset
- endif
-endif
-let g:colors_name="minimalblue"
-
-hi SpecialKey cterm=bold ctermfg=NONE
-hi NonText cterm=bold ctermfg=NONE
-hi Directory cterm=bold ctermfg=NONE
-hi ErrorMsg ctermbg=NONE ctermfg=red
-hi IncSearch cterm=reverse ctermfg=NONE
-hi Search cterm=underline ctermbg=3
-hi MoreMsg cterm=bold ctermfg=NONE
-hi ModeMsg cterm=bold ctermfg=NONE
-hi LineNr cterm=standout ctermfg=7
-hi Question cterm=standout ctermfg=NONE
-hi StatusLine cterm=standout ctermfg=7 ctermbg=0
-hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0
-hi VertSplit cterm=standout ctermfg=7
-hi Title cterm=bold ctermfg=NONE
-hi Visual cterm=reverse ctermfg=2
-hi VisualNOS cterm=bold,underline ctermfg=NONE
-hi WarningMsg cterm=standout ctermfg=NONE
-hi WildMenu cterm=standout ctermfg=NONE
-hi Folded cterm=standout ctermfg=NONE
-hi FoldColumn cterm=standout ctermfg=gray ctermbg=0
-hi DiffAdd cterm=bold ctermfg=NONE
-hi DiffChange cterm=bold ctermfg=NONE
-hi DiffDelete cterm=bold ctermfg=NONE
-hi DiffText cterm=reverse ctermfg=NONE
-hi Comment cterm=none ctermfg=4
-hi Constant ctermfg=NONE
-hi Special cterm=bold ctermfg=NONE
-hi Identifier cterm=bold ctermfg=NONE
-hi Statement cterm=bold ctermfg=NONE
-hi PreProc ctermfg=NONE
-hi Type cterm=bold ctermfg=NONE
-hi Underlined cterm=underline ctermfg=NONE
-hi Ignore cterm=bold ctermfg=NONE
-hi Error ctermbg=NONE ctermfg=1
-hi Todo cterm=standout ctermfg=NONE
diff --git a/minimalblue/Xdefaults b/minimalblue/Xdefaults
@@ -0,0 +1,44 @@
+! XTerm
+! -----
+XTerm*scrollBar: false
+XTerm*saveLines: 10000
+XTerm*font: -*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*
+XTerm.termName: xterm
+XTerm*background: #ffffff
+XTerm*foreground: #000000
+! black
+XTerm*color1: #000000
+! darkgray
+XTerm*color8: #333333
+! red
+XTerm*color1: #ff3300
+! lightred
+XTerm*color9: #ff9999
+! green
+XTerm*color2: #00ff66
+! lightgreen
+XTerm*color10: #99ff99
+! yellow
+XTerm*color3: #ffff33
+! lightyellow
+XTerm*color11: #ffff99
+! blue
+XTerm*color4: #0066cc
+! lightblue
+XTerm*color12: #3399ff
+! magenta
+XTerm*color5: #993399
+! lightmagenta
+XTerm*color13: #cc66cc
+! cyan
+XTerm*color6: #009999
+! lightcyan
+XTerm*color14: #33cccc
+! gray
+XTerm*color7: #cccccc
+! white
+XTerm*color15: #ffffff
+XTerm*vt100.metaSendsEscape: true
+! Misc
+! ----
+Xft.dpi: 75
diff --git a/minimalblue/cmus.theme b/minimalblue/cmus.theme
@@ -0,0 +1,23 @@
+set color_cmdline_bg=default
+set color_cmdline_fg=default
+set color_error=red
+set color_info=default
+set color_separator=gray
+set color_statusline_bg=default
+set color_statusline_fg=default
+set color_titleline_bg=gray
+set color_titleline_fg=black
+set color_win_bg=default
+set color_win_cur=red
+set color_win_cur_sel_bg=gray
+set color_win_cur_sel_fg=red
+set color_win_dir=blue
+set color_win_fg=default
+set color_win_inactive_cur_sel_bg=default
+set color_win_inactive_cur_sel_fg=default
+set color_win_inactive_sel_bg=default
+set color_win_inactive_sel_fg=default
+set color_win_sel_bg=gray
+set color_win_sel_fg=black
+set color_win_title_bg=gray
+set color_win_title_fg=black
diff --git a/minimalblue/dir_colors b/minimalblue/dir_colors
@@ -0,0 +1,110 @@
+# markus schnalke -- http://marmaro.de
+# Configuration file for dircolors, a utility to help you set the
+# LS_COLORS environment variable used by GNU ls with the --color option.
+# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
+# slackware version of dircolors) are recognized but ignored.
+# Below, there should be one TERM entry for each termtype that is colorizable
+TERM linux
+TERM linux-c
+TERM mach-color
+TERM console
+TERM con132x25
+TERM con132x30
+TERM con132x43
+TERM con132x60
+TERM con80x25
+TERM con80x28
+TERM con80x30
+TERM con80x43
+TERM con80x50
+TERM con80x60
+TERM cygwin
+TERM dtterm
+TERM mlterm
+TERM putty
+TERM xterm
+TERM xterm-color
+TERM xterm-debian
+TERM rxvt
+TERM rxvt-unicode
+TERM screen
+TERM screen-bce
+TERM screen-w
+TERM vt100
+TERM Eterm
+
+# Below are the color init strings for the basic file types. A color init
+# string consists of one or more of the following numeric codes:
+# Attribute codes:
+# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
+# Text color codes:
+# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
+# Background color codes:
+# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
+NORMAL 00 # global default, although everything should be something.
+FILE 00 # normal file
+DIR 01;34 # directory
+LINK target # symbolic link. (If you set this to 'target' instead of a
+FIFO 40;33 # pipe
+SOCK 01;35 # socket
+DOOR 01;35 # door
+BLK 40;33;01 # block device driver
+CHR 40;33;01 # character device driver
+ORPHAN 40;31;01 # symlink to nonexistent file
+
+SETUID 37;41 # file that is setuid (u+s)
+SETGID 30;43 # file that is setgid (g+s)
+STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
+OTHER_WRITABLE 41;42 # dir that is other-writable (o+w) and not sticky
+STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
+EXEC 01;32 # This is for files with execute permission
+
+# List any file extensions like '.gz' or '.tar' that you would like ls
+# to colorize below. Put the extension, a space, and the color init string.
+# (and any comments you want to add after a '#')
+# If you use DOS-style suffixes, you may want to uncomment the following:
+# archives or compressed (bright red)
+.tar 00;31
+.tgz 00;31
+.arj 00;31
+.taz 00;31
+.lzh 00;31
+.zip 00;31
+.z 00;31
+.Z 00;31
+.gz 00;31
+.bz2 00;31
+.deb 00;31
+.rpm 00;31
+.jar 00;31
+
+# image formats
+.jpg 01;35
+.jpeg 01;35
+.gif 01;35
+.bmp 01;35
+.pbm 01;35
+.pgm 01;35
+.ppm 01;35
+.tga 01;35
+.xbm 01;35
+.xpm 01;35
+.tif 01;35
+.tiff 01;35
+.png 01;35
+.mov 01;35
+.mpg 01;35
+.mpeg 01;35
+.avi 01;35
+.fli 01;35
+.gl 01;35
+.dl 01;35
+.xcf 01;35
+.xwd 01;35
+
+# audio formats
+.flac 01;35
+.mp3 01;35
+.mpc 01;35
+.ogg 01;35
+.wav 01;35
diff --git a/minimalblue/irssi.theme b/minimalblue/irssi.theme
@@ -0,0 +1,154 @@
+# default foreground color (%N) - -1 is the "default terminal color"
+default_color = "-1";
+# print timestamp/servertag at the end of line, not at beginning
+info_eol = "false";
+# these characters are automatically replaced with specified color
+# (dark grey by default)
+replaces = { "[]=" = "$*%n"; };
+abstracts = {
+ # text to insert at the beginning of each non-message line
+ line_start = "%k-%k!%k-%n ";
+ # timestamp styling, nothing by default
+ timestamp = "$*";
+ # any kind of text that needs hilighting, default is to bold
+ hilight = "%_$*%_";
+ # any kind of error message, default is bright red
+ error = "%R$*%n";
+ # channel name is printed
+ channel = "$*";
+ # nick is printed
+ nick = "%_$*%_";
+ # nick host is printed
+ nickhost = "[$*]";
+ # server name is printed
+ server = "%_$*%_";
+ # some kind of comment is printed
+ comment = "[$*]";
+ # reason for something is printed (part, quit, kick, ..)
+ reason = "{comment $*}";
+ # mode change is printed ([+o nick])
+ mode = "{comment $*}";
+ # highlighted nick/host is printed (joins)
+ channick_hilight = "%B$*%n";
+ chanhost_hilight = "{nickhost $*%n}";
+ # nick/host is printed (parts, quits, etc.)
+ channick = "%b$*%n";
+ chanhost = "{nickhost $*%n}";
+ # highlighted channel name is printed
+ channelhilight = "%b$*%n";
+ # ban/ban exception/invite list mask is printed
+ ban = "%b$*%n";
+ # the basic styling of how to print message, $0 = nick mode, $1 = nick
+ msgnick = "%k<%n$0$1-%k>%n %|";
+ # $0 = nick mode, $1 = nick
+ ownmsgnick = "{msgnick $0 $1-}";
+ ownnick = "%U%k$*%n";
+ # public message in channel, $0 = nick mode, $1 = nick
+ pubmsgnick = "{msgnick $0 $1-}";
+ pubnick = "%N$*%n";
+ # public message in channel meant for me, $0 = nick mode, $1 = nick
+ pubmsgmenick = "{msgnick $0 $1-}";
+ menick = "%R$*%n";
+ # public highlighted message in channel
+ # $0 = highlight color, $1 = nick mode, $2 = nick
+ pubmsghinick = "{msgnick $1 %R$2-%n}";
+ # channel name is printed with message
+ msgchannel = "%K:$*%n";
+ # private message, $0 = nick, $1 = host
+ privmsg = "[%R$0%K(%r$1-%K)%n] ";
+ # private message from you, $0 = "msg", $1 = target nick
+ ownprivmsg = "[%k$0%K(%R$1-%K)%n] ";
+ # own private message in query
+ ownprivmsgnick = "{msgnick $*}";
+ ownprivnick = "%U%k$*%n";
+ # private message in query
+ privmsgnick = "{msgnick %k$*%n}";
+ # used internally by this theme
+ action_core = " * $*%n";
+ # generic one that's used by most actions
+ action = "{action_core $*} ";
+ # own action, both private/public
+ ownaction = "{action $*}";
+ # own action with target, both private/public
+ ownaction_target = "{action_core $0}%K:$1%n ";
+ # private action sent by others
+ pvtaction = " (*) $*%n ";
+ pvtaction_query = "{action $*}";
+ # public action sent by others
+ pubaction = "{action $*}";
+ # whois
+ whois = "%# $[8]0 : $1-";
+ # notices
+ ownnotice = "[%r$0(%R$1-)]%n ";
+ notice = "-%M$*-%n ";
+ pubnotice_channel = ":%m$*";
+ pvtnotice_host = "(%m$*)";
+ servernotice = "%g!$*%n ";
+ # CTCPs
+ ownctcp = "[%r$0(%R$1-)] ";
+ ctcp = "%g$*%n";
+ # wallops
+ wallop = "%W$*%n: ";
+ wallop_nick = "%n$*";
+ wallop_action = "%W * $*%n ";
+ # netsplits
+ netsplit = "%R$*%n";
+ netjoin = "%C$*%n";
+ # /names list
+ names_prefix = "";
+ names_nick = "[%_$0%_$1-] ";
+ names_nick_op = "{names_nick $*}";
+ names_nick_halfop = "{names_nick $*}";
+ names_nick_voice = "{names_nick $*}";
+ names_users = "[%g$*%n]";
+ names_channel = "%G$*%n";
+ # DCC
+ dcc = "%g$*%n";
+ dccfile = "%_$*%_";
+ # DCC chat, own msg/action
+ dccownmsg = "[%r$0($1-)%n] ";
+ dccownnick = "%R$*%n";
+ dccownquerynick = "%W$*%n";
+ dccownaction = "{action $*}";
+ dccownaction_target = "{action_core $0}:$1%n ";
+ # DCC chat, others
+ dccmsg = "[%G$1-%K(%g$0%K)%n] ";
+ dccquerynick = "%G$*%n";
+ dccaction = "%W (*dcc*) $*%n %|";
+ # default background for all statusbars. You can also give
+ # the default foreground color for statusbar items.
+ sb_background = "%n%7";
+ # default backround for "default" statusbar group
+ #sb_default_bg = "%4";
+ # background for prompt / input line
+ sb_prompt_bg = "%n";
+ # background for info statusbar
+ sb_info_bg = "%8";
+ # background for topicbar (same default)
+ #sb_topic_bg = "%4";
+ # text at the beginning of statusbars. sb-item already puts
+ # space there,so we don't use anything by default.
+ sbstart = "";
+ # text at the end of statusbars. Use space so that it's never
+ # used for anything.
+ sbend = " ";
+ topicsbstart = "{sbstart $*}";
+ topicsbend = "{sbend $*}";
+ prompt = "[$*] ";
+ sb = " %k[%n$*%k]%n";
+ sbmode = "(+%n$*)";
+ sbaway = " (%GzZzZ%n)";
+ sbservertag = ":$0 (change with ^X)";
+ sbnickmode = "$0";
+ # activity in statusbar
+ # ',' separator
+ sb_act_sep = "%n$*";
+ # normal text
+ sb_act_text = "%n$*";
+ # public message
+ sb_act_msg = "%n$*";
+ # hilight
+ sb_act_hilight = "%R$*";
+ # hilight with specified color, $0 = color, $1 = text
+ sb_act_hilight_color = "$0$1-%n";
+};
diff --git a/minimalblue/minimalblue.vim b/minimalblue/minimalblue.vim
@@ -0,0 +1,56 @@
+" Vim color file
+" Maintainer: Marco Squarcina <lavish@gmail.com>
+" Last Change: 2007/09/25
+" Based On: http://fugal.net/vim/colors/bw.vim
+
+" cool help screens
+" :he group-name
+" :he highlight-groups
+" :he cterm-colors
+" :he highlight
+
+if version > 580
+ " no guarantees for version 5.8 and below, but this makes it stop
+ " complaining
+ hi clear
+ if exists("syntax_on")
+ syntax reset
+ endif
+endif
+let g:colors_name="minimalblue"
+
+hi SpecialKey cterm=bold ctermfg=NONE
+hi NonText cterm=bold ctermfg=NONE
+hi Directory cterm=bold ctermfg=NONE
+hi ErrorMsg ctermbg=NONE ctermfg=red
+hi IncSearch cterm=reverse ctermfg=NONE
+hi Search cterm=underline ctermbg=3
+hi MoreMsg cterm=bold ctermfg=NONE
+hi ModeMsg cterm=bold ctermfg=NONE
+hi LineNr cterm=standout ctermfg=7
+hi Question cterm=standout ctermfg=NONE
+hi StatusLine cterm=standout ctermfg=7 ctermbg=0
+hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0
+hi VertSplit cterm=standout ctermfg=7
+hi Title cterm=bold ctermfg=NONE
+hi Visual cterm=reverse ctermfg=2
+hi VisualNOS cterm=bold,underline ctermfg=NONE
+hi WarningMsg cterm=standout ctermfg=NONE
+hi WildMenu cterm=standout ctermfg=NONE
+hi Folded cterm=standout ctermfg=NONE
+hi FoldColumn cterm=standout ctermfg=gray ctermbg=0
+hi DiffAdd cterm=bold ctermfg=NONE
+hi DiffChange cterm=bold ctermfg=NONE
+hi DiffDelete cterm=bold ctermfg=NONE
+hi DiffText cterm=reverse ctermfg=NONE
+hi Comment cterm=none ctermfg=4
+hi Constant ctermfg=NONE
+hi Special cterm=bold ctermfg=NONE
+hi Identifier cterm=bold ctermfg=NONE
+hi Statement cterm=bold ctermfg=NONE
+hi PreProc ctermfg=NONE
+hi Type cterm=bold ctermfg=NONE
+hi Underlined cterm=underline ctermfg=NONE
+hi Ignore cterm=bold ctermfg=NONE
+hi Error ctermbg=NONE ctermfg=1
+hi Todo cterm=standout ctermfg=NONE
diff --git a/minimalblue/mutt.colors b/minimalblue/mutt.colors
@@ -0,0 +1,10 @@
+color normal default default
+color hdrdefault magenta default
+color quoted blue default
+color signature cyan default
+color attachment magenta default
+color indicator default color7
+color status default color7
+color tree default default
+color markers red default
+color tilde blue default
diff --git a/minimalblue/screenrc b/minimalblue/screenrc
@@ -0,0 +1,3 @@
+startup_message off
+defscrollback 10000
+hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >"
diff --git a/mutt.colors b/mutt.colors
@@ -1,10 +0,0 @@
-color normal default default
-color hdrdefault magenta default
-color quoted blue default
-color signature cyan default
-color attachment magenta default
-color indicator default color7
-color status default color7
-color tree default default
-color markers red default
-color tilde blue default
diff --git a/screenrc b/screenrc
@@ -1,3 +0,0 @@
-startup_message off
-defscrollback 10000
-hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >"