summaryrefslogtreecommitdiff
path: root/dotfiles/Xresources
blob: 462f77189a52833820fbb8f8260e0881127a30e6 (plain)
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
#define XRESOURCES_LOCAL ".config/Xresources_local"

#if __has_include(XRESOURCES_LOCAL)
# include XRESOURCES_LOCAL
#endif

#ifdef DPI
Xft.dpi: DPI
#endif

#ifndef URXVT_FONT_SIZE
#define URXVT_FONT_SIZE 12
#endif

URxvt.color9: tomato
URxvt.color10: spring green
URxvt.color11: yellow
URxvt.color12: royal blue
URxvt.color13: plum
URxvt.depth: 32
URxvt.foreground: LightSkyBlue1
URxvt.background: [80]black
URxvt.cursorColor: white
URxvt.fading: 30
URxvt.fadeColor: [65]black
URxvt.borderColor: DarkSlateGray
URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=URXVT_FONT_SIZE,xft:IPAMincho
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollColor: dim gray
URxvt.scrollBar_floating: true
URxvt.scrollTTYOutput: true
URxvt.scrollTTYKeyPress: true
URxvt.inputMethod: ibus
URxvt.preeditType: OverTheSpot
URxvt.keysym.M-u: reselect:url
URxvt.keysym.M-g: reselect:git_hash
URxvt.keysym.M-i: reselect:message_id
URxvt.keysym.M-w: reselect:user.0
URxvt.reselect.pattern.0: \\w\\S{4,}
URxvt.urgentOnBell: true
URxvt.saveLines: 16384

SshAskpass.grabKeyboard: False
SshAskpass*foreground: LightSkyBlue1
SshAskpass*background: black
SshAskpass*shadowThickness: 0
SshAskpass*font: xft:DejaVu Sans:style=regular:pixelsize=26
SshAskpass.indicator.background: LightSkyBlue4

xscreensaver.Dialog.foreground: LightSkyBlue1
xscreensaver.Dialog.background: black
xscreensaver.Dialog.topShadowColor: LightSkyBlue3
xscreensaver.Dialog.bottomShadowColor: LightSkyBlue4
xscreensaver.Dialog.Button.foreground: LightSkyBlue1
xscreensaver.Dialog.Button.background: #4f4f4f
xscreensaver.Dialog.text.foreground: LightSkyBlue1
xscreensaver.Dialog.text.background: #4f4f4f