-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xresources
More file actions
72 lines (63 loc) · 1.91 KB
/
.Xresources
File metadata and controls
72 lines (63 loc) · 1.91 KB
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
URxvt.loginShell: true
URxvt.perl-ext-common: default,matcher,font-size,confirm-paste
! keybindings for font-size
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
! disable iso14755 mode because annoying default keysym
URxvt.iso14755: false
URxvt.iso14755_52: false
! matcher settings for clickable urls
URxvt.url-launcher: xdg-open
URxvt.matcher.button: 1
! scrolling settings
URxvt.saveLines: 12000
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.keysym.C-Page_Up: command:\033]720;1\007
URxvt.keysym.C-Page_Down: command:\033]721;1\007
! font settings
URxvt.font: xft:DejaVu Sans Mono:pixelsize=13:antialias=true:hinting=true
URxvt.boldFont: xft:DejaVu Sans Mono:bold:pixelsize=13:antialias=true:hinting=true
! make cool color themes work properly
URxvt.intensityStyles: false
! Base16 Eighties
! Scheme: Chris Kempson (http://chriskempson.com)
#define base00 #2d2d2d
#define base01 #393939
#define base02 #515151
#define base03 #747369
#define base04 #a09f93
#define base05 #d3d0c8
#define base06 #e8e6df
#define base07 #f2f0ec
#define base08 #f2777a
#define base09 #f99157
#define base0A #ffcc66
#define base0B #99cc99
#define base0C #66cccc
#define base0D #6699cc
#define base0E #cc99cc
#define base0F #d27b53
URxvt.foreground: base05
URxvt.background: base00
URxvt.cursorColor: base05
URxvt.color0: base00
URxvt.color1: base08
URxvt.color2: base0B
URxvt.color3: base0A
URxvt.color4: base0D
URxvt.color5: base0E
URxvt.color6: base0C
URxvt.color7: base05
URxvt.color8: base03
URxvt.color9: base09
URxvt.color10: base01
URxvt.color11: base02
URxvt.color12: base04
URxvt.color13: base06
URxvt.color14: base0F
URxvt.color15: base07