forked from odinas/awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
92 lines (71 loc) · 2.76 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
86
87
88
89
90
91
!------------------------------------------------------------------------------
! XFT Settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt.perl-ext-common: default,matcher,vtwheel
URxvt.url-launcher: /usr/bin/dwb
URxvt.matcher.button: 1
URxvt.depth: 32
URxvt.saveLines: 12000
!URxvt.background: [92]#091114
!------------------------------------------------------------------------------
! URXVT - Settings
URxvt*geometry: 80x25
URxvt*borderLess: false
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: false
URxvt*scrollColor: #151515
URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select,vtwheel
URxvt*font: xft:terminus12:hinting=true:pixelsize=12:antialias=false
URxvt*boldFont: xft:terminus12:style=bold:hinting=true:pixelsize=12:antialias=false
URxvt*italicFont: xft:terminus12:style=italic:hinting=true:pixelsize=12:antialias=false
URxvt*boldItalicFont: xft:terminus12:style=bolditalic:hinting=true:pixelsize=12:antialias=false
URxvt.underlineURLs: true
URxvt.url-select.launcher: /usr/bin/firefox
URxvt.url-select.underline: true
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
!------------------------------------------------------------------------------
! URxvt Colors
*cursorColor: #6d715e
*VT100.colorBDMode: true
*VT100.colorULMode: true
*VT100.colorUL: magenta
*VT100.veryBoldColors: 6
*background: [85]#1f1f1f
*foreground: #c0b18b
!black
*color0:#4A3637
*color8:#4A3637
!red
*color1:#d17b49
*color9:#d17b49
!green
*color2:#7b8748
*color10:#7b8748
!yellow
*color3:#af865a
*color11:#af865a
!blue
*color4:#535C5C
*color12:#535C5C
!magenta
*color5:#775759
*color13:#775759
!cyan
*color6:#6d715e
*color14:#6d715e
!white
*color7:#c0b18b
*color15:#c0b18b
!------------------------------------------------------------------------------
! Man pages colors
!*VT100.colorBDMode: true
!*VT100.colorBD: red
!*VT100.colorULMode: true
!*VT100.colorUL: magenta
!*VT100.veryBoldColors: 6