! 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

! Normal font
St.font:            JetBrainsMono Nerd Font:style=Medium:size=10:antialias=true:autohint=true

! Bold font (optional)
St.font_bold:       JetBrainsMono Nerd Font:style=Bold:antialias=true:autohint=true

! Italic font (optional)
St.font_italic:     JetBrainsMono Nerd Font:style=Medium Italic:antialias=true:autohint=true

! Bold italic font (optional)
St.font_bolditalic: JetBrainsMono Nerd Font:style=Bold Italic: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

! Comma-separated OpenType font features (optional)
St.font_features:   calt=1,dlig=1

! 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

! Foreground color for the scrollback indicator
St.scrollbackindicatorfg: 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, 1 = curly, 2 = spiky, 3 = capped
St.undercurl_style: 1

! 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.bold_is_not_bright:      1
St.hyperlinkstyle:          1
St.showhyperlinkhint:       1
St.disablehyperlinks:       0
St.autoscrolltimeout:       200
St.autoscrollacceleration:  1.0
St.scrollbacklines:         2000
St.scrollbackindicator:     1
