blob: 368d7846b96ad87e2ab8289807c7c1156a63e515 (
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
! Ce fichier doit être chargé via la directive include dans le fichier .Xdefaults
! Police TTF
URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=14:antialias=true
xterm*FaceName: Bitstream Vera Sans Mono
xterm*FaceSize: 10
! Taille du buffer et barre de défilement
URxvt*saveLines: 10000
URxvt*scrollBar: false
URxvt*visualBell: true
! Curseur et nom du terminal
URxvt*cursorColor: white
URxvt.termName:rxvt-256color
URxvt*urgentOnBell: true
! plugin tabbedex for URxvt
URxvt.perl-ext: tabbedex,selection-to-clipboard
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 0
URxvt.tabbed.tab-bg: 7
URxvt.tabbed.title-bg: 0
URxvt.tabbed.title-fg: 7
URxvt.tabbed.title: false
URxvt.tabbed.autohide: true
!! Black
urxvt.color0 : _background
urxvt.color8 : _color8
!! Red
urxvt.color1 : _color1
urxvt.color9 : _color9
!! Green
urxvt.color2 : _color2
urxvt.color10 : _color10
!! Blue
urxvt.color4 : _color4
urxvt.color12 : _color12
!! Magenta
urxvt.color5 : _color5
urxvt.color13 : _color13
!! White
urxvt.color7 : _color7
urxvt.color15 : _color15
urxvt.color3 : _color3
urxvt.color6 : _color6
urxvt.color11 :_color11
urxvt.color14 :_color14
urxvt.colorBD : _colorBD
urxvt.colorIT : _colorIT
urxvt.colorUL : _colorUL
urxvt.foreground : _foreground
urxvt.cursorColor : _cursorColor
!urxvt.fading: 50
!#define transparency
#ifdef transparency
URxvt*depth: 32
urxvt.shading: 15
urxvt.background: [85]_background
#else
urxvt.background : _background
urxvt.shading: 15
urxvt*transparent: true
#endif
|