home/.Xresources (view raw)
1
2! _ __
3! | |/ /________ _________ __ _______________ _____
4! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
5! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
6!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
7!
8
9
10#define base00 #fafafa
11#define base01 #dedede
12#define base02 #cccccc
13#define base03 #aaaaaa
14#define base04 #8a8a8a
15#define base05 #676767
16#define base06 #454545
17#define base07 #232323
18#define base08 #db7070
19#define base09 #db7070
20#define base0A #d69822
21#define base0B #7c9f4b
22#define base0C #509c93
23#define base0D #6587bf
24#define base0E #b870ce
25#define base0F #509c93
26
27*foreground: base05
28#ifdef background_opacity
29*background: [background_opacity]base00
30#else
31*background: base00
32#endif
33*cursorColor: base05
34
35*color0: base00
36*color1: base08
37*color2: base0B
38*color3: base0A
39*color4: base0D
40*color5: base0E
41*color6: base0C
42*color7: base05
43
44*color8: base03
45*color9: base09
46*color10: base01
47*color11: base02
48*color12: base04
49*color13: base06
50*color14: base0F
51*color15: base07
52! Urxvt config
53!---------------------
54URxvt.font: xft:SF Mono:style=Regular:size=14:antialias=true,xft:Noto Sans:size=14:style=Medium:antialias=true
55URxvt.scrollBar: false
56URxvt.cursorBlink: false
57URxvt.internalBorder: 30
58URxvt.perl-ext: default,matcher
59URxvt.letterSpace: -1
60URxvt.matcher.button: 1
61URxvt.boldFont: xft:SF Mono:size=14:style=Bold:antialias=true
62URxvt.italicFont: xft:SF Mono:size=14:style=Italic:antialias=true
63URxvt.url-launcher: /usr/local/bin/firefox
64URxvt.visualBell: false
65URxvt.depth: 20
66URxvt.lineSpace: 1
67URxvt.geometry: 80x20
68URxvt.intensityStyles: false
69URxvt.iso14755: false
70URxvt.iso14755_52: false
71URxvt.keysym.Home: \033[1~
72URxvt.keysym.End: \033[4~
73URxvt.keysym.KP_Home: \033[1~
74URxvt.keysym.KP_End: \033[4~
75URxvt.keysym.Shift-Control-V: eval:paste_clipboard
76URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
77URxvt.locale: utf8