-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources.solarized
119 lines (102 loc) · 3.03 KB
/
.Xresources.solarized
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
!-------------------------------------------------------------------------------
! URxvt settings
! Colours taken from Solarized (http://ethanschoonover.com/solarized) theme.
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
URxvt*buffered: true
URxvt*cursorBlink: true
!URxvt*underlineColor: yellow
URxvt*borderless: 1
Urxvt*secondaryScroll: true
URxvt.depth: 32
URxvt.geometry: 80x40
URxvt.transparent: false
URxvt*.shading: 15
!URxvt.fading: 0
URxvt.urgentOnBell: true
URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 8192
URxvt.mapAlert: true
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
!URxvt.allow_bold: true
URxvt*font: xft:Inconsolata:Regular:size=12, xft:Code2000
URxvt*boldFont: xft:Inconsolata:Bold:size=12
URxvt*italicFont: xft:Liberation Mono:italic:size=10:autohint=true
!URxvt*italicFont: xft:Inconsolata LGC:italic:size=10
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: plain
URxvt.scrollBar: false
!URxvt.secondaryScroll: true
! Perl extensions
!URxvt.perl-ext-common: default,matcher,-selection
!URxvt.matcher.button: 1
!URxvt.urlLauncher: firefox
!URxvt.keysym.C-Delete: matcher:last
!URxvt.keysym.M-Delete: matcher:list
!URxvt.keysym.0xff67: matcher:select
! Cursor
!URxvt.cursorBlink: true
URxvt.cursorColor: #93a1a1
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
*pointerColorBackground: #586e75
*pointerColorForeground: #93a1a1
!urxvt color scheme:
! these are the solarized defaults; I increased the contrast slightly
!URxvt*background: #002b36
!URxvt*foreground: #657b83
URxvt*background: #00232c
URxvt*foreground: #7d939b
URxvt*colorBD: #fdf6e3
URxvt*colorUL: #86a2b0
!URxvt*colorIT: #8AE234
!URxvt.underlineColor: yellow
! black
URxvt*color0 : #073642
URxvt*color8 : #002b36
! red
URxvt*color1 : #dc322f
URxvt*color9 : #cb4b16
! green
URxvt*color2 : #859900
URxvt*color10 : #586e75
! yellow
URxvt*color3 : #b58900
URxvt*color11 : #657b83
! blue
URxvt*color4 : #268bd2
URxvt*color12 : #839496
! magenta
URxvt*color5 : #d33682
URxvt*color13 : #6c71c4
! cyan
URxvt*color6 : #2aa198
URxvt*color14 : #93a1a1
! white
URxvt*color7 : #eee8d5
URxvt*color15 : #fdf6e3
! Emacs settings
!Emacs.background: black
!Emacs.foreground: white
Emacs.menuBar: 1
Emacs.toolBar: 0
Emacs.verticalScrollBars: off
Emacs.FontBackend: xft
!Emacs.font: Inconsolata LGC:size=12