-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
107 lines (90 loc) · 2.07 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
105
106
107
!! Constants
#include ".palettes/c-style/base16/dark/eighties"
!#define FONT xft:Source Code Pro:style=Semibold:size=14
!#define FONT xft:Fira Mono:style=Regular:size=14
!#define FONT xft:Hack:style=Regular:size=14
!#define FONT xft:Meslo LG M:style=Regular:size=14
#define FONT xft:Source Code Pro:style=Regular:size=12
!#define FONT xft:Roboto Mono:style=Regular:size=12
!#define FONT xft:Ubuntu Mono:style=Regular:size=16
#define TWOFIFTYSIX
!! Xft
! My original settings
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 192
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: grayscale
! Infinality recommended settings
!Xft.antialias: 1
!Xft.autohint: 0
!Xft.dpi: 192
!Xft.hinting: 1
!Xft.hintstyle: hintfull
!Xft.lcdfilter: lcddefault
!Xft.rgba: rgb
!! DZen2
dzen2.font: FONT
dzen2.foreground: FOREGROUND
dzen2.background: BACKGROUND
!! URxvt
! General
!URxvt*depth: 32
URxvt*geometry: 90x22
URxvt*internalBorder: 64
URxvt*intensityStyles: false
URxvt*termName: rxvt-256color
URxvt*cursorBlink: true
URxvt*perl-ext-common: default,selection-to-clipboard
! Fake transparency
!URxvt*transparent: true
!URxvt*blurRadius: 90
!URxvt*shading: 20
!URxvt*fading: 20
! Scrolling
URxvt*saveLines: 5000
URxvt*scrollStyle: rxvt
URxvt*scrollBar: false
URxvt*secondaryScroll: true
! Font
URxvt*font: FONT
URxvt*boldFont:
! Basics
URxvt*background: BACKGROUND
URxvt*foreground: FOREGROUND
URxvt*cursorColor: CURSOR
! Black dark/light
URxvt*color0: COLOR0
URxvt*color8: COLOR8
! Red dark/light
URxvt*color1: COLOR1
URxvt*color9: COLOR9
! Green dark/light
URxvt*color2: COLOR2
URxvt*color10: COLOR10
! Yellow dark/light
URxvt*color3: COLOR3
URxvt*color11: COLOR11
! Blue dark/light
URxvt*color4: COLOR4
URxvt*color12: COLOR12
! Magenta dark/light
URxvt*color5: COLOR5
URxvt*color13: COLOR13
! Cyan dark/light
URxvt*color6: COLOR6
URxvt*color14: COLOR14
! White dark/light
URxvt*color7: COLOR7
URxvt*color15: COLOR15
! Base-256 colors
#ifdef TWOFIFTYSIX
URxvt*color16: COLOR16
URxvt*color17: COLOR17
URxvt*color18: COLOR18
URxvt*color19: COLOR19
URxvt*color20: COLOR20
URxvt*color21: COLOR21
#endif