-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXdefaults
63 lines (53 loc) · 1.42 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
! to match gnome-terminal "Linux console" scheme
! foreground/background
URxvt*background: #000000
URxvt*foreground: #AAAAAA
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
! red
URxvt*color1 : #CC0000
URxvt*color9 : #EF2929
! green
URxvt*color2 : #4E9A06
URxvt*color10 : #8AE234
! yellow
URxvt*color3 : #C4A000
URxvt*color11 : #FCE94F
! URxvt*color3 : #AA5500
! URxvt*color11 : #FFFF55
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC
!URxvt*font: xft:Ubuntu Mono:pixelsize=14
!URxvt*boldFont: xft:Ubuntu Mono:bold:pixelsize=14
URxvt.font: xft:Droid Sans Mono:pixelsize=12:Regular
URxvt.boldFont: xft:Droid Sans Mono:pixelsize=12:Bold
URxvt.italicFont: xft:Droid Sans Mono:pixelsize=12:Italic
URxvt.boldItalicFont: xft:Droid Sans Mono:pixelsize=12:Bold:Italic
URxvt.letterSpace: -1
URxvt*saveLines: 12000
URxvt*scrollBar: false
URxvt*scrollstyle: rxvt
!URxvt*letterSpace: -1
URxvt*modifier: alt
URxvt.urgentOnBell: true
urxvt*transparent: true
urxvt*shading: 15
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt*saveLines:100000
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true