-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
105 lines (82 loc) · 2.49 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 50
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
!URxvt.allow_bold: false
!URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
URxvt*font: xft:Source Code Pro:pixelsize=17
URxvt*boldFont: xft:Source Code Pro:bold:pixelsize=17
!URxvt*font: xft:DejaVu Sans Mono:pixelsize=12
!URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=12:style=Bold
!URxvt*font: xft:Noto Sans Mono:pixelsize=15
!URxvt*boldFont: xft:Noto Sans Mono:pixelsize=15:style=Bold
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
! Cursor
URxvt.cursorBlink: true
!URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
!!Source http://github.com/altercation/solarized
!!*fading: 40
*fadeColor: #002b36
*pointerColorBackground: #586e75
*pointerColorForeground: #93a1a1
!! Colours
! special
*foreground: #eceff1
*background: #263238
*cursorColor: #eceff1
! black
*color0: #263238
*color8: #37474f
! red
*color1: #ff9800
*color9: #ffa74d
! green
*color2: #8bc34a
*color10: #9ccc65
! yellow
*color3: #ffc107
*color11: #ffa000
! blue
*color4: #03a9f4
*color12: #81d4fa
! magenta
*color5: #e91e63
*color13: #ad1457
! cyan
*color6: #009688
*color14: #26a69a
! white
*color7: #cfd8dc
*color15: #eceff1