-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDebianThemeURxvt
58 lines (45 loc) · 939 Bytes
/
DebianThemeURxvt
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
! Xresource file
URxvt*depth: 24
URxvt*geometry: 100x25
URxvt.borderColor: #333333
URxvt.internalBorder: 8
! -- scrollbar
URxvt.scrollstyle: plain
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWidthBuffer: true
URxvt.scrollTtyKeypress: true
! -- login shell
URxvt.loginShell: false
! -- font
URxvt.font: xft:lime:pixelsize=10
! -- perl
URxvt.perl-ext-command: default,clipboard,vtwheel
URxvt.keysym.Mod4-v: perl:clipboard:paste
! -- colors
! black
URxvt.color0: #121212
URxvt.color8: #3B3B3B
! red
URxvt.color1: #8C4655
URxvt.color9: #B3596B
! green
URxvt.color2: #8C466A
URxvt.color10: #B35988
! yellow
URxvt.color3: #8C4681
URxvt.color11: #B359A4
! blue
URxvt.color4: #81468C
URxvt.color12: #2d2d2d
! magenta
URxvt.color5: #6A468C
URxvt.color13: #8859B3
! cyan
URxvt.color6: #55468C
URxvt.color14: #6B59B3
! white
URxvt.color7: #737373
URxvt.color15: #8C8C8C
URxvt.background: #333333
URxvt.foreground: 15