summaryrefslogtreecommitdiff
path: root/dotfiles/Xresources
blob: 36cae9e35d98c8225d4b37abf0ff144425150d20 (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
#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: 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=URXVT_FONT_SIZE,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
URxvt.urgentOnBell: true

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