about summary refs log tree commit diff stats
path: root/dev.c
Commit message (Expand)AuthorAgeFilesLines
* implemented dwm reading status text from stdin Anselm R. Garbe2006-07-141-9/+6
* added mini stuffAnselm R. Garbe2006-07-131-21/+27
* fixed several things, nearly feature completeAnselm R. Garbe2006-07-131-2/+2
* new stuffAnselm R. Garbe2006-07-131-6/+6
* several other additions/fixes, dwm is quite usable alreadyAnselm R. Garbe2006-07-131-8/+14
* implemented tagging a clientAnselm R. Garbe2006-07-131-11/+16
* several fixesAnselm R. Garbe2006-07-131-1/+1
* added xlock command (I need it regularly)Anselm R. Garbe2006-07-131-1/+4
* changed back to urxvt, dwm has no problems with it, because it doesn't use fr...Anselm R. Garbe2006-07-131-1/+1
* changed default colorsAnselm R. Garbe2006-07-131-1/+1
* added dev.c instead of kb.cAnselm R. Garbe2006-07-131-0/+134
background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
 * See LICENSE file for license details.
 */

#define FONT		"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
#define FGCOLOR		"#000000"
#define BGCOLOR		"#ffaa00"
#define BORDERCOLOR	"#000000"