]> git.r.bdr.sh - rbdr/dotfiles/blob - XDefaults
Adapt fzf config for linux
[rbdr/dotfiles] / XDefaults
1 ! ---------------------------
2 ! URxvt
3 ! ---------------------------
4 Xft.dpi: 96
5 Xft.antialias: false
6 Xft.rgba: rgb
7 Xft.hinting: true
8 Xft.hintstyle: hintslight
9
10 ! ---------------------------
11 ! URxvt
12 ! ---------------------------
13
14 URxvt.depth: 32
15 URxvt.geometry: 90x30
16 URxvt.fading: 30
17
18 URxvt.loginShell: true
19 URxvt.saveLines: 50
20 URxvt.internalBorder: 3
21 URxvt.lineSpace: 0
22 URxvt.transparent: false
23
24 ! fonts
25 URxvt.allow_bold: false
26 URxvt*font: xft:Hasklig-Regular:pixelsize=16
27 URxvt*italicFont: xft:Hasklig-It:pixelsize=16
28
29 ! scrollbar
30 URxvt.scrollbarStyle: rxvt
31 URxvt.scrollBar: false
32
33 ! cursor
34 URxvt.cursorBlink: true
35 URxvt.cursorColor: #c8c7c7
36
37 ! pointer
38 URxvt.pointerBlank: true
39
40 ! rbdr theme
41 ! fg / bg
42 URxvt.background: #3e3937
43 URxvt.foreground: #eeeeee
44 ! black
45 URxvt.color0: #888888
46 URxvt.color8: #aaaaaa
47 ! red
48 URxvt.color1: #ff004d
49 URxvt.color9: #ff5555
50 ! green
51 URxvt.color2: #55ff55
52 URxvt.color10: #83ff83
53 ! yellow
54 URxvt.color3: #ffec27
55 URxvt.color11: #ffff55
56 ! blue
57 URxvt.color4: #5555ff
58 URxvt.color12: #6f6fff
59 ! magenta
60 URxvt.color5: #ff55ff
61 URxvt.color13: #ff82ff
62 ! cyan
63 URxvt.color6: #55ffff
64 URxvt.color14: #77ffff
65 ! white
66 URxvt.color7: #c7c7c7
67 URxvt.color15: #feffff