-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXdefaults
73 lines (56 loc) · 1.44 KB
/
Xdefaults
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
!-------------------------------------------------------------------------------
!! Colors
!
*background: #2c2c2c
*foreground: #dcdcdc
*cursorColor: #aaaaaa
! transparent
URxvt.depth: 32
URxvt*background: [90]#000000
!! black dark/light
*color0: #3F3F3F
*color8: #709080
!! red dark/light
*color1: #B07E7E
*color9: #DCA3A3
!! green dark/light
*color2: #60B48A
*color10: #72D5A3
!! yellow dark/light
*color3: #DFAF8F
*color11: #F0DFAF
!! blue dark/light
*color4: #9AB8D7
*color12: #94BFF3
!! magenta dark/light
*color5: #E56B67
*color13: #FF8B7D
!! cyan dark/light
*color6: #7797BC
*color14: #93A9E3
!! white dark/light
*color7: #DCDCDC
*color15: #FFFFFF
URxvt*.transparent: true
! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
URxvt*.shading: 15
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,tabbedex,font-size
URxvt.url-select.launcher: chromium
URxvt.url-select.underline: true
URxvt.scrollBar: false
URxvt.savelines:65000
URxvt.font: xft:Monospace-10
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.clipboard.autocopy:true
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
! tab
URxvt.tabbed.new-button: false
URxvt.tabbed.autohide: true
URxvt.keysym.Control-t: perl:tabbedex:new_tab
URxvt.keysym.Control-Tab: perl:tabbedex:next_tab
URxvt.keysym.Control-Shift-Tab: perl:tabbedex:prev_tab
! font size
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease