home/.Xresources (view raw)
1
2! _ __
3! | |/ /________ _________ __ _______________ _____
4! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
5! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
6!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
7!
8
9#define base00 #fafafa
10#define base01 #dedede
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! Urxvt config
53URxvt.font: xft:SF Mono:style=Regular:size=14:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true
54URxvt.scrollBar: false
55URxvt.cursorBlink: false
56URxvt.internalBorder: 30
57URxvt.perl-ext: default,matcher
58URxvt.letterSpace: -1
59URxvt.matcher.button: 1
60URxvt.boldFont: xft:SF Mono:size=14:style=Bold:antialias=true
61URxvt.italicFont: xft:SF Mono:size=14:style=Italic:antialias=true
62URxvt.url-launcher: /usr/local/bin/iridium
63URxvt.visualBell: false
64URxvt.depth: 20
65URxvt.lineSpace: 1
66URxvt.geometry: 80x20
67URxvt.intensityStyles: false
68URxvt.iso14755: false
69URxvt.iso14755_52: false
70URxvt.keysym.Home: \033[1~
71URxvt.keysym.End: \033[4~
72URxvt.keysym.KP_Home: \033[1~
73URxvt.keysym.KP_End: \033[4~
74URxvt.keysym.Shift-Control-V: eval:paste_clipboard
75URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
76URxvt.locale: utf8
77
78! Xclock config
79XClock.analog: false
80XClock.twentyfour: false
81XClock.render: true
82XClock.face: SF Mono:style=Regular:size=14:antialias=true
83XClock.strftime: "%a, %d %b %I:%M"