dotfiles
diff .Xdefaults @ 6:d7884728e836
rename .Xresources -> .Xdefaults
author | meillo@marmaro.de |
---|---|
date | Fri, 07 Sep 2007 23:26:38 +0200 |
parents | .Xresources@68dd6ae11835 |
children | f4fd1276a8b3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.Xdefaults Fri Sep 07 23:26:38 2007 +0200 1.3 @@ -0,0 +1,77 @@ 1.4 +! by markus schnalke 1.5 +! http://marmaro.de 1.6 + 1.7 + 1.8 + 1.9 +*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* 1.10 + 1.11 +*foreground: #bbbbbb 1.12 +*background: #222222 1.13 + 1.14 + 1.15 + 1.16 +urxvt*scrollBar: false 1.17 + 1.18 +urxvt*saveLines: 10000 1.19 + 1.20 + 1.21 + 1.22 + 1.23 + 1.24 +!! colors 0-7 should be seen as background colors 1.25 + 1.26 +!! black 1.27 +urxvt*color0: #444444 1.28 +!! darkgray 1.29 +urxvt*color8: #000000 1.30 +! 1.31 +!! red 1.32 +urxvt*color1: #cc5566 1.33 +!! lightred 1.34 +urxvt*color9: #992233 1.35 +! 1.36 +!! green 1.37 +!urxvt*color2: #aece91 1.38 +urxvt*color2: #66aa44 1.39 +!! lightgreen 1.40 +!urxvt*color10: #c5f779 1.41 +urxvt*color10: #88aa88 1.42 +! 1.43 +!! yellow 1.44 +urxvt*color3: #dddd55 1.45 +!! lightyellow 1.46 +urxvt*color11: #cccc22 1.47 +! 1.48 +!! blue 1.49 +urxvt*color4: #003366 1.50 +!urxvt*color4: #9db7d0 1.51 +!! lightblue 1.52 +urxvt*color12: #4488cc 1.53 +!urxvt*color12: #3c8ec4 1.54 +! 1.55 +!! magenta 1.56 +!urxvt*color5: #963c59 1.57 +urxvt*color5: #aacc99 1.58 +!! lightmagenta 1.59 +!urxvt*color13: #cf9ebe 1.60 +urxvt*color13: #9977aa 1.61 +! 1.62 +!! cyan 1.63 +!urxvt*color6: #9fc1cc 1.64 +urxvt*color6: #88aadd 1.65 +!! lightcyan 1.66 +!urxvt*color14: #9fc1cc 1.67 +urxvt*color14: #448877 1.68 +! 1.69 +!! gray 1.70 +urxvt*color7: #666666 1.71 +!! white 1.72 +urxvt*color15: #bbbbbb 1.73 + 1.74 + 1.75 + 1.76 + 1.77 + 1.78 +! to divide urxvt and xterm apart 1.79 +xterm*background: #111111 1.80 +xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*