summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
blob: 7f943485350d34f9230ee0dcc12b9dcef4ee34f0 (plain)
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
! General
urxvt*loginShell:      true
urxvt*scrollBar:       false
urxvt*secondaryScroll: true
urxvt*saveLines:       65535
urxvt*cursorBlink:     false
urxvt*cursorUnderline: true
urxvt*urgentOnBell:    true

! Extensions
urxvt*perl-lib:        /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
urxvt*urlLauncher:     chromium
urxvt*matcher.button:  1
! - catch ugly URLs
!urxvt.cutchars:        `()'*<>[]{|}"

! Appearance
! - use a bitmap font
urxvt*font:        -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
urxvt*boldFont:    -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
urxvt*shading:     50
urxvt*transparent: true
! - color scheme
urxvt.background:  #000000
urxvt.foreground:  #FFFFFF
! black + red
urxvt*color0: #000000
urxvt*color1: #AA0000
! green + yellow
urxvt*color2: #00AA00
urxvt*color3: #DFAF8F
! blue + purple
urxvt*color4: #0000AA
urxvt*color5: #DC8CC3
! cyan + white
urxvt*color6: #8CD0D3
urxvt*color7: #DCDCCC
! bright-black + birhgt-red
urxvt*color8: #709080
urxvt*color9: #FF0000
! bright-green + bright-yellow
urxvt*color10: #00FF00
urxvt*color11: #F0DFAF
! bright-blue + bright-purple
urxvt*color12: #00B4FF
urxvt*color13: #EC93D3
! bright-cyan + bright-white
urxvt*color14: #93E0E3
urxvt*color15: #FFFFFF