st

simple terminal with alpha focus highlight and selenized colorscheme
git clone https://git.beauhilton.com/st.git
Log | Files | Refs | README | LICENSE

.Xresources (553B)


      1 xterm*fastScroll: true
      2 
      3 ! cursor
      4 Xcursor.theme: smalldot
      5 
      6 ! Colorsheme
      7 *color0: #3f3f3f
      8 *color1: #705050
      9 *color2: #60b48a
     10 *color3: #dfaf8f
     11 *color4: #506070
     12 *color5: #dc8cc3
     13 *color6: #8cd0d3
     14 *color7: #dcdccc
     15 *color8: #709080
     16 *color9: #dca3a3
     17 *color10: #c3bf9f
     18 *color11: #0A0102
     19 *color12: #94bff3
     20 *color13: #ec93d3
     21 *color14: #93e0e3
     22 *color15: #ffffff
     23 
     24 ! general st settings (which can be overwritten in custom xresources
     25 st.font: hack:pixelsize=19:antialias=true:autohint=true
     26 st.alpha: 0.95
     27 st.alphaUnfocused: 0.85
     28 
     29 st.chscale: 0.74;
     30 st.cwscale: 0.94;
     31 
     32