-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources
More file actions
52 lines (45 loc) · 1.58 KB
/
Xresources
File metadata and controls
52 lines (45 loc) · 1.58 KB
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
#ifdef COLOR
#include ".Xresources.d/colors"
!! Since defines add extra spacing, we cannot use the defined colors.
!!URxvt*background: S_base03
!! For these setting to work, you must use a version patched with xrdb support.
!! For xft fonts to work, you must ust a version patched with xft support.
dmenu.selforeground: S_base1
dmenu.selbackground: S_base02
#endif
!! Turn on dynamic colors. Needed for proper solarized support.
XTerm*dynamicColors: true
!! Set the font to inconsolata
*font: xft:Fira Mono plus Octicons:size=11
dmenu.font: inconsolata-11
Emacs.FontBackend: xft
Emacs.font: inconsolata-g-12
!! urxvt
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*secondaryScroll: true
URxvt*savelines: 5000
URxvt*visualBell: true
URxvt.iso14755: false
URxvt.intensityStyles: false
URxvt.urgentOnBell: true
!! dim
dim*font: xft:inconsolata:size=13
dim*background: S_base3
dim*foreground: S_base00
dim*fading: 40
dim*fadeColor: S_base3
dim*cursorColor: S_base01
dim*pointerColorBackground: S_base1
dim*pointerColorForeground: S_base01
dim*color0: S_base2
dim*color7: S_base02
dim*color8: S_base3
dim*color10: S_base1
dim*color11: S_base0
dim*color12: S_base00
dim*color14: S_base01
dim*color15: S_base03