-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
100 lines (81 loc) · 2.46 KB
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
! URxvt font
URxvt.font: xft:FantasqueSansMono-Regular:size=12
URxvt.letterSpace: -1
! URxvt look
! set URxvt bold to empty to disable bold
URXvt.boldFont: xft:FantasqueSansMono-Regular:size=12
URxvt*.scrollBar: false
! URxvt size in chars
URxvt.geometry: 120x25
URxvt.iconFile: SomePath/.icons/Luv-dark/apps/64/utilities-terminal.svg
! URxvt line space > http://brontosaurusrex.github.io/2016/07/19/urxvt-lsp-3/
URxvt.lineSpace: 6
! URxvt extensions
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
! URxvt url matcher extension
URxvt*matcher.button: 1
URxvt*matcher.pattern: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.mapAlert: true
! no idea what this is
URxvt.selection.pattern-0: ([[:word:]]+)
URxvt*secondaryscroll: true
URxvt*scrollTtyOutput: false
! URxvt scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! URxvt scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt*dynamicColors: on
URxvt*depth: 24
URxvt*transparent: false
URxvt*shading: 15
URxvt*fading: 0
URxvt.tintColor: gray
*.fadeColor: #252525
*.borderless: true
*background: #222D32
*.hightlightSection: true
*.highlightColor: #1a1a1a
*.highlightTextColor: #008800
*.trimSelection: true
*.scrollLines: 5000
! font settings --------------------------------------------------------------
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
!Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! adding stuff for dwm and urxvt
URxvt.internalBorder: 5
URxvt.borderColor: #272f30
! disable catching ctrl+shift, since I want ctrl+shift+r to be vims redo
URxvt.iso14755: false
URxvt.iso14755_52: false
! color scheme
! oomox
*background: #272f30
*foreground: #dcdcdc
*color0: #0d0d0d
*color1: #b75228
*color2: #72ce45
*color3: #cdbd43
*color4: #5c9e94
*color5: #956c87
*color6: #69998d
*color7: #b6cdc7
*color8: #566963
*color9: #c46c54
*color10: #acd285
*color11: #e1db47
*color12: #a9c7c2
*color13: #b08599
*color14: #8dada6
*color15: #fefbf4
! dArk
*background: #1C2023
URxvt.borderColor: #1C2023
! XTERM
! Use a nice truetype font and size by default...
xterm*faceName: FantasqueSansMono-Regular
xterm*faceSize: 12