!! Colors
#define blk  #1F2430
#define bblk #F28779
#define red  #A6CC70
#define bred #FFCC66
#define grn  #5CCFE6
#define bgrn #F29E74
#define ylw  #77A8D9
#define bylw #5C6773
#define blu  #707A8C
#define bblu #F27983
#define mag  #BAE67E
#define bmag #FFD580
#define cyn  #73D0FF
#define bcyn #FFA759
#define wht  #95E6CB
#define bwht #CBCCC6
#define bg blk
#define fg wht

*.foreground:  fg
*.background:  bg
*.cursorColor: mag

*.color0:  blk
*.color8:  bblk
*.color1:  red
*.color9:  bred
*.color2:  grn
*.color10: bgrn
*.color3:  ylw
*.color11: bylw
*.color4:  blu
*.color12: bblu
*.color5:  mag
*.color13: bmag
*.color6:  cyn
*.color14: bcyn
*.color7:  wht
*.color15: bwht

! greys
*.color234: #1E2029
*.color235: #282a36
*.color236: #373844
*.color237: #44475a
*.color239: #565761
*.color240: #6272a4
*.color241: #b6b6b2


!! general
st.scratch.font: JetBrainsMono:pixelsize=16


!! xst
st.font: JetBrainsMono:pixelsize=12
st.borderpx: 10


!! urxvt
URxvt*depth:                   32
URxvt*.background:             blk
URxvt*.borderless:             1
URxvt*.buffered:               true
URxvt*.cursorBlink:            true
URxvt*.font:                   xft:Fira Code:pixelsize=12
URxvt*.internalBorder:         10
URxvt*.letterSpace:            0
URxvt*.lineSpace:              0
URxvt*.loginShell:             false
URxvt*.matcher.button:         1
URxvt*.matcher.rend.0:         Uline Bold fg5
URxvt*.saveLines:              5000
URxvt*.scrollBar:              false
URxvt*.underlineColor:         grey
URxvt.clipboard.autocopy:      true
URxvt.iso14755:                false
URxvt.iso14755_52:             false
URxvt.perl-ext-common:         default,matcher
