]> git.r.bdr.sh - rbdr/dotfiles/blame - Xdefaults
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
[rbdr/dotfiles] / Xdefaults
CommitLineData
ea655c49 1! ---------------------------
61396837 2! URxvt
ea655c49 3! ---------------------------
ad7a214d 4Xft.dpi: 140
ea655c49
RBR
5Xft.antialias: false
6Xft.rgba: rgb
7Xft.hinting: true
8Xft.hintstyle: hintslight
9
10! ---------------------------
11! URxvt
12! ---------------------------
61396837
RBR
13
14URxvt.depth: 32
15URxvt.geometry: 90x30
16URxvt.fading: 30
17
18URxvt.loginShell: true
19URxvt.saveLines: 50
20URxvt.internalBorder: 3
21URxvt.lineSpace: 0
22URxvt.transparent: false
23
24! fonts
25URxvt.allow_bold: false
ad7a214d
RBR
26*.font: xft:Input Mono:style=Light:size=11
27*.boldFont: xft:Input Mono:style=Medium:size=11
28*.italicFont: xft:Input Mono:style=Light Italic:size=11
29*.boldItalicFont: xft:Input Mono:style=Medium Italic:size=11
61396837
RBR
30
31! scrollbar
32URxvt.scrollbarStyle: rxvt
33URxvt.scrollBar: false
34
35! cursor
36URxvt.cursorBlink: true
37URxvt.cursorColor: #c8c7c7
38
39! pointer
40URxvt.pointerBlank: true
41
ea655c49 42! rbdr theme
61396837
RBR
43! fg / bg
44URxvt.background: #3e3937
45URxvt.foreground: #eeeeee
46! black
47URxvt.color0: #888888
48URxvt.color8: #aaaaaa
49! red
50URxvt.color1: #ff004d
51URxvt.color9: #ff5555
52! green
53URxvt.color2: #55ff55
54URxvt.color10: #83ff83
55! yellow
56URxvt.color3: #ffec27
57URxvt.color11: #ffff55
58! blue
59URxvt.color4: #5555ff
60URxvt.color12: #6f6fff
61! magenta
62URxvt.color5: #ff55ff
63URxvt.color13: #ff82ff
64! cyan
65URxvt.color6: #55ffff
66URxvt.color14: #77ffff
67! white
68URxvt.color7: #c7c7c7
69URxvt.color15: #feffff
8503727a
RBR
70
71URxvt.keysym.Shift-Control-V: eval:paste_clipboard
72URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard