-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
65 lines (58 loc) · 2.03 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Xft.dpi: 144
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #222D31
XTerm*foreground: #d8d8d8
XTerm*pointerColor: #1ABB9B
XTerm*faceName: Fixed
XTerm*faceSize: 11
XTerm*reverseVideo: on
XTerm*selectToClipboard: true
*background: #222D31
*foreground: #d8d8d8
*fading: 8
*fadeColor: black
*cursorColor: #1ABB9B
*pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085
! black dark/light
*color0: #222D31
*color8: #585858
! red dark/light
*color1: #ab4642
*color9: #ab4642
! green dark/light
*color2: #7E807E
*color10: #8D8F8D
! yellow dark/light
*color3: #f7ca88
*color11: #f7ca88
! blue dark/light
*color4: #7cafc2
*color12: #7cafc2
! magenta dark/light
*color5: #ba8baf
*color13: #ba8baf
! cyan dark/light
*color6: #1ABB9B
*color14: #1ABB9B
! white dark/light
*color7: #d8d8d8
*color15: #f8f8f8
Xcursor.theme: Breeze_Default
Xcursor.size: 16
URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
URxvt.depth: 32
URxvt.background: [100]#222D31
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*background: black
URxvt*foreground: grey
URxvt*saveLines: 5000
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard