summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-28 00:25:27 +0200
committerGravatar Tom Willemsen2011-07-28 00:25:27 +0200
commit0b0e95e88c1dbd6a9f16300ae03f725e37b6369b (patch)
treec373b1c5a5c49dc72c23ee708fc478d807d00768 /.Xdefaults
parentaf0eeb3f5251367970b15ef4e614bca56c59ee43 (diff)
downloaddotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.tar.gz
dotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.zip
Preparing placing home-directory in repo
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults89
1 files changed, 89 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
new file mode 100644
index 0000000..325f2f3
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,89 @@
+! -*- mode: conf-xdefaults mode:rainbow -*-
+! General
+urxvt*loginShell: true
+urxvt*scrollBar: false
+urxvt*secondaryScroll: true
+urxvt*saveLines: 65535
+urxvt*cursorBlink: false
+urxvt*cursorUnderline: true
+urxvt*urgentOnBell: true
+urxvt*termName: rxvt-256color
+
+! Extensions
+urxvt*perl-lib: /usr/lib/urxvt/perl/
+urxvt*perl-ext-common: default,matcher,searchable-scrollback
+urxvt*urlLauncher: chromium
+urxvt*matcher.button: 1
+
+! Appearance
+! - use a bitmap font
+!urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
+!urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-*
+urxvt*font: xft:DejaVu Sans Mono-10:antialias=true
+urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true
+! - cursor
+urxvt*cursorColor: #DCDCCC
+! - pseudo transparency
+urxvt*shading: 20
+urxvt*transparent: true
+! - color scheme
+urxvt.background: #000000
+urxvt.foreground: #FF9900
+! black + red
+urxvt*color0: #CC6699
+urxvt*color1: #FF9966
+! green + yellow
+urxvt*color2: #9999FF
+urxvt*color3: #FFCC99
+! blue + purple
+urxvt*color4: #CC6666
+urxvt*color5: #9999CC
+! cyan + white
+urxvt*color6: #CC99CC
+urxvt*color7: #000000
+! bright-black + birhgt-red
+urxvt*color8: #DD77AA
+urxvt*color9: #FFAA77
+! bright-green + bright-yellow
+urxvt*color10: #AAAAFF
+urxvt*color11: #FFDDAA
+! bright-blue + bright-purple
+urxvt*color12: #DD7777
+urxvt*color13: #AAAADD
+! bright-cyan + bright-white
+urxvt*color14: #DDAADD
+urxvt*color15: #FF0000
+
+xterm*background: #252A2B
+xterm*foreground: #EEEEEC
+xterm*faceName: DejaVu Sans Mono-10:antialias=true
+! black + red
+xterm*color0: #0C191C
+xterm*color1: #A40000
+! green + yellow
+xterm*color2: #4E9A06
+xterm*color3: #EDD400
+! blue + purple
+xterm*color4: #204A87
+xterm*color5: #5C3566
+! cyan + white
+xterm*color6: cyan3
+xterm*color7: #BABDB6
+! bright-black + birhgt-red
+xterm*color8: #252A2B
+xterm*color9: #EF2929
+! bright-green + bright-yellow
+xterm*color10: #8AE234
+xterm*color11: #FCE84F
+! bright-blue + bright-purple
+xterm*color12: #729FCF
+xterm*color13: #AD8FA8
+! bright-cyan + bright-white
+xterm*color14: cyan
+xterm*color15: #EEEEEC
+
+!xft settings
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight