From 1ef8d7afa7262e16f028054d3f5aae6492e18f28 Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 18 Apr 2015 14:54:15 -0700 Subject: [PATCH] Add Xresources --- Xresources | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Xresources diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..8e92026 --- /dev/null +++ b/Xresources @@ -0,0 +1,36 @@ +!!!!!!Setup env.!!!!!! +xterm*loginShell: true +xterm*foreground: #FFFFFF +xterm*background: #262626 +xterm*cursorBlink: true +xterm*utf8: 2 +xterm*eightBitInput: true +xtere*eightBitControl: false +xterm*eightBitOutput: true +Xft.antialias: true + +!!!!!!Font!!!!!! +xterm*renderFont: true +xterm*faceName: DejaVuSansMono +xterm*faceNameDoublesize: DejaVuSansMono +xterm*wideChars: true +xterm*wideFont: DejaVuSansMono +xterm*faceSize: 10 + +!!!!!!tango color scheme!!!!!! +xterm*color0: #1e1e1e +xterm*color1: #cc0000 +xterm*color2: #4e9a06 +xterm*color3: #c4a000 +xterm*color4: #3465a4 +xterm*color5: #75507b +xterm*color6: #0b939b +xterm*color7: #d3d7cf +xterm*color8: #555753 +xterm*color9: #ef2929 +xterm*color10: #8ae234 +xterm*color11: #fce94f +xterm*color12: #729fcf +xterm*color13: #ad7fa8 +xterm*color14: #00f5e9 +xterm*color15: #eeeeec