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

#if __has_include(XRESOURCES_LOCAL)
# include XRESOURCES_LOCAL
#endif

#ifdef DPI
Xft.dpi: DPI
#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: black
URxvt.geometry: 100x40
URxvt.cursorColor: white
URxvt.transparent: true
URxvt.fading: 30
URxvt.shading: 20
URxvt.borderColor: yellow
URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=12,xft:IPAMincho
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollTTYOutput: true
URxvt.scrollTTYKeyPress: true
URxvt.inputMethod: ibus
URxvt.preeditType: OverTheSpot
URxvt.perl-ext-common: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next

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