-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xdefaults
140 lines (127 loc) · 3.85 KB
/
.Xdefaults
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/*
* Don't forget to run:
* xrdb -load ~/.Xdefaults
* after changing values.
*/
/* Common */
#define S_yellow #a68f01
#define S_orange #dd7202
#define S_red #ff511a
#define S_magenta #fe3bb9
#define S_violet #cc62fe
#define S_blue #3294ff
#define S_cyan #07a38f
#define S_green #4ca340
/* Dark */
#define S_base03 #1b1b1b
#define S_base02 #303030
#define S_base01 #474747
#define S_base00 #5e5e5e
#define S_base0 #919191
#define S_base1 #ababab
#define S_base2 #c6c6c6
#define S_base3 #e2e2e2
/* Light */
! #define S_base3 #1b1b1b
! #define S_base2 #303030
! #define S_base1 #474747
! #define S_base0 #5e5e5e
! #define S_base00 #919191
! #define S_base01 #ababab
! #define S_base02 #c6c6c6
! #define S_base03 #e2e2e2
*.background: S_base03
*.foreground: S_base3
*.accent: S_blue
*.bckgrd: S_base03
*.select: S_blue
*.fading: 40
*.fadeColor: S_base03
*.cursorColor: S_base3
*.pointerColorBackground: S_base01
*.pointerColorForeground: S_base1
! *color0: S_base02
! *color1: S_red
! *color2: S_green
! *color3: S_yellow
! *color4: S_blue
! *color5: S_magenta
! *color6: S_cyan
! *color7: S_base2
! *color9: S_orange
! *color8: S_base03
! *color10: S_base01
! *color11: S_base00
! *color12: S_base0
! *color13: S_violet
! *color14: S_base1
! *color15: S_base3
*.color0: S_base03
*.color1: S_red
*.color2: S_green
*.color3: S_yellow
*.color4: S_blue
*.color5: S_violet
*.color6: S_cyan
*.color7: S_base1
*.color8: S_base01
*.color9: S_red
*.color10: S_green
*.color11: S_yellow
*.color12: S_blue
*.color13: S_violet
*.color14: S_cyan
*.color15: S_base3
*.base03: S_base03
*.base02: S_base02
*.base01: S_base01
*.base00: S_base00
*.base0: S_base0
*.base1: S_base1
*.base2: S_base2
*.base3: S_base3
!*yellow: S_yellow
!*orange: S_orange
!*red: S_red
!*magenta: S_magenta
!*violet: S_violet
!*blue: S_blue
!*cyan: S_cyan
!*green: S_green
/* URxvt */
!URxvt.intensityStyles: false
!URxvt.depth: 32
!URxvt.font: xft:Hack Nerd Font Mono:size=9
!URxvt.scrollBar: false
!URxvt.keysym.Shift-Control-V: eval:paste_clipboard
!URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!URxvt.iso14755: true
!URxvt.iso14755_52: false
!URxvt.letterSpace: -1
!URxvt.lineSpace: 0
!xterm*selectToClipboard: true
!xterm*disallowedWindowOps: 20,21,SetXProp
/* See section in sts config.h that describes XResources (~L175) */
st*selectToClipboard: true
st*disallowedWindowOps: 20,21,SetXprop
! st.termname: st-256color
st.borderpx: 0
st.font: Hack Nerd Font Mono:pixelsize=12:antialias=true:autohint=true
st.alpha: 0.9
st.alphaOffset: 0.0
st.alphaUnfocus: 0.0
/* There must be a bug in my version of st. Cursor color changes background, and vice versa. */
/* Luke Smith's does not have this issue */
!st*background: S_base03
!st.cursorColor: S_base3
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
!Xft.hintstyle: hintslight
Xft.hintstyle: hintfull
/* This is the default DPI and unfortunately does not scale according to Gnome: */
Xft.dpi: 96
!Xft.rgba: rgb
Xft.rgba: none
Xft.lcdfilter: lcddefault
Xcursor.theme: Openzone-Black