this repo has no description
dotfiles
1! These are all possible options, presented with default values.
2! xst will fallback to *.option if st.option is not present.
3! see src/config.h for more information about option meanings.
4
5! These options only take effect on startup.
6st.termname: st-256color
7! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell
8!st.shell: /bin/zsh
9
10! The following options options can be reloaded via USR1 signal.
11st.font: Iosevka:pixelsize=18:antialias=true:hinting=true
12st.borderpx: 2
13! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
14st.cursorshape: 2
15st.cursorthickness: 2
16st.bold_font: 1
17st.xfps: 120
18st.actionfps: 30
19st.chscale: 1.0
20st.cwscale: 1.0
21st.blinktimeout: 800
22st.bellvolume: 100
23! this is a char that is exposed like so: `printf '\033[z'`
24st.prompt_char: $
25
26! opacity==255 means what terminal will be not transparent, 0 - fully transparent
27st.opacity: 255
28
29! Defaults taken from base16-twilight colorscheme.
30st.foreground: base05
31st.background: base00
32st.cursorColor: base05
33
34st.color0: base00
35st.color1: base08
36st.color2: base0B
37st.color3: base0A
38st.color4: base0D
39st.color5: base0E
40st.color6: base0C
41st.color7: base05
42
43st.color8: base03
44st.color9: base08
45st.color10: base0B
46st.color11: base0A
47st.color12: base0D
48st.color13: base0E
49st.color14: base0C
50st.color15: base07
51
52! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
53! use 'shell' template to set these if necessary
54st.color16: base09
55st.color17: base0F
56st.color18: base01
57st.color19: base02
58st.color20: base04
59st.color21: base06