commit a730a09136bdcb4177c3b644b9dd261a36b9a168 parent bac63471c81a02801108aa6161b0782878a507a9 Author: Chris Bracken <chris@bracken.jp> Date: Tue, 3 Sep 2013 13:29:42 -0700 Added .Xdefaults Diffstat:
A | .Xdefaults | | | 24 | ++++++++++++++++++++++++ |
M | Makefile | | | 3 | +++ |
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -0,0 +1,24 @@ +! URxvt +URxvt.foreground: grey +URxvt.background: #0f0f0f +URxvt.font: 9x15 +URxvt.geometry: 100x50 +URxvt.scrollBar: false +URxvt.inputMethod: ibus +URxvt.preeditType: OverTheSpot +URxvt.color0: #2e3436 +URxvt.color1: #cc0000 +URxvt.color2: #4e9a06 +URxvt.color3: #c4a000 +URxvt.color4: #3465a4 +URxvt.color5: #75507b +URxvt.color6: #06989a +URxvt.color7: #d3d7cf +URxvt.color8: #555753 +URxvt.color9: #ef2929 +URxvt.color10: #8ae234 +URxvt.color11: #fce94f +URxvt.color12: #729fcf +URxvt.color13: #ad7fa8 +URxvt.color14: #34e2e2 +URxvt.color15: #eeeeec diff --git a/Makefile b/Makefile @@ -5,6 +5,9 @@ install-zsh: install-bash: cp .aliases .bash_logout .bashrc .colors .paths .profile .sh_functions ~/ +install-x: + cp .Xdefaults ~/ + install-fontconf: cp .fonts.conf ~/ fc-cache -f -v