-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.Xresources
104 lines (92 loc) · 2.97 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
!#Xterm Settings
!#============================================================
xterm*Background: grey5
xterm*Foreground: LightGoldenrodYellow
xterm*scrollBar: false
!#xterm*font: *-terminus-*-*-*-14-*
xterm*FaceName: Terminus
xterm*FaceSize: 12
!#xterm*FaceSize: 40
!#xterm*FaceName: Awesome
xterm*FaceNameDoublesize: WenQuanYi
!#xterm*FaceNameDoublesize: Noto Sans T Chinese:light
!#xterm*FaceNameDoublesize: Source Code Pro:light
xterm*FontSize: 10
xterm*altSendsEscape: true
xterm*metaSendsEscape: true
!#xterm -fg LightGoldenrodYellow -bg grey5 -fa Terminus -fs 12
!#URxvt Settings
!#============================================================
!#More Setting about urxvt:
!# https://wiki.archlinux.org/index.php/rxvt-unicode
!# http://wiki.archbang.org/index.php?title=Rxvt-Unicode_Terminal
!# http://www.askapache.com/linux/rxvt-xresources.html
!# http://awesome.naquadah.org/wiki/Urxvt
!# https://bbs.archlinux.org/viewtopic.php?id=47795
!#utils
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext-common: default,matcher,font-size
!#URxvt.url-launcher: /usr/bin/chromium
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt*colorUL: yellow
URxvt*saveLines: 0
!#keymap
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!#URxvt*font: xft:Terminus:size=172:antialias=True
!#URxvt*boldfont: xft:Terminus:size=172:antialias=True
!#Appearence
URxvt*visualBell: false
URxvt*scrollBar: false
URxvt*font:\
xft:Source Code Pro:size=12:antialias=true,\
xft:xos4 Terminus:size=12:antialias=true,\
xft:size=12:Noto Sans Mono CJK TC:Thin:antialias=true
URxvt*boldFont:\
xft:Source Code Pro:bold:size=12:antialias=true,\
xft:xos4 Terminus:bold:size=12:antialias=true,\
xft:size=12:Noto Sans Mono CJK TC:bold:antialias=true
URxvt*italicFont:\
xft:Source Code Pro:italic:size=12:antialias=true,\
xft:xos4 Terminus:italic:size=12:antialias=true,\
xft:size=12:Noto Sans Mono CJK TC:italic:antialias=true
!#URxvt*font: xft:Terminus:size=12,xft:size=14:Noto Sans T Chinese:light
!#URxvt*boldFont: xft:Terminus:bold:size=12,xft:size=14:Noto Sans T Chinese:bold
!#URxvt*italicFont: xft:Terminus:italic:size=12,xft:size=14:Noto Sans T Chinese:italic
!#URxvt*font: xft:dina:bolditalic:size=12
!# color settings:
!# http://sdkmvx.wordpress.com/2008/08/13/rxvt-unicode-terminal-colors
URxvt*background: #0f0f0f
URxvt*foreground: #c8c8c8
!for SourceCodePro font
!URxvt*foreground: #FFFFFF
!black
URxvt*color0: #251f1f
URxvt*color8: #5e5e5e
!red
URxvt*color1: #eb4509
URxvt*color9: #eb4509
!green
URxvt*color2: #94e76b
URxvt*color10: #95e76b
!yellow
URxvt*color3: #ffac18
URxvt*color11: #ffac18
!blue
URxvt*color4: #46aede
URxvt*color12: #46aede
!magenta
URxvt*color5: #e32c57
URxvt*color13: #e32c57
!cyan
URxvt*color6: #d6dbac
URxvt*color14: #d6dbac
!white
URxvt*color7: #efefef
URxvt*color15: #efefef
!URxvt*transparent: true
URxvt*transparent: false
URxvt*shading: 20
!#change dpi
Xft.dpi: 166