home/.Xresources (view raw)
1
2! _ __
3! | |/ /________ _________ __ _______________ _____
4! | // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
5! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
6!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
7!
8
9#define base00 #f8f8f8
10#define base01 #e8e8e8
11#define base02 #d8d8d8
12#define base03 #b8b8b8
13#define base04 #585858
14#define base05 #383838
15#define base06 #282828
16#define base07 #181818
17#define base08 #ab4642
18#define base09 #dc9656
19#define base0A #f79a0e
20#define base0B #538947
21#define base0C #4b8093
22#define base0D #7cafc2
23#define base0E #96609e
24#define base0F #a16946
25
26*foreground: base05
27#ifdef background_opacity
28*background: [background_opacity]base00
29#else
30*background: base00
31#endif
32*cursorColor: base09
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
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