-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXdefaults
61 lines (49 loc) · 1.71 KB
/
Xdefaults
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
# geometry
URxvt.geometry: 128x46
# transparency - true or false (default)
#URxvt*transparent: true
# tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
# some nice listings are at:
# http://www.nisrv.com/drupal/?q=node/11
# http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
#URxvt*tintColor: gray20
# shading - 0 to 99 darkens, 101 to 200 lightens.
# Don't use with tintColor; just use a darker or lighter color instead.
#URxvt*shading: 40
# real transparency (needed for Gnome 3.8)
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0200/dd00
# scrollback buffer lines - 65535 is max on most machines (64 is default)
URxvt*saveLines: 12000
# Xft: Ubuntu Mono font
# package: ttf-ubuntu-font-family
URxvt*font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=true
URxvt*boldFont: xft:Ubuntu Mono:bold:pixelsize=16:antialias=true:hinting=true
# Replace colors scheme
URxvt*background: #101010
URxvt*foreground: #EEEEEE
URxvt*cursorColor: #EEEEEE
URxvt*color0: #C1C1C1
URxvt*color8: #4D4D4D
URxvt*color1: #D81860
URxvt*color9: #F00060
URxvt*color2: #60FF60
URxvt*color10: #70FF70
URxvt*color3: #F9FD75
URxvt*color11: #F9FD80
URxvt*color4: #4695C8
URxvt*color12: #5A9DC8
URxvt*color5: #A78EDB
URxvt*color13: #B29FDB
URxvt*color6: #43AFCE
URxvt*color14: #69B8CE
URxvt*color7: #F3EBE2
URxvt*color15: #EEEEEE
# scrollbar - true (default) or false
URxvt*scrollBar: false
# scrollbar position - left=false (default) or right=true
URxvt*scrollBar_right: false
# scrollbar style - rxvt (default), plain, next, or xterm
URxvt*scrollstyle: rxvt
# use xsel for clipboard (needs urxvt-clipboard from AUR)
URxvt.perl-ext-common: clipboard