Remove space mapping
[havk_dotfiles.git] / .Xdefaults
blobece5e7588a1c60e038114ee7f8920a2f33f8613e
1 ! from http://dotfiles.org/~xabbott/.Xdefaults
2 !urxvt*font:             xft:monospace:pixelsize=11
3 urxvt*borderLess:            false
4 urxvt*externalBorder:        0
5 urxvt*internalBorder:        2
6 urxvt*scrollBar:             true
7 urxvt*scrollstyle:           plain
8 urxvt*cursorColor:           #ffffff
9 urxvt*cursorColor2:          #000000
10 urxvt*cursorBlink:           false
11 urxvt*saveLines:             1000
12 urxvt*scrollTtyOutput:       false
13 urxvt*scrollTtyKeypress:     true
14 urxvt*transparent:           true
15 urxvt*tintColor:             #8888ff
16 urxvt*shading:               30
17 urxvt*mouseWheelScrollPage:  false
18 urxvt*cutchars:              `'",;@&*=|?()<>[]{}
19 URxvt.urlLauncher:           firefox
20 URxvt.urgentOnBell:          true
22 ! Very nice colors found on
23 ! http://borrellstudios.com/2010/01/an-overview-of-tiling-window-managers/
24 ! screenshot on the page, .xdefaults links in the article comments
25 *background:    #262626
26 *foreground:    #FFFFFF
28 !black
29 *color0:     #262729
30 *color8:     #554444
32 !red
33 *color1:    #F92672
34 *color9:    #FF669D
35 !green
36 *color2:    #A6E22E
37 *color10:   #BEED5F
38 !yellow
39 *color3:    #FD971F
40 *color11:   #E6DB74
41 !blue
42 *color4:   #395573
43 *color12:  #447AB3
44 !magenta
45 *color5:    #9E6FFE
46 *color13:   #9E6FFE
47 !cyan
48 *color6:    #5E7175
49 *color14:   #A3BABF
50 !white
51 *color7:    #CCCCC6
52 *color15:   #F8F8F2