]> git.r.bdr.sh - rbdr/dotfiles/blame - XDefaults
Add figlet sample
[rbdr/dotfiles] / XDefaults
CommitLineData
61396837
RBR
1! URxvt
2
3URxvt.depth: 32
4URxvt.geometry: 90x30
5URxvt.fading: 30
6
7URxvt.loginShell: true
8URxvt.saveLines: 50
9URxvt.internalBorder: 3
10URxvt.lineSpace: 0
11URxvt.transparent: false
12
13! fonts
14URxvt.allow_bold: false
15URxvt*font: xft:DankMono-Regular:pixelsize=16
16URxvt*italicFont: xft:DankMono-Italic:pixelsize=16
17
18! scrollbar
19URxvt.scrollbarStyle: rxvt
20URxvt.scrollBar: false
21
22! cursor
23URxvt.cursorBlink: true
24URxvt.cursorColor: #c8c7c7
25
26! pointer
27URxvt.pointerBlank: true
28
29! rbdr ttheme
30! fg / bg
31URxvt.background: #3e3937
32URxvt.foreground: #eeeeee
33! black
34URxvt.color0: #888888
35URxvt.color8: #aaaaaa
36! red
37URxvt.color1: #ff004d
38URxvt.color9: #ff5555
39! green
40URxvt.color2: #55ff55
41URxvt.color10: #83ff83
42! yellow
43URxvt.color3: #ffec27
44URxvt.color11: #ffff55
45! blue
46URxvt.color4: #5555ff
47URxvt.color12: #6f6fff
48! magenta
49URxvt.color5: #ff55ff
50URxvt.color13: #ff82ff
51! cyan
52URxvt.color6: #55ffff
53URxvt.color14: #77ffff
54! white
55URxvt.color7: #c7c7c7
56URxvt.color15: #feffff