-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
99 lines (87 loc) · 2.47 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
!------------------------------
! Xft settings
! -----------------------------
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 120
!------------------------------
! xterm settings
! -----------------------------
xterm*termname: xterm-color
xterm*background: black
xterm*foreground: white
xterm*scrollbar: true
xterm*xrollttyoutput: false
xterm*savelines: 2000
xterm*internalborder: 3
xterm*boldmode: false
xterm*colorbdmode: true
xterm*colorbd: rgb:fc/fc/fc
xterm*loginshell: true
!------------------------------
! urxvt settings
! -----------------------------
!General
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*urgentOnBell: true
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,clipboard,keyboard-select
urxvt.keysym.M-u: perl:url-select:select_next
urxvt.urlLauncher: /usr/bin/firefox
urxvt.underlineURLs: True
urxvt.keysym.M-Escape: perl:keyboard-select:activate
urxvt.keysym.M-c: perl:clipboard:copy
urxvt.keysym.M-v: perl:clipboard:paste
urxvt.keysym.M-C-v: perl:clipboard:paste_escaped
urxvt*matcher.button: 1
! Appearance
urxvt.font: xft:DejaVu Sans Mono:pixelsize=24
urxvt.font: xft:DejaVu Sans Mono:pixelsize=24
! - cursor
urxvt*cursorColor: #DCDCCC
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
!Foreground & Background
URxvt.background: #121419
URxvt.foreground: #999CA1
!Misc
URxvt*highlightColor: #757F8E
URxvt*highlightTextColor: #15171A
URxvt*cursorColor: #758A8E
URxvt*pointerColor: #999CA1
URxvt*colorBD: #B8BCC2
URxvt*colorUL: #B59279
URxvt*underlineColor: #B6937A
!Black
URxvt*color0: #505152
URxvt*color8: #7C7D7E
!Red
URxvt*color1: #B63F53
URxvt*color9: #E8909B
!Green
URxvt*color2: #51997A
URxvt*color10: #9EDCBB
!Yellow
URxvt*color3: #B27B42
URxvt*color11: #DCC58F
!Blue
URxvt*color4: #5C95B3
URxvt*color12: #A7C8D4
!Magenta
URxvt*color5: #B85A86
URxvt*color13: #D9A4C8
!Cyan
URxvt*color6: #83A6A7
URxvt*color14: #BBD7D2
!White
URxvt*color7: #A4A6A7
URxvt*color15: #E8E6E4