-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
61 lines (59 loc) · 1.54 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
!urxvt.termName: rxvt-256color
urxvt.loginShell: true
urxvt.scrollBar: false
urxvt.secondaryScroll: true
urxvt.saveLines: 65535
urxvt.cursorBlink: false
urxvt.urgentOnBell: true
!urxvt.borderLess: true
!!urxvt.borderWidth: 1
!!urxvt.internalBorder: 0
!!
!! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher: /usr/local/bin/firefox
urxvt*matcher.button: 1
! So we catch even nasty URLs
urxvt.cutchars: `()'*<>[]{|}"
URxvt*cutchars: `"()'*<>[]{|}
!
! Appearance
urxvt.font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
urxvt.boldFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-*
!
! Cursor
urxvt.cursorColor: #DCDCCC
!
! Pseudo Transparency
urxvt.shading: 30
urxvt.transparent: true
!!
! Zenburn color-scheme
urxvt*background: #333333
urxvt*foreground: #ddddcc
! black + red
!urxvt*color0: #3f3f3f
urxvt*color0: #113322
urxvt*color1: #884444
! green + yellow
urxvt*color2: #55cc77
urxvt*color3: #ffbb77
! blue + purple
urxvt*color4: #445588
urxvt*color5: #ee77bb
! cyan + white
urxvt*color6: #77ccee
urxvt*color7: #ddddcc
! bright-black + bright-red
urxvt*color8: #66aa77
urxvt*color9: #ee9999
! bright-green + bright-yellow
urxvt*color10: #aadd88
urxvt*color11: #ffdd88
! bright-blue + bright-purple
urxvt*color12: #88aaff
urxvt*color13: #ff88cc
! bright-cyan + bright-white
urxvt*color14: #88eeff
urxvt*color15: #ffffee