-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
116 lines (92 loc) · 2.74 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
! xscreensaver.logFile:/var/log/xscreensaver.log
! xscreensaver.verbose:true
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 96
!Xft.dpi: 130
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! Xterm
xterm*background: #262626
xterm*foreground: #657b83
XTerm*faceName: xft:PragmataPro:pixelsize=14
XTerm*termName: xterm-256color
URxvt.depth: 32
! URxvt.geometry: 90x30
! URxvt.transparent: true
URxvt.shading: 0
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 50000
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
URxvt.allow_bold: true
URxvt*font: xft:PragmataPro:pixelsize=14:antialias=true
URxvt*boldFont: xft:PragmataPro:pixelsize=14:antialias=true
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: plain
URxvt.scrollBar: true
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! Perl extensions
URxvt.perl-ext-common: default,clipboard,-confirm-paste
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.meta8: false
! URxvt.metaSendsEscape: true
URxvt*background: #262626
URxvt*foreground: #657b83
URxvt*fadeColor: #002b36
URxvt*cursorColor: #93a1a1
URxvt*pointerColorBackground: #586e75
URxvt*pointerColorForeground: #93a1a1
!! black dark/light
URxvt*color0: #073642
URxvt*color8: #002b36
!! red dark/light
URxvt*color1: #dc322f
URxvt*color9: #cb4b16
!! green dark/light
URxvt*color2: #859900
URxvt*color10: #586e75
!! yellow dark/light
URxvt*color3: #b58900
URxvt*color11: #657b83
!! blue dark/light
URxvt*color4: #268bd2
URxvt*color12: #839496
!! magenta dark/light
URxvt*color5: #d33682
URxvt*color13: #6c71c4
!! cyan dark/light
URxvt*color6: #2aa198
URxvt*color14: #93a1a1
!! white dark/light
URxvt*color7: #eee8d5
URxvt*color15: #fdf6e3
!! ctrl-arrow to move word
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C