forked from vincentbernat/awesome-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
56 lines (50 loc) · 1.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
!! Xft
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintlight
Xft.rgba: rgb
!! Colors, stolen from http://xcolors.net/dl/derp
*color0: #111111
*color8: #666666
*color1: #d36265
*color9: #ef8171
*color2: #aece91
*color10: #cfefb3
*color3: #e7e18c
*color11: #fff796
*color4: #5297cf
*color12: #74b8ef
*color5: #963c59
*color13: #b85e7b
*color6: #5E7175
*color14: #A3BABF
*color7: #bebebe
*color15: #ffffff
!! rxvt configuration
URxvt.foreground: white
URxvt.background: rgba:0000/0000/0000/eeee
URxvt.cursorColor: green
URxvt.depth: 32
URxvt.cursorBlink: True
URxvt*colorIT: #ff7f00
URxvt.scrollBar: False
URxvt.scrollTtyOutput: False
URxvt.scrollTtyKeypress: True
URxvt.scrollWithBuffer: True
URxvt.jumpScroll: True
URxvt.skipScroll: True
URxvt.saveLines: 5000
!! To get this font, use the font patcher from https://github.com/Lokaltog/vim-powerline
!! To get a smaller version of this font, use:
!!
!! # Remove most glyphs
!! for glyph in target_font.glyphs():
!! if glyph.unicode not in range(32,64):
!! target_font.removeGlyph(glyph)
URxvt.font: xft:DejaVu Sans Mono-8,xft:DejaVu Sans Mono for Powerline-8
URxvt.letterSpace: -1
URxvt.iso14755: False
!URxvt.perl-lib: ...
URxvt.perl-ext-common: default,-option-popup,-selection-popup,font-size
URxvt.keysym.C-equal: perl:font-size:increase
URxvt.keysym.C-minus: perl:font-size:decrease