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