home/.Xresources (view raw)
1
2! _ __
3! | |/ /________ _________ __ _______________ _____
4! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
5! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
6!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
7!
8
9#define base00 #f4f4f4
10#define base01 #fafafa
11#define base02 #cccccc
12#define base03 #aaaaaa
13#define base04 #8a8a8a
14#define base05 #676767
15#define base06 #454545
16#define base07 #232323
17#define base08 #db7070
18#define base09 #db7070
19#define base0A #d69822
20#define base0B #7c9f4b
21#define base0C #509c93
22#define base0D #6587bf
23#define base0E #b870ce
24#define base0F #509c93
25
26*foreground: base05
27#ifdef background_opacity
28*background: [background_opacity]base00
29#else
30*background: base00
31#endif
32*cursorColor: base05
33
34*color0: base00
35*color1: base08
36*color2: base0B
37*color3: base0A
38*color4: base0D
39*color5: base0E
40*color6: base0C
41*color7: base05
42
43*color8: base03
44*color9: base09
45*color10: base01
46*color11: base02
47*color12: base04
48*color13: base06
49*color14: base0F
50*color15: base07
51
52*.font: SF Mono:style=Regular:size=13:antialias=true
53*.italicFont: SF Mono:style=Italic:size=13:antialias=true
54*.boldFont: SF Mono:style=Bold:size=13:antialias=true
55
56! xnotify
57xnotify.border: base05
58xnotify.background: base05
59xnotify.foreground: base00
60xnotify.gap: 5
61xnotify.gravity: NE
62xnotify.title.font: SF Mono:style=Bold:size=13:antialias=true
63
64! xprompt
65xprompt.font: SF Mono:style=Regular:size=13:antialias=true
66xprompt.background: base05
67xprompt.foreground: base00
68xprompt.gravity: C
69xprompt.borderWidth: 0
70xprompt.geometry: 1200x50
71
72! Urxvt config
73URxvt.font: xft:SF Mono:style=Regular:size=13:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true
74URxvt.scrollBar: false
75URxvt.cursorBlink: false
76URxvt.internalBorder: 30
77URxvt.perl-ext: default,matcher
78URxvt.letterSpace: -1
79URxvt.matcher.button: 1
80URxvt.boldFont: xft:SF Mono:size=13:style=Bold:antialias=true
81URxvt.italicFont: xft:SF Mono:size=13:style=Italic:antialias=true
82URxvt.url-launcher: /usr/local/bin/iridium
83URxvt.visualBell: false
84URxvt.depth: 20
85URxvt.lineSpace: 1
86URxvt.geometry: 80x20
87URxvt.intensityStyles: false
88URxvt.iso14755: false
89URxvt.iso14755_52: false
90URxvt.keysym.Home: \033[1~
91URxvt.keysym.End: \033[4~
92URxvt.keysym.KP_Home: \033[1~
93URxvt.keysym.KP_End: \033[4~
94URxvt.keysym.Shift-Control-V: eval:paste_clipboard
95URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
96URxvt.locale: utf8
97
98! Xclock config
99XClock.analog: false
100XClock.twentyfour: false
101XClock.render: true
102XClock.face: xft:SF Mono:style=Regular:size=13:antialias=true
103XClock.strftime: "%a, %d %b %I:%M"
104
105! Xlock config
106XLock.dpmsoff: 1
107! plain white-on-black lock screen
108XLock.description: off
109XLock.echokeys: off
110XLock.info:
111XLock.foreground: black
112XLock.background: white
113XLock.mode: blank
114XLock.username: username:
115XLock.password: password:
116XLock.font : -misc-fixed-medium-r-normal-*-15-*-*-*-*-*-iso10646-1
117XLock.planfont : -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1
118