-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources.example
More file actions
58 lines (47 loc) · 1.45 KB
/
Copy pathXresources.example
File metadata and controls
58 lines (47 loc) · 1.45 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
53
54
55
56
57
58
! === st configuration example ===
! Copy these to your ~/.Xresources or ~/.Xdefaults and run `xrdb -merge ~/.Xresources`
! --- Fonts & Terminal ---
st.font: Ioskeley Mono:style:regular:pixelsize=18
st.font2.0: Symbols Nerd Font Mono:pixelsize=18
st.termname: st-256color
st.borderpx: 1
! --- Behavior & Performance ---
st.alpha: 1.0
st.tabspaces: 4
st.blinktimeout: 500
st.bellvolume: 0
st.cursorstyle: 1
st.minlatency: 2
st.maxlatency: 33
st.doubleclicktimeout: 300
st.tripleclicktimeout: 600
st.boxdraw: 1
st.boxdraw_bold: 1
! --- st colors (Tokyo Night style) ---
st.background: #1a1b26
st.foreground: #c0caf5
st.cursorColor: #c0caf5
! Black + DarkGrey
st.color0: #15161e
st.color8: #414868
! DarkRed + Red
st.color1: #f7768e
st.color9: #f7768e
! DarkGreen + Green
st.color2: #9ece6a
st.color10: #9ece6a
! DarkYellow + Yellow
st.color3: #e0af68
st.color11: #e0af68
! DarkBlue + Blue
st.color4: #7aa2f7
st.color12: #7aa2f7
! DarkMagenta + Magenta
st.color5: #bb9af7
st.color13: #bb9af7
! DarkCyan + Cyan
st.color6: #7dcfff
st.color14: #7dcfff
! LightGrey + White
st.color7: #a9b1d6
st.color15: #c0caf5