-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
85 lines (67 loc) · 1.77 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
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 157
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt.depth: 32
URxvt.geometry: 105x21
URxvt.transparent: true
URxvt.shading: 10
URxvt.fading: 10
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 1000
URxvt.internalBorder: 0
URxvt.lineSpace: 3
! Fonts
URxvt.allow_bold: true
URxvt*font: xft:DejaVu Sans Mono:pixelsize=13,style=regular
URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=13
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: chromium
! Cursor
URxvt.cursorBlink: false
URxvt.cursorColor: #57826d
URxvt.cursorUnderline: true
! Pointer
URxvt.pointerBlank: true
! Colors
! special
*.foreground: #a39a90
*.background: #16130f
*.cursorColor: #a39a90
! black
*.color0: #16130f
*.color8: #5a5047
! red
*.color1: #826d57
*.color9: #826d57
! green
*.color2: #57826d
*.color10: #57826d
! yellow
*.color3: #6d8257
*.color11: #6d8257
! blue
*.color4: #6d5782
*.color12: #6d5782
! magenta
*.color5: #82576d
*.color13: #82576d
! cyan
*.color6: #576d82
*.color14: #576d82
! white
*.color7: #a39a90
*.color15: #dbd6d1