-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
74 lines (69 loc) · 2.15 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
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting:true
Xft.hintstyle: hintslight
URxvt*scrollTtyKeypress: true
URxvt*scrollTtyOutput: false
!URxvt*scrollWithBuffer: false
URxvt*secondaryScreen: true
URxvt*secondaryScroll: true
URxvt*skipScroll: true
URxvt*scrollBar: false
URxvt*urgentOnBell: false
URxvt*visualBell: false
URxvt*inheritPixmaps: True
URxvt*mouseWheelScrollPage: false
URxvt*font: xft:Inconsolata\\-g for Powerline:style=g:pixelsize=16
URxvt*boldfont: xft:Inconsolata\\-g for Powerline:style=g:pixelsize=16
!URxvt*italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true:pixelsize=12
!URxvt*boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true:pixelsize=12
URxvt*saveLines: 10000
!URxvt*buffered: true
!URxvt*hold: false
URxvt.transparent: false
URxvt.shading:0
URxvt.borderColor: black
!URxvt*internalBorder:
!URxvt*print-pipe: cat > $HOME/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
URxvt*perl-ext-common: default, resize-font
URxvt*perl-ext:
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
Ambiance color theme from Terminator -------------------
2e3436
URxvt*background: black
URxvt*foreground: #cccccc
URxvt*cursorColor: #aaaaaa
! foreground color for underline
URxvt*colorUL: #8ae234
! line color for underline
URxvt*underlineColor: #92659a
! black dark/light
URxvt*color0: #2e3436
URxvt*color8: #ef2929
! red dark/light
URxvt*color1: #cc0000
URxvt*color9: #EF2929
! green dark/light
URxvt*color2: #4e9a06
URxvt*color10: #8ae234
! yellow dark/light
URxvt*color3: #c4a000
URxvt*color11: #fce94f
! blue dark/light
URxvt*color4: #3465a4
URxvt*color12: #729fcf
! magenta dark/light
URxvt*color5: #75507b
URxvt*color13: #ad7fa8
! cyan dark/light
URxvt*color6: #06989a
URxvt*color14: #34e2e2
! white dark/light
URxvt*color7: #555753
URxvt*color15: #eeeeec