-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxdefaults
86 lines (73 loc) · 2.19 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
! xrdb -merge xdefaults
! Colors
! tangoesque scheme
!*background: #ffffff
*foreground: #acacac
! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d
! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4
! DarkMangenta + Mangenta
*color5: #ce5c00
*color13: #f57900
!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
/* xterm */
xterm*background: black
xterm*geometry: 80x25
xterm*termName: xterm-256color
xterm*faceName: DejaVu Sans Mono for Powerline:Book:pixelsize=14
xterm*font: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
xterm*utf8: 2
xterm*dynamicColors: true
xterm*saveLines: 512
xterm*scrollTtyKeypress:true
xterm*scrollTtyOutput: false
xterm*scrollBar: false
xterm*rightScrollBar: false
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
xterm*metaSendsEscape: true
xterm*eightBitInput: false
xterm*visualBell: false
/* URxvt */
URxvt*background: black
URxvt*geometry: 80x25
URxvt*termName: xterm-256color
!URxvt*font: xft:Monaco for Powerline:Regular:size=9
!URxvt*imFont: xft:Monaco for Powerline:Regular:size=9
!URxvt*boldFont: xft:Monaco for Powerline:Regular:size=9
!URxvt*italicFont: xft:Monaco for Powerline:size=9
URxvt*font: xft:DejaVu Sans Mono for Powerline:Regular:size=9
URxvt*imFont: xft:DejaVu Sans Mono for Powerline:Regular:size=9
URxvt*boldFont: xft:DejaVu Sans Mono for Powerline:Regular:size=9
URxvt*italicFont: xft:DejaVu Sans Mono for Powerline:size=9
URxvt*iso14755: False
URxvt*utf8: 2
URxvt*dynamicColors: true
URxvt*saveLines: 512
URxvt*scrollTtyKeypress:true
URxvt*scrollTtyOutput: false
URxvt*scrollBar: false
URxvt*rightScrollBar: false
URxvt*jumpScroll: true
URxvt*multiScroll: true
URxvt*toolBar: false
URxvt*metaSendsEscape: true
URxvt*eightBitInput: false