-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
83 lines (67 loc) · 1.82 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
! Solarized color scheme for the X Window System
urxvt.background: #002b36
urxvt.foreground: #839496
urxvt.fading: 10
urxvt.fadeColor: #002b36
urxvt.cursorColor: #93a1a1
urxvt.pointerColorBackground: #586e75
urxvt.pointerColorForeground: #93a1a1
! black dark/light
urxvt.color0: #073642
urxvt.color8: #002b36
! red dark/light
urxvt.color1: #dc322f
!urxvt.color9: #dc322f
urxvt.color9: #cb4b16
! green dark/light
urxvt.color2: #859900
urxvt.color10: #859900
!urxvt.color10: #586e75
! yellow dark/light
urxvt.color3: #b58900
urxvt.color11: #b58900
!urxvt.color11: #657b83
! blue dark/light
urxvt.color4: #268bd2
!urxvt.color12: #268bd2
urxvt.color12: #839496
! magenta dark/light
urxvt.color5: #d33682
!urxvt.color13: #d33682
urxvt.color13: #6c71c4
! cyan dark/light
urxvt.color6: #2aa198
!urxvt.color14: #2aa198
urxvt.color14: #93a1a1
! white dark/light
urxvt.color7: #eee8d5
!urxvt.color15: #eee8d5
urxvt.color15: #fdf6e3
!urxvt*font: 9x15
urxvt*font: xft:Ubuntu Mono:regular
urxvt*imFont: xft:Ubuntu Mono:regular
urxvt*boldFont: xft:Ubuntu Mono:bold
urxvt*italicFont: xft:Ubuntu Mono:italic
urxvt*boldItalicFont: xft:Ubuntu Mono:bold italic
urxvt.scrollBar: true
urxvt.scrollBar_right: true
urxvt.scrollColor: #93a1a1
urxvt.scrollBar_floating: false
urxvt.scrollstyle: plain
!urxvt*perl-ext-common: default,matcher
!urxvt*urlLauncher: /usr/bin/firefox
!urxvt*matcher*button: 1
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
urxvt.scrollTtyOutput: false
urxvt.scrollWithBuffer: true
urxvt.scrollTtyKeypress: true
urxvt.saveLines: 100000
!urxvt*transparent: true
!urxvt*shading: 190 # 0 to 99 darkens, 101 to 200 lightens
!urxvt*foreground: rgb:12/12/12
!urxvt*background: rgb:fd/fd/fd
!urxvt.print-pipe: cat > $(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))