! These are all possible options, presented with default values. ! xst will fallback to *.option if st.option is not present. ! see src/config.h for more information about option meanings. ! These options only take effect on startup. st.termname: st-256color ! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell !st.shell: /bin/zsh ! The following options options can be reloaded via USR1 signal. st.font: Iosevka:pixelsize=18:antialias=true:hinting=true st.borderpx: 2 ! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions) st.cursorshape: 2 st.cursorthickness: 2 st.bold_font: 1 st.xfps: 120 st.actionfps: 30 st.chscale: 1.0 st.cwscale: 1.0 st.blinktimeout: 800 st.bellvolume: 100 ! this is a char that is exposed like so: `printf '\033[z'` st.prompt_char: $ ! opacity==255 means what terminal will be not transparent, 0 - fully transparent st.opacity: 255 ! Defaults taken from base16-twilight colorscheme. st.foreground: base05 st.background: base00 st.cursorColor: base05 st.color0: base00 st.color1: base08 st.color2: base0B st.color3: base0A st.color4: base0D st.color5: base0E st.color6: base0C st.color7: base05 st.color8: base03 st.color9: base08 st.color10: base0B st.color11: base0A st.color12: base0D st.color13: base0E st.color14: base0C st.color15: base07 ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! use 'shell' template to set these if necessary st.color16: base09 st.color17: base0F st.color18: base01 st.color19: base02 st.color20: base04 st.color21: base06