-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Xresources
61 lines (58 loc) · 1.53 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
URxvt*font: xft:Ubuntu\ Mono:style=Regular:pixelsize=11
URxvt*scrollstyle: plain
URxvt*scrollBar_right: true
URxvt.saveLines: 55120
URxvt.scrollWithBuffer: true
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.iso14755: false
! extensions
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select
! clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
! keyboard-select
URxvt.keysym.M-a: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.autocopy: true
URxvt.url-select.button: 1
URxvt.url-select.launcher: /usr/bin/env firefox
URxvt.url-select.underline: true
#define emacsBG #0a0406
#define emacsFG #8f8f89
#define emacsCC #a98f8f
! tangoesque scheme
! *background: #111111
! *foreground: #fafbfc
*background: emacsBG
*foreground: emacsFG
*cursorColor: emacsCC
! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #53d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #efef7d
*color11: #ffa103
! DarkBlue + Blue
*color4: #200a87
*color12: #3465a4
! DarkMagenta + Magenta
*color5: #ae5c00
*color13: #fff000
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #ffabe0
! LightGrey + White
*color7: #0cacac
*color15: #ffffff