-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxresources-example
153 lines (124 loc) · 4.26 KB
/
xresources-example
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
! Example of Xresources options
! - These are default values (except fonts), so you don't have to copy them all
! into your .Xresources file
! - You can also reload the settings by using the USR1 signal when the terminals
! are running. Just merge the settings first and then send the signal:
! xrdb merge .Xresources && killall -USR1 st
! - See config.def.h for more information about these options
! Font
St.font: JetBrainsMono Nerd Font:style=Medium:size=10:antialias=true:autohint=true
! Fallback fonts (max 8)
St.font_fallback1: JoyPixels:size=10.0:antialias=true:autohint=true
St.font_fallback2: Symbola:size=13.5:antialias=true:autohint=true
! Default columns and rows numbers
St.cols: 80
St.rows: 24
! Borders in pixels
St.borderpx: 2
! Borders as a percentage of the cell width. If greater than zero, overrides borderpx
St.borderperc: 0
! Allow resizing the window to any pixel size: 0 = off, 1 = on
St.anysize: 1
! Background opacity
St.alpha: 0.93
St.alphaUnfocused: 0.60
! Colors
St.foreground: gray90
St.background: black
St.bgUnfocused: black
St.cursorColor: #cccccc
St.reverseCursor: #555555
St.visualbellcolor: gray90
St.color0: black
St.color1: red3
St.color2: green3
St.color3: yellow3
St.color4: blue2
St.color5: magenta3
St.color6: cyan3
St.color7: gray90
St.color8: gray50
St.color9: red
St.color10: green
St.color11: yellow
St.color12: #5c5cff
St.color13: magenta
St.color14: cyan
St.color15: white
! Foreground and background color of search results
St.highlightfg: 15
St.highlightbg: 160
! Foreground and background color of flash label
St.flashlabelfg: 15
St.flashlabelbg: 4
St.flashtextfg: 8
St.flashtextbg: 0
! Foreground and background color of the hyperlink hint
St.hyperlinkhintfg: 0
St.hyperlinkhintbg: 258
! Foreground and background colors for keyboard selection mode bars
St.kbselectfg: 0
St.kbselectbg: 258
! Dynamic cursor color:
! 0 = the cursor color is fixed (default st behavior)
! 1 = the cursor uses reverse colors based on the colors of the text cell
St.dynamic_cursor_color: 1
! Default style of cursor
St.cursorstyle: 2
! Controls the blinking of the cursor
St.cursorblinking: 1
! Specifies how fast the blinking cursor blinks
St.cursorblinktimeout: 800
! Kerning / character bounding-box multipliers
St.cwscale: 1.0
St.chscale: 1.0
! Vertically center lines in the space available: 0 = off, 1 = on
St.vertcenter: 0
! Boxdraw settings see. config.def.h
St.boxdraw: 0
St.boxdraw_bold: 0
St.boxdraw_braille: 0
St.boxdraw_extra: 1
St.boxdraw_branch: 1
St.boxdraw_branch_thickness: 0
! Hide the X cursor whenever a key is pressed: 0 = off, 1 = on
St.hidecursor: 0
! Ligatures: 0 = off, 1 = on
St.ligatures: 0
! Command that is executed when a URL or hyperlink is clicked
St.url_opener: xdg-open
! List of URL protocols to search for when detecting a URL under the mouse
St.url_protocols: https:\/\/,http:\/\/,file:\/,ftp:\/\/,mailto:,vscode:\/\/
! Undercurl style: 0 = none, 2 = spiky, 3 = capped
St.undercurl_style: 2
! Adds 1 pixel of thickness for every undercurl_thickness_threshold pixels of font size
St.undercurl_thickness_threshold: 28
! Extra thickness for spiky and capped waves: 0 = off, 1 = on
St.undercurl_extra_thickness: 0
! Y-offset of undercurl
St.undercurl_yoffset: 0
! Scaling factor for undercurl height
St.undercurl_height_scale: 1.0
! Misc settings
St.termname: st-256color
St.shell: /bin/sh
St.minlatency: 2.0
St.maxlatency: 33.0
St.su_timeout: 200
St.blinktimeout: 800
St.doubleclicktimeout: 300
St.tripleclicktimeout: 600
St.bellvolume: 0
St.visualbellstyle: 0
St.visualbellduration: 100
St.visualbellanimfps: 60
St.tabspaces: 8
St.cursorthickness: 2
St.disable_bold: 0
St.disable_italic: 0
St.bold_is_not_bright: 1
St.hyperlinkstyle: 1
St.showhyperlinkhint: 1
St.disablehyperlinks: 0
St.autoscrolltimeout: 200
St.autoscrollacceleration: 1.0