-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources-dark
74 lines (68 loc) · 1.85 KB
/
Xresources-dark
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
!! Xft
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintlight
Xft.rgba: rgb
!! Colors, inspired by http://xcolors.net/dl/gjm
! vim: set filetype=xdefaults :
!! black
*color0: #1C1C1C
*color8: #666666
! red
*color1: #ff005b
*color9: #ff00a0
! green
!*color2: #cee318
!*color10: #ccff00
*color2: #A6E22E
!*color10: #B6E354
*color10: #80ff00
!! yellow
*color3: #ffe755
*color11: #ff9f00
! blue
*color4: #048ac7
*color12: #48c6ff
! magenta
!*color5: #833c9f
*color5: #A03C8A
*color13: #be67e1
! cyan
*color6: #0ac1cd
*color14: #63e7f0
! white
*color7: #e5e5e5
*color15: #f3f3f3
!! 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: True
URxvt.scrollTtyOutput: False
URxvt.scrollTtyKeypress: True
URxvt.scrollWithBuffer: True
URxvt.jumpScroll: True
URxvt.skipScroll: True
URxvt.saveLines: 65535
!! 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-12,xft:DejaVu Sans Mono for Powerline-12
URxvt.boldFont: xft:DejaVu Sans Mono-12:bold,xft:DejaVu Sans Mono for Powerline-12:bold
URxvt.letterSpace: -1
URxvt.iso14755: False
!URxvt.perl-lib:
URxvt.perl-ext-common: url-select,clipboard,keyboard-select
URxvt.url-select.underline: True
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate