diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-10-23 03:14:36 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-10-23 03:14:36 -0300 |
commit | 5b132bf1244a008ad3ce67688030a7678831f77d (patch) | |
tree | 501aa27e89f81d5f4bdfaab31c72378991a9c749 /Xresources | |
download | dotfiles-5b132bf1244a008ad3ce67688030a7678831f77d.tar.gz |
Initial commit
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..9cbff8f --- /dev/null +++ b/Xresources @@ -0,0 +1,87 @@ +xterm*faceName: Envy Code R:size=9:antialias=false +!xterm*faceName: xft:Termsynu:size=12 +!xterm*boldFont: xft:Termsynu:bold:size=9 +xterm*linespace: 0 +xterm*VT100*underLine: on +xterm*termName: xterm-256color + +*scrollBar: false +xterm*metaSendsEscape: true +xterm*boldMode: false +xterm*selectToClipboard: true + +dzen2*font: Envy Code R:size=9:antialias=false +dzen2*background: #010101 +dzen2*foreground: #c8c8c8 + +! Default +! +xterm*background: #010101 +xterm*foreground: #c8c8c8 +!xterm*color0: #000000 +!xterm*color1: #b33636 +!xterm*color2: #6ba82a +!xterm*color3: #deaf40 +!xterm*color4: #5a78ad +!xterm*color5: #ab4382 +!xterm*color6: #39a0b3 +!xterm*color7: #a8a8a8 +!xterm*color8: #646464 +!xterm*color9: #e61717 +!xterm*color10: #78dc0c +!xterm*color11: #f1e022 +!xterm*color12: #699dfa +!xterm*color13: #de2a98 +!xterm*color14: #13d1f3 +!xterm*color15: #c8c8c8 + +!*font: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* +!*boldFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* +!*italicFont: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* +!*boldItalicFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* + +!*cursorColor: #CCCCCC +*colorIT: #E3AB8D +!*colorBD: #F0E5DF +!*colorUL: #cd546c +*VT100.colorBDMode: true +*VT100.colorBD: red +*VT100.colorULMode: true +*VT100.colorUL: magenta +*VT100.veryBoldColors: 6 + +*background: rgb:00/00/00 +!*foreground: rgb:7f/7f/7f +*foreground: #f8f8f2 + +! Black +!*color0: #404040 +!*color8: #505050 +*color0: #1B1D1E +*color8: #505354 + +! Red +*color1: #ff005f +*color9: #ff6767 + +! Green +*color2: #afd700 +*color10: #8ce25d + +! Yellow +*color3: #ff8f00 +*color11: #ffb445 + +! Blue +*color4: #1165e9 +*color12: #5496ff + +! Magenta +*color5: #8C54FE +*color13: #9E6FFE +! Cyan +*color6: #4c8ea1 +*color14: #6bc1d0 +! White +*color7: #d2d2d2 +*color15: #ffffff |