summaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-26 11:21:55 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-06-26 11:21:55 +0200
commitf526017928ea2c928877dc519ad97dc5ffafd416 (patch)
tree2010630a4158d7adc829f2052f2e8ec3fe5f4b7f /Xresources
parente9a5df445029f95b6d44f9c7b086bf33f4275acf (diff)
parent17d2ff0828ed8e6e7e59948fb14f17fd5ee5f8e2 (diff)
Merge branch 'master' of github.com:uvaes/dotfiles
Conflicts: zshrc
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources12
1 files changed, 6 insertions, 6 deletions
diff --git a/Xresources b/Xresources
index 204aa76..2ee512d 100644
--- a/Xresources
+++ b/Xresources
@@ -1,8 +1,8 @@
! XTERM !
! Appearance xterm
-*xterm*faceName: DejaVuSansMono
-*xterm*faceSize: 12
+*xterm*faceName: Monaco
+*xterm*faceSize: 11
*xterm*background: Black
*xterm*foreground: White
*xterm*cursorColor: Green
@@ -33,15 +33,17 @@ URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.F11: perl:fullscreen:switch
! Appearance
-URxvt*font: xft:DejaVu Sans Mono:size=12
+! URxvt*font: xft:DejaVu Sans Mono:size=12
+URxvt*font: xft:monaco:size=11:antialias=false
URxvt*scrollBar: false
URxvt*cursorColor: Green
+URxvt*internalBorder: 0
! True transparency
URxvt.depth: 32
! Colors
-URxvt*background: [90]Black
+URxvt*background: [80]Black
URxvt*foreground: White
URxvt.color0 : #2E2E34343636
URxvt.color8 : #555557575353
@@ -330,5 +332,3 @@ URxvt.color15 : #EEEEEEEEECEC
! Turn on/off ISO 14755 5.2 mode (default enabled).
! URxvt*iso14755_52: boolean
-
-