-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
80 lines (78 loc) · 1.61 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
! urxvt
URxvt.buffered: true
URxvt.cursorBlink: false
URxvt.cursorUnderline: 0
URxvt.underlineColor: grey
URxvt.depth: 32
URxvt.borderLess: false
URxvt.scrollBar: false
URxvt.secondaryScroll: true
URxvt.loginShell: true
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: google-chrome
URxvt.geometry: 125x34
URxvt.saveLines: 0
URxvt.urgentOnBell: true
URxvt.termName: rxvt-unicode-256color
URxvt.letterSpace: -1
!! Fonts
URxvt.font: xft:Menlo-12, \
-wenquanyi-wenquanyi bitmap song-medium-r-normal--16-160-75-75-p-80-iso10646-1, \
xft:WenQuanYi Bitmap Song-12
URxvt.boldFont: xft:Menlo-12, \
-wenquanyi-wenquanyi bitmap song-medium-r-normal--16-160-75-75-p-80-iso10646-1, \
xft:WenQuanYi Bitmap Song-12
!
! Tango from: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/Xresources/Builtin%20Tango%20Dark
!
*.foreground: #ffffff
*.background: #000000
*.cursorColor: #f79800
!
! Black
*.color0: #000000
*.color8: #555753
!
! Red
*.color1: #cc0000
*.color9: #ef2929
!
! Green
*.color2: #4e9a06
*.color10: #8ae234
!
! Yellow
*.color3: #c4a000
*.color11: #fce94f
!
! Blue
*.color4: #3465a4
*.color12: #729fcf
!
! Magenta
*.color5: #75507b
*.color13: #ad7fa8
!
! Cyan
*.color6: #06989a
*.color14: #34e2e2
!
! White
*.color7: #d3d7cf
*.color15: #eeeeec
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
! Fonts {{{
! get dpi through `xdpyinfo | grep resolution`
Xft.dpi: 96
Xft.rgba: rgb
Xft.hinting: 1
Xft.autohint: 0
Xft.antialias: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
! }}}