added send to device shell script.
[my-dotfiles.git] / Xresources
1 Xft.dpi: 96
2 Xft.antialias: true
3 Xft.hinting: true
4 Xft.rgba: rgb
5 Xft.autohint: false
6 Xft.hintstyle: hintslight
7 Xft.lcdfilter: lcddefault
8
9 XTerm*pointerColor: #64b5f6
10 XTerm*faceName: Fixed
11 XTerm*faceSize: 11
12
13
14 ! special
15 *.foreground: #f5f5f5
16 *.background: #303030
17 *.fading: 15
18 *.fadeColor: #303030
19 *.cursorColor: #64b5f6
20 *.pointerColorBackground:#303030
21 *.pointerColorForeground:#64b5f6
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
56 XTerm*background: #303030
57 XTerm*foreground: #f5f5f5
58 XTerm*reverseVideo: on
59 XTerm*selectToClipboard: true
60
61 URxvt*termName: rxvt-unicode-256color
62 !URxvt.font: xft:Space Mono:Regular:pixelsize=14
63 !URxvt.boldFont: xft:Space Mono:Bold:pixelsize=14
64 URxvt.font: xft:Source Code Pro:Regular:pixelsize=14
65 URxvt.boldFont: xft:Source Code Pro:Bold:pixelsize=14
66 URxvt.geometry: 120x30
67 URxvt.depth: 32
68 URxvt.letterSpace: 1
69 URxvt.background: [90]#303030
70 URxvt*scrollBar: false
71 URxvt*mouseWheelScrollPage: false
72 URxvt*cursorBlink: true
73 URxvt*cursorUnderline: true
74 URxvt*.foreground: #f5f5f5
75 URxvt*cursorColor: #f5f5f5
76 URxvt*saveLines: 5000
77 URxvt.internalBorder: 1
78
79 URxvt.colorIT: #64b5f6
80 URxvt.colorBD: #f5f5f5
81 URxvt.colorUL: #1976d2