modificato: i3/config
[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
62URxvt.font: xft:Inconsolata:Bold:pixelsize=14
63URxvt.boldFont: xft:Inconsolata:Black:pixelsize=14
fdd76fc5 64URxvt.geometry: 120x30
65URxvt.depth: 32
3f56b6e0 66URxvt.letterSpace: 1
67URxvt.background: [90]#303030
fdd76fc5 68URxvt*scrollBar: false
69URxvt*mouseWheelScrollPage: false
70URxvt*cursorBlink: true
71URxvt*cursorUnderline: true
72URxvt*.foreground: #f5f5f5
73URxvt*cursorColor: #f5f5f5
74URxvt*saveLines: 5000
75URxvt.internalBorder: 1
76
3f56b6e0 77URxvt.colorIT: #64b5f6
fdd76fc5 78URxvt.colorBD: #f5f5f5
3f56b6e0 79URxvt.colorUL: #1976d2