-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathXresources
123 lines (91 loc) · 3.11 KB
/
Xresources
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
! Sample Xresources for Xterm and URxvt.
! Copy to your home directory as $HOME/.Xresources and run
! 'xrdb -merge ~/.Xresources'
! to make these settings visible to a running X instance. Either XTerm or
! URxvt will need to be restarted for merged changes to take effect.
! If running Wayland, the following command will need to be run manually each
! session before either XTerm or URxvt is opened for these settings to take
! effect:
! 'xrdb -load ~/.Xresources'
! Any changes made to this file will require merging as for X above for those
! changes to take effect.
! Set the default X cursor (requires the dmz-cursor-theme package (Debian)).
!Xcursor*theme: DMZ-White
! Set the font using a classic X font.
!xterm*font: *-fixed-*-*-*-20-*
!xterm*font: 10x20
! Set the font to a TrueType font with antialiasing.
! Adjust the size parameter to your preference
xterm*faceName: DejaVu Sans Mono:size=18:antialias=true
XTerm*allowBoldFonts: true
! Set minimum size for Tlf
xterm*geometry: 80x25
! Allow access to the larger color palette available.
XTerm*termName: xterm-256color
UXTerm*termName: xterm-256color
!----------------------------------------------------------------------
! Linux terminal scheme from Gnome Terminal Linux Console color palette
! Lighter Black & Gray
xterm*background: #0c0c0c
xterm*foreground: #aaaaaa
! Black & DarkGray
xterm*color0: #000000
xterm*color8: #555555
! DarkRed & Red
xterm*color1: #aa0000
xterm*color9: #ff5555
! DarkGreen & Green
xterm*color2: #00aa00
xterm*color10: #55ff55
! DarkYellow & Yellow
xterm*color3: #aa5500
xterm*color11: #ffff55
! DarkBlue & Blue
xterm*color4: #0000aa
xterm*color12: #5555ff
! DarkMagenta & Magenta
xterm*color5: #aa00aa
xterm*color13: #ff55ff
! DarkCyan & Cyan
xterm*color6: #00aaaa
xterm*color14: #55ffff
! LightGray + White
xterm*color7: #aaaaaa
xterm*color15: #ffffff
! Orange
xterm*cursorColor: #ffa530
!----------------------------------------------------------------------
! URxvt settings
URxvt.geometry: 80x25
URxvt.font: xft:DejaVu Sans Mono:size=18:antialias=true
! URxvt VGA colors
! Orange
URxvt.cursorColor: #ffa530
!URxvt.pointerColor: #dc74d1
! Lighter Black & Gray
URxvt.background: #0c0c0c
URxvt.foreground: #aaaaaa
! Black & DarkGray
URxvt.color0: #000000
URxvt.color8: #555555
! DarkRed & Red
URxvt.color1: #AA0000
URxvt.color9: #FF5555
! DarkGreen & Green
URxvt.color2: #00AA00
URxvt.color10: #55FF55
! DarkYellow & Yellow
URxvt.color3: #AA5500
URxvt.color11: #FFFF55
! DarkBlue & Blue
URxvt.color4: #0000AA
URxvt.color12: #5555FF
! DarkMagenta & Magenta
URxvt.color5: #AA00AA
URxvt.color13: #FF55FF
! DarkCyan & Cyan
URxvt.color6: #00AAAA
URxvt.color14: #55FFFF
! LightGray + White
URxvt.color7: #AAAAAA
URxvt.color15: #FFFFFF