summaryrefslogtreecommitdiff
path: root/.Xresources
blob: 065eb474de6f332160a894a319b2bc5e7cb688f3 (plain)
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
!
! Ubuntu will merge this automatically when X starts using:
! /etc/X11/Xsession.d/30x11-common_xresources
!
! To manually merge: xrdb -merge ~/.Xdefaults
!

!
! XScreenSaver Settings
!
XScreenSaver*newLoginCommand:
XScreenSaver.dialogTheme: borderlessblack
XScreenSaver*timeout: 0:15:00
XScreenSaver*lockTimeout: 0:00:00
XScreenSaver*lock: True
XScreenSaver*dpmsEnabled: True
XScreenSaver*dpmsQuickOff: True
XScreenSaver*dpmsStandby: 0:30:00
XScreenSaver*dpmsSuspend: 0:30:00
XScreenSaver*dpmsOff: 0:30:00
XScreenSaver*mode: blank
XScreenSaver*selected: -1
XScreenSaver*fade: False
XScreenSaver.borderlessblack.Dialog.borderWidth: 0
XScreenSaver.borderlessblack.Dialog.thermometer.foreground: #FF0000
XScreenSaver.borderlessblack.Dialog.thermometer.background:	#000000

!
! XTerm Settings
!
XTerm*background: #1d1f21
XTerm*foreground: #c5c8c6
XTerm*scrollBar: false
XTerm*borderWidth: 0
!XTerm*color4: #456ADA
!XTerm*color12: #456ADA
XTerm*utf8: 2
XTerm*faceName: "Fira Code":size=11:antialias=true:autohint=true
XTerm*selectToClipboard: true

XTerm*color0:      #48483e
XTerm*color1:      #dc2566
XTerm*color2:      #8fc029
XTerm*color3:      #d4c96e
XTerm*color4:      #55bcce
XTerm*color5:      #9358fe
XTerm*color6:      #56b7a5
XTerm*color7:      #acada1
XTerm*color8:      #76715e
XTerm*color9:      #fa2772
XTerm*color10:     #a7e22e
XTerm*color11:     #e7db75
XTerm*color12:     #66d9ee
XTerm*color13:     #ae82ff
XTerm*color14:     #66efd5
XTerm*color15:     #cfd0c2

!
! HiDPI Screen Settings
!
Xft.dpi: 100
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb

!
! Xcursor Settings
!
Xcursor.size: 24

!
! st Terminal Settings
!
! Note: st requires this patch to honor these settings:
! https://st.suckless.org/patches/xresources/
!
!St.font: Source Code Pro:size=11:antialias=true:autohint=true
St.font: Fira Code:size=11:antialias=true:autohint=true
St.termname: xterm-256color

! Use block cursor shape
St.cursorShape: 2

! Hybrid (Dark; from terminal.sexy)
!St.background:  #1d1f21
!St.foreground:  #c5c8c6
!St.cursorColor: #707880
!St.color0:      #282a2e
!St.color1:      #a54242
!St.color2:      #8c9440
!St.color3:      #de935f
!St.color4:      #5f819d
!St.color5:      #85678f
!St.color6:      #5e8d87
!St.color7:      #707880
!St.color8:      #373b41
!St.color9:      #cc6666
!St.color10:     #b5bd68
!St.color11:     #f0c674
!St.color12:     #81a2be
!St.color13:     #b294bb
!St.color14:     #8abeb7
!St.color15:     #c5c8c6

! Monokai (Dark; from terminal.sexy; tweaked fg/bg/cursor)
St.background:  #1d1f21
St.foreground:  #c5c8c6
St.cursorColor: #707880
St.color0:      #48483e
St.color1:      #dc2566
St.color2:      #8fc029
St.color3:      #d4c96e
St.color4:      #55bcce
St.color5:      #9358fe
St.color6:      #56b7a5
St.color7:      #acada1
St.color8:      #76715e
St.color9:      #fa2772
St.color10:     #a7e22e
St.color11:     #e7db75
St.color12:     #66d9ee
St.color13:     #ae82ff
St.color14:     #66efd5
St.color15:     #cfd0c2

! Euphrasia (Light; from terminal.sexy)
!St.foreground:  #1c2027
!St.background:  #cfcfd9
!St.cursorColor: #1c2027
!St.color0:      #192033
!St.color1:      #a62a3e
!St.color2:      #38912b
!St.color3:      #b27d12
!St.color4:      #355c9a
!St.color5:      #7c4f9f
!St.color6:      #258f8f
!St.color7:      #77858c
!St.color8:      #666666
!St.color9:      #f04758
!St.color10:     #93c724
!St.color11:     #ddb62b
!St.color12:     #45a3e6
!St.color13:     #c953ef
!St.color14:     #60c6c8
!St.color15:     #c0c0c0

! Neon (Light; from terminal.sexy, inverted fg/bg)
!St.foreground:   #171717
!St.background:   #f8f8f8
!St.cursorColor:  #171717
!St.color0:       #171717
!St.color1:       #d81765
!St.color2:       #97d01a
!St.color3:       #ffa800
!St.color4:       #16b1fb
!St.color5:       #ff2491
!St.color6:       #0fdcb6
!St.color7:       #ebebeb
!St.color8:       #38252c
!St.color9:       #ff0000
!St.color10:      #76b639
!St.color11:      #e1a126
!St.color12:      #289cd5
!St.color13:      #ff2491
!St.color14:      #0a9b81
!St.color15:      #f8f8f8


! From: https://aduros.com/blog/xterm-its-better-than-you-thought/

! Sensible defaults
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.scrollKey: true
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.metaSendsEscape: true

! Styling
XTerm.vt100.faceName: DejaVu Sans Mono
XTerm.vt100.boldMode: false
XTerm.vt100.faceSize: 11
XTerm.vt100.internalBorder: 16
XTerm.borderWidth: 0

! Key Bindings
XTerm.vt100.translations: #override \n\
    Ctrl Shift <Key>N: scroll-back(1, halfpage) \n\
    Ctrl Shift <Key>T: scroll-forw(1, halfpage) \n\
    Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
    Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
    Ctrl Shift <Key>H: set-altscreen(toggle) \n\
    Ctrl Shift <Key>W: print(noAttrs, noNewLine)

! Select URLs
XTerm.vt100.printerCommand: select-url