-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
56 lines (46 loc) · 1.07 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
! Fonts
Xft.dpi: 96
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintmedium
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! URxvt settings
! borderless and no scrollbar
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt*font: xft:terminus:pixelsize=12
URxvt*boldFont: xft:terminus:pixelsize=12
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
! xterm settings
xterm*faceName: xft:Inconsolata:pixelsize=12
xterm*utf8: 2
! No bold fonts, but a little lighter
xterm*boldMode: false
xterm*colorBDMode: true
xterm*colorBD: rgb:fc/fc/fc
! change default colors
xterm*foreground: #f2f2f2
xterm*background: #101010
URxvt*foreground: #f2f2f2
URxvt*background: #101010
*color0: #303030
*color1: #f92673
*color2: #86b413
*color3: #fdb436
*color4: #55c5d6
*color5: #8952fe
*color6: #899ca1
*color7: #ccccc7
*color8: #848787
*color9: #ff5996
*color10: #b8e354
*color11: #feed6a
*color12: #8ceeff
*color13: #9c6efe
*color14: #a9bcc1
*color15: #f2f2f2