mass update.
[my-dotfiles.git] / Xresources
CommitLineData
fdd76fc5 1Xft.dpi: 96
2Xft.antialias: true
3Xft.hinting: true
4Xft.rgba: rgb
5Xft.autohint: false
6Xft.hintstyle: hintslight
7Xft.lcdfilter: lcddefault
8
3f56b6e0 9XTerm*pointerColor: #64b5f6
fdd76fc5 10XTerm*faceName: Fixed
11XTerm*faceSize: 11
12
fdd76fc5 13
14! special
15*.foreground: #f5f5f5
16*.background: #303030
3f56b6e0 17*.fading: 15
18*.fadeColor: #303030
19*.cursorColor: #64b5f6
20*.pointerColorBackground:#303030
21*.pointerColorForeground:#64b5f6
fdd76fc5 22
23! black
24*.color0: #303030
25*.color8: #424242
26
27! red
28*.color1: #d32f2f
29*.color9: #e57373
30
31! green
32*.color2: #388e3c
33*.color10: #81c784
34
35! yellow
36*.color3: #f57c00
37*.color11: #ffb74d
38
39! blue
40*.color4: #303f9f
41*.color12: #7986cb
42
43! magenta
44*.color5: #c51162
45*.color13: #ff4081
46
47! cyan
48*.color6: #1976d2
49*.color14: #64b5f6
50
51! white
52*.color7: #bdbdbd
53*.color15: #f5f5f5
54
55
56XTerm*background: #303030
57XTerm*foreground: #f5f5f5
58XTerm*reverseVideo: on
59XTerm*selectToClipboard: true
60
3f56b6e0 61URxvt*termName: rxvt-unicode-256color
7abef725 62!URxvt.font: xft:Inconsolata:Regular:pixelsize=14
63!URxvt.boldFont:Inconsolata:Regular:pixelsize=14
64URxvt.font: xft:Space Mono:Regular:pixelsize=14
65URxvt.boldFont: xft:Space Mono:Bold:pixelsize=14
66!URxvt.font: xft:Source Code Pro:Regular:pixelsize=14
67!URxvt.boldFont: xft:Source Code Pro:Bold:pixelsize=14
fdd76fc5 68URxvt.geometry: 120x30
69URxvt.depth: 32
3f56b6e0 70URxvt.letterSpace: 1
71URxvt.background: [90]#303030
fdd76fc5 72URxvt*scrollBar: false
73URxvt*mouseWheelScrollPage: false
74URxvt*cursorBlink: true
75URxvt*cursorUnderline: true
76URxvt*.foreground: #f5f5f5
77URxvt*cursorColor: #f5f5f5
78URxvt*saveLines: 5000
79URxvt.internalBorder: 1
80
3f56b6e0 81URxvt.colorIT: #64b5f6
fdd76fc5 82URxvt.colorBD: #f5f5f5
3f56b6e0 83URxvt.colorUL: #1976d2