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.geometry: 400x0
62xnotify.gravity: NE
63xnotify.title.font: SF Mono:style=Bold:size=13:antialias=true
64
65! Urxvt config
66URxvt.font: xft:SF Mono:style=Regular:size=13:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true
67URxvt.scrollBar: false
68URxvt.cursorBlink: false
69URxvt.internalBorder: 30
70URxvt.perl-ext: default,matcher
71URxvt.letterSpace: -1
72URxvt.matcher.button: 1
73URxvt.boldFont: xft:SF Mono:size=13:style=Bold:antialias=true
74URxvt.italicFont: xft:SF Mono:size=13:style=Italic:antialias=true
75URxvt.url-launcher: /usr/local/bin/iridium
76URxvt.visualBell: false
77URxvt.depth: 20
78URxvt.lineSpace: 1
79URxvt.geometry: 80x20
80URxvt.intensityStyles: false
81URxvt.iso14755: false
82URxvt.iso14755_52: false
83URxvt.keysym.Home: \033[1~
84URxvt.keysym.End: \033[4~
85URxvt.keysym.KP_Home: \033[1~
86URxvt.keysym.KP_End: \033[4~
87URxvt.keysym.Shift-Control-V: eval:paste_clipboard
88URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
89URxvt.locale: utf8
90
91! Xclock config
92XClock.analog: false
93XClock.twentyfour: false
94XClock.render: true
95XClock.face: xft:SF Mono:style=Regular:size=13:antialias=true
96XClock.strftime: "%a, %d %b %I:%M"
97
98! Xlock config
99XLock.dpmsoff: 1
100! plain white-on-black lock screen
101XLock.description: off
102XLock.echokeys: off
103XLock.info:
104XLock.foreground: black
105XLock.background: white
106XLock.mode: blank
107XLock.username: username:
108XLock.password: password:
109XLock.font : -misc-fixed-medium-r-normal-*-15-*-*-*-*-*-iso10646-1
110XLock.planfont : -misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1
111