]> git.friedersdorff.com Git - max/dotfiles.git/blob - X/.Xresources
Correct display names in i3 conf
[max/dotfiles.git] / X / .Xresources
1 ! special
2 *.foreground:   #f8f8f3
3 *.background:   #272822
4 *.cursorColor:  #f8f8f3
5
6 ! black
7 *.color0:       #000000
8 *.color8:       #555555
9
10 ! red
11 *.color1:       #f92672
12 *.color9:       #dd4278
13
14 ! green
15 *.color2:       #74e22e
16 *.color10:      #9dc54b
17
18 ! yellow
19 *.color3:       #e6db74
20 *.color11:      #d1ca89
21
22 ! blue
23 *.color4:       #66d9ef
24 *.color12:      #7accda
25
26 ! magenta
27 *.color5:       #ae81ff
28 *.color13:      #b392ef
29
30 ! cyan
31 *.color6:       #00d9d9
32 *.color14:      #c8f0f0
33
34 ! white
35 *.color7:       #f5deb3
36 *.color15:      #ffffff
37
38
39 XTerm*faceName: Liberation Mono
40 XTerm*faceSize: 14
41
42 URxvt*font: xft:Liberation Mono:size=14
43 URxvt*letterSpace: -1
44 URxvt*scrollBar: false
45
46 URxvt*transparent: true
47 URxvt*shading: 25
48
49 URxvt.urgentOnBell: True
50
51 XTerm*termName: xterm-256color
52 URxvt*termName: xterm-256color
53
54 XTerm*metaSendsEscape: true
55 Xterm*eightBitinput: true
56
57 XTerm*allowSendEvents: true
58
59 *VT100.Translations: #override \
60               <Key>BackSpace: string(0x7F)\n\
61               <Key>Delete:    string("\033[3~")\n\
62               <Key>Home:      string("\033[1~")\n\
63               <Key>End:       string("\033[4~")
64 *ttyModes: erase ^?
65
66
67 URxvt.perl-ext-common: matcher
68 URxvt.url-launcher: qutebrowser
69 URxvt.matcher.button: 1