aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-25 23:19:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-25 23:19:15 +1200
commit58b116532590e4be5564df842ae07705e04c6bd6 (patch)
treea5151dbddd14d950bc110fe5f9ff19fd01f1b045 /X
parentSpelling words (diff)
downloaddotfiles-58b116532590e4be5564df842ae07705e04c6bd6.tar.gz
dotfiles-58b116532590e4be5564df842ae07705e04c6bd6.zip
Added font stuff, sorted
Diffstat (limited to 'X')
-rw-r--r--X/Xresources56
1 files changed, 28 insertions, 28 deletions
diff --git a/X/Xresources b/X/Xresources
index bd368438..9538bba9 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -1,37 +1,37 @@
-URxvt.saveLines: 10000
-URxvt.background: #030303
-URxvt.foreground: #E0E0E0
-URxvt.font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=true
-URxvt.scrollBar: false
-URxvt.scrollTTyOutput: false
-URxvt.scrollTTyKeypress: true
-URxvt.secondaryScroll: true
-URxvt.cursorBlink: on
-URxvt.buffered: false
-URxvt.iso14755: false
-URxvt.iso14755_52: false
+! Fonts
+Xft.antialias: 1
+Xft.hinting: -1
+Xft.hintstyle: hintnone
+Xft.rgba: none
-! black
+! Urxvt
+URxvt.background: rgba:03/03/03/cc
+URxvt.buffered: false
URxvt.color0 : #2E3436
-URxvt.color8 : #555753
-! red
URxvt.color1 : #CC0000
-URxvt.color9 : #EF2929
-! green
-URxvt.color2 : #3EAA06
URxvt.color10 : #7AF234
-! yellow
-URxvt.color3 : #C4A000
URxvt.color11 : #FCE94F
-! blue
-URxvt.color4 : #3465A4
URxvt.color12 : #729FCF
-! magenta
-URxvt.color5 : #75507B
URxvt.color13 : #AD7FA8
-! cyan
-URxvt.color6 : #06989A
URxvt.color14 : #34E2E2
-! white
-URxvt.color7 : #D3D7CF
URxvt.color15 : #EEEEEC
+URxvt.color2 : #3EAA06
+URxvt.color3 : #C4A000
+URxvt.color4 : #3465A4
+URxvt.color5 : #75507B
+URxvt.color6 : #06989A
+URxvt.color7 : #D3D7CF
+URxvt.color8 : #555753
+URxvt.color9 : #EF2929
+URxvt.cursorBlink: on
+URxvt.depth: 32
+URxvt.font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=true
+URxvt.foreground: #E0E0E0
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+URxvt.saveLines: 10000
+URxvt.scrollBar: false
+URxvt.scrollTTyKeypress: true
+URxvt.scrollTTyOutput: false
+URxvt.secondaryScroll: true
+