From: Mart Lubbers Date: Mon, 3 Mar 2014 22:47:02 +0000 (+0100) Subject: added .Xresources, however still without transparancy X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=2936f4d6a97842ec19287d8093baf68a0b654b6b;p=dotfiles.git added .Xresources, however still without transparancy --- diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..9fe9f70 --- /dev/null +++ b/.Xresources @@ -0,0 +1,23 @@ +URxvt.visualBell: true +URxvt.depth: 32 +URxvt.background: black +URxvt.saveLines: 10000 +URxvt.foreground: white +URxvt.scrollBar: false +URxvt.color0: rgb:00/00/00 +URxvt.color1: rgb:a8/00/00 +URxvt.color2: rgb:00/a8/00 +URxvt.color3: rgb:a8/54/00 +URxvt.color4: rgb:00/00/a8 +URxvt.color5: rgb:a8/00/a8 +URxvt.color6: rgb:00/a8/a8 +URxvt.color7: rgb:a8/a8/a8 +URxvt.color8: rgb:54/54/54 +URxvt.color9: rgb:fc/54/54 +URxvt.color10: rgb:54/fc/54 +URxvt.color11: rgb:fc/fc/54 +URxvt.color12: rgb:54/54/fc +URxvt.color13: rgb:fc/54/fc +URxvt.color14: rgb:54/fc/fc +URxvt.color15: rgb:fc/fc/fc +URxvt.colorBD: rgb:fc/fc/fc diff --git a/; b/; new file mode 100644 index 0000000..9fe9f70 --- /dev/null +++ b/; @@ -0,0 +1,23 @@ +URxvt.visualBell: true +URxvt.depth: 32 +URxvt.background: black +URxvt.saveLines: 10000 +URxvt.foreground: white +URxvt.scrollBar: false +URxvt.color0: rgb:00/00/00 +URxvt.color1: rgb:a8/00/00 +URxvt.color2: rgb:00/a8/00 +URxvt.color3: rgb:a8/54/00 +URxvt.color4: rgb:00/00/a8 +URxvt.color5: rgb:a8/00/a8 +URxvt.color6: rgb:00/a8/a8 +URxvt.color7: rgb:a8/a8/a8 +URxvt.color8: rgb:54/54/54 +URxvt.color9: rgb:fc/54/54 +URxvt.color10: rgb:54/fc/54 +URxvt.color11: rgb:fc/fc/54 +URxvt.color12: rgb:54/54/fc +URxvt.color13: rgb:fc/54/fc +URxvt.color14: rgb:54/fc/fc +URxvt.color15: rgb:fc/fc/fc +URxvt.colorBD: rgb:fc/fc/fc diff --git a/install b/install index 38b78f1..c8ad1e7 100755 --- a/install +++ b/install @@ -1,3 +1,3 @@ #!/bin/bash -ln -is `pwd`/.vimrc ~/.vimrc -ln -is `pwd`/.bashrc ~/.bashrc +cp -if `pwd`/.vimrc ~/.vimrc +cp -if `pwd`/.bashrc ~/.bashrc