Mercurial > dotfiles
changeset 6:d7884728e836
rename .Xresources -> .Xdefaults
author | meillo@marmaro.de |
---|---|
date | Fri, 07 Sep 2007 23:26:38 +0200 |
parents | f8789f33df8c |
children | 9d451b6d3647 |
files | .Xdefaults .Xresources .xinitrc |
diffstat | 3 files changed, 78 insertions(+), 78 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.Xdefaults Fri Sep 07 23:26:38 2007 +0200 @@ -0,0 +1,77 @@ +! by markus schnalke +! http://marmaro.de + + + +*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* + +*foreground: #bbbbbb +*background: #222222 + + + +urxvt*scrollBar: false + +urxvt*saveLines: 10000 + + + + + +!! colors 0-7 should be seen as background colors + +!! black +urxvt*color0: #444444 +!! darkgray +urxvt*color8: #000000 +! +!! red +urxvt*color1: #cc5566 +!! lightred +urxvt*color9: #992233 +! +!! green +!urxvt*color2: #aece91 +urxvt*color2: #66aa44 +!! lightgreen +!urxvt*color10: #c5f779 +urxvt*color10: #88aa88 +! +!! yellow +urxvt*color3: #dddd55 +!! lightyellow +urxvt*color11: #cccc22 +! +!! blue +urxvt*color4: #003366 +!urxvt*color4: #9db7d0 +!! lightblue +urxvt*color12: #4488cc +!urxvt*color12: #3c8ec4 +! +!! magenta +!urxvt*color5: #963c59 +urxvt*color5: #aacc99 +!! lightmagenta +!urxvt*color13: #cf9ebe +urxvt*color13: #9977aa +! +!! cyan +!urxvt*color6: #9fc1cc +urxvt*color6: #88aadd +!! lightcyan +!urxvt*color14: #9fc1cc +urxvt*color14: #448877 +! +!! gray +urxvt*color7: #666666 +!! white +urxvt*color15: #bbbbbb + + + + + +! to divide urxvt and xterm apart +xterm*background: #111111 +xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
--- a/.Xresources Wed Sep 05 00:21:17 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ -! by markus schnalke -! http://marmaro.de - - - -*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* - -*foreground: #bbbbbb -*background: #222222 - - - -urxvt*scrollBar: false - -urxvt*saveLines: 10000 - - - - - -!! colors 0-7 should be seen as background colors - -!! black -urxvt*color0: #444444 -!! darkgray -urxvt*color8: #000000 -! -!! red -urxvt*color1: #cc5566 -!! lightred -urxvt*color9: #992233 -! -!! green -!urxvt*color2: #aece91 -urxvt*color2: #66aa44 -!! lightgreen -!urxvt*color10: #c5f779 -urxvt*color10: #88aa88 -! -!! yellow -urxvt*color3: #dddd55 -!! lightyellow -urxvt*color11: #cccc22 -! -!! blue -urxvt*color4: #003366 -!urxvt*color4: #9db7d0 -!! lightblue -urxvt*color12: #4488cc -!urxvt*color12: #3c8ec4 -! -!! magenta -!urxvt*color5: #963c59 -urxvt*color5: #aacc99 -!! lightmagenta -!urxvt*color13: #cf9ebe -urxvt*color13: #9977aa -! -!! cyan -!urxvt*color6: #9fc1cc -urxvt*color6: #88aadd -!! lightcyan -!urxvt*color14: #9fc1cc -urxvt*color14: #448877 -! -!! gray -urxvt*color7: #666666 -!! white -urxvt*color15: #bbbbbb - - - - - -! to divide urxvt and xterm apart -xterm*background: #111111 -xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*