summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-10-19 09:18:24 +0200
committerTobias Klauser <tklauser@distanz.ch>2012-10-19 09:18:24 +0200
commit761f394ebeb555a088a8a04f6cd282a9c657f6aa (patch)
treec5bc6b3487b2483f6834cc873bfe84129fadfc74 /.Xresources
parenteacee22cb4f2beab4a610fd848095adbe0d1e3e8 (diff)
Rename .Xdefaults to .Xresources (the former is deprecated)
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources62
1 files changed, 62 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..d9b278e
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,62 @@
+! use xft for drawing fonts
+urxvt.font: xft:Inconsolata-9
+urxvt.background: black
+urxvt.foreground: white
+! make a scrollbar that's nearly black
+urxvt*scrollBar: true
+urxvt*scrollBar_floating: true
+urxvt*scrollBar_right: false
+urxvt*scrollColor: #202020
+urxvt*termName: xterm
+urxvt*urllauncher: iceweasel
+! matcher.button # 3 is a right-click
+urxvt*matcher.button: 3
+urxvt*saveLines: 16384
+urxvt.perl-ext-common: default,matcher,tabbed
+! black
+urxvt*color0: #222222
+urxvt*color8: #666666
+! red
+urxvt*color1: #AA0000
+urxvt*color9: #FF5555
+! green
+urxvt*color2: #00AA00
+urxvt*color10: #55FF55
+! yellow
+urxvt*color3: #AA5500
+urxvt*color11: #ffff99
+! blue
+urxvt*color4: #0000AA
+urxvt*color12: #6666FF
+! magenta
+urxvt*color5: #993399
+urxvt*color13: #ff99ff
+! cyan
+urxvt*color6: #00AAAA
+urxvt*color14: #55FFFF
+! white
+urxvt*color7: #AAAAAA
+urxvt*color15: #FFFFFF
+
+urxvt*cursorColor: #d8d8d8
+
+urxvt*geometry: 110x38
+
+aterm*background: black
+aterm*foreground: grey
+aterm*borderColor: white
+aterm*geometry: 110x38
+aterm*saveLines: 1024
+aterm*scrollBar: false
+aterm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
+aterm*boldFont: -misc-fixed-bold-r-normal-*-12-*-*-*-*-*-*-*
+
+XTerm*background: black
+XTerm*foreground: grey
+XTerm*borderColor: white
+XTerm*geometry: 110x36
+XTerm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
+
+XLock.mode: blank
+XLock.font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*
+