-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
60 lines (53 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
! url selection
Rxvt.perl-ext-common: default,url-select
Rxvt.keysym.M-u: perl:url-select:select_next
Rxvt.urlLauncher: firefox
Rxvt.underlineURLs: True
URxvt*font: xft:DejaVu Sans Mono:pixelsize=12
!URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=12
!URxvt*font: -*-dina-medium-r-*-*-13-*-*-*-*-*-*-*
!URxvt*font: xft:Droid Sans Mono:pixelsize=12
!URxvt*font: -*-terminus-*-*-normal-*-12-*-*-*-*-*-*-*
! cursor
!Xcursor.theme: Vanilla-DMZ-AA
! misc
URxvt*urgentOnBell: True
URxvt*scrollBar: False
URxvt*saveLines: 65535
urxvt*termName: rxvt-256color
! scrolling
URxvt*scrollTtyOutput: False
URxvt*scrollWithBuffer: True
URxvt*scrollTtyKeypress: True
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! colors
URxvt.foreground: #D7D0C7
URxvt.background: #080808
! color scheme
*background: #111111
*foreground: #babdb6
! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4
! DarkMangenta + Mangenta
*color5: #ce5c00
*color13: #f57900
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff