-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
executable file
·122 lines (113 loc) · 3.4 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Xcursor.theme: Aero
XTerm*termName: xterm-256color
xterm*foreground: #555555
xterm*background: #eeeeee
XTerm*cursorColor: #0066ff
XTerm*font: -misc-fixed-medium-r-*-*-13-*-*-*-*-*-iso10646-*s
! -- Xft settings -- !
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hinstyle: hintslight
Xft.lcdfilter: lcdlight
Xft.autohint: 1
! borderless and no scrollbar
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
URxvt.matcher.launcher.1: /usr/bin/chromium
!URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
!URxvt.matcher.launcher.2: gvim +$2 $1
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-bg: 1
!URxvt.tabbed.tabbar-fg: 3
! -- Fonts -- !
!URxvt.font:xft:Pragmata:size=9
URxvt*font: -misc-fixed-medium-r-*-*-13-*-*-*-*-*-iso10646-*
URxvt*boldFont: -misc-fixed-medium-r-*-*-13-*-*-*-*-*-iso10646-*
! Urxvt
URxvt.buffered: true
URxvt.foreground: #999999
URxvt.background: #181818
URxvt.cursorColor: #0066ff
URxvt.cursorBlink: true
URxvt.geometry: 100x30
URxvt.depth: 32
URxvt.colorUL: #FFC400
URxvt.title: Urxvt
URxvt.urlLauncher: iron
URxvt.urgentOnBell: true
URxvt.visualBell: false
URxvt.mapAlert: true
! Black
*color0: #555555
*color8: #555753
! Red
*color1: #ff6565
*color9: #ff8d8d
! Green
*color2: #93d44f
*color10: #c8e7a8
! Yellow
*color3: #eab93d
*color11: #ffc123
! Blue
*color4: #0066ff
*color12: #3465a4
! Mangenta
*color5: #ce5c00
*color13: #f57900
! Cyan
*color6: #89b6e2
*color14: #46a4ff
! White
*color7: #cccccc
*color15: #ffffff
xcalc*geometry: 300x475
xcalc*background: #D4D4D4
xcalc.ti.bevel.screen.background: #181818
xcalc.ti.bevel.screen.DEG.background: #181818
xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen
xcalc.ti.bevel.screen.GRAD.background: #181818
xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.RAD.background: #181818
xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.INV.background: #181818
xcalc.ti.bevel.screen.INV.foreground: Red
xcalc.ti.bevel.screen.LCD.background: #181818
xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.LCD.shadowWidth: 0
xcalc.ti.bevel.screen.M.background: #181818
xcalc.ti.bevel.screen.M.foreground: LightSeaGreen
xcalc.ti.bevel.screen.P.background: #181818
xcalc.ti.bevel.screen.P.foreground: Yellow
xcalc.ti.Command.foreground: White
xcalc.ti.Command.background: #777777
xcalc.ti.button5.background: Orange3
xcalc.ti.button19.background: #611161
xcalc.ti.button18.background: #611161
xcalc.ti.button20.background: #611111
xcalc.ti.button25.background: #722222
xcalc.ti.button30.background: #833333
xcalc.ti.button35.background: #944444
xcalc.ti.button40.background: #a55555
xcalc.ti.button22.background: #222262
xcalc.ti.button23.background: #222262
xcalc.ti.button24.background: #222272
xcalc.ti.button27.background: #333373
xcalc.ti.button28.background: #333373
xcalc.ti.button29.background: #333373
xcalc.ti.button32.background: #444484
xcalc.ti.button33.background: #444484
xcalc.ti.button34.background: #444484
xcalc.ti.button37.background: #555595
xcalc.ti.button38.background: #555595
xcalc.ti.button39.background: #555595
xcalc*Cursor: hand2
xcalc*ShapeStyle: rectangle
xpdf*background: #D4D4D4
xpdf*foreground: #181818