dextra

dynamic window manager extra repository, themes, styles, dotfiles
git clone git://git.suckless.org/dextra
Log | Files | Refs | LICENSE

commit bb3f5fc9894ec329359550a7729294ba2ee57ee9
Author: Anselm R. Garbe <garbeam@gmail.com>
Date:   Wed, 26 Sep 2007 19:31:43 +0200

initial import
Diffstat:
Xdefaults | 44++++++++++++++++++++++++++++++++++++++++++++
cmus.theme | 23+++++++++++++++++++++++
dir_colors | 110+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fonts/Licence.txt | 7+++++++
fonts/ProggyClean.pcf.gz | 0
fonts/ProggyTiny.pcf.gz | 0
irssi.theme | 154+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mutt.colors | 10++++++++++
screenrc | 3+++
9 files changed, 351 insertions(+), 0 deletions(-)

diff --git a/Xdefaults b/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/cmus.theme b/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/dir_colors b/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/fonts/Licence.txt b/fonts/Licence.txt @@ -0,0 +1,7 @@ +Copyright (c) 2004, 2005 Tristan Grimmer + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/fonts/ProggyClean.pcf.gz b/fonts/ProggyClean.pcf.gz Binary files differ. diff --git a/fonts/ProggyTiny.pcf.gz b/fonts/ProggyTiny.pcf.gz Binary files differ. diff --git a/irssi.theme b/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/mutt.colors b/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/screenrc b/screenrc @@ -0,0 +1,3 @@ +startup_message off +defscrollback 10000 +hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >"