-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
62 lines (59 loc) · 1.66 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
! General
!urxvt*termName: urxvt
urxvt*loginShell: true
urxvt*scrollBar: true
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: true
urxvt*urgentOnBell: false
!urxvt*override-redirect:false
urxvt*borderLess: true
!urxvt*internalBorder: 0
!urxvt*externalBorder: 0
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher: /usr/bin/firefox
urxvt*matcher.button: 1
! - catch ugly URLs
urxvt.cutchars: `()'*<>[]{|}"
! Appearance
! - use a bitmap font
urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
urxvt*boldFont: -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-*-*
! - use xft for drawing fonts
urxvt*font: xft:Terminus:8
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
urxvt*shading: 20
urxvt*transparent:true
!
! - color scheme
urxvt.background: #000000
urxvt.foreground: #00FF00
! black + red
!urxvt*color0: #3f3f3f
urxvt*color0: #000000
urxvt*color1: #e01010
! green + yellow
urxvt*color2: #00AA00
urxvt*color3: #FFFF00
! blue + purple
urxvt*color4: #112037
urxvt*color5: #A020F0
! cyan + white
urxvt*color6: #5B5BC7
urxvt*color7: #fefefe
! bright-black + bright-red
urxvt*color8: #6a6a6a
urxvt*color9: #FF5555
! bright-green + bright-yellow
urxvt*color10: #90EE90
urxvt*color11: #ffff2f
! bright-blue + bright-purple
urxvt*color12: #5B5BC7
urxvt*color13: #e628ba
! bright-cyan + bright-white
urxvt*color14: #7D7DFB
urxvt*color15: #ffffff