st/README.md
2021-08-05 22:41:58 +01:00

2.8 KiB

st-terminal

st-jiji

A fork of Luke's build of st and redesigned for the JiJi system.

Installation of st-jiji

The xlib header files and libharfbuzz build files are required for this installation.

git clone https://robmc.duckdns.org/git/TheOnePath/st-jiji
cd st-jiji
sudo CC=cc make [install](install)

Colours of st

The theme is based lightly off gruvbox but with some noticable changes to the background and foreground, along with other values. Those colours are as followed, with swatches:

name value
color0: "#282828" #282828
color1: "#FC2212" #FC2212
color2: "#98971A" #98971A
color3: "#F79921" #F79921
color4: "#458588" #458588
color5: "#B16286" #B16286
color6: "#299F96" #299F96
color7: "#F6E7D3" #F6E7D3
color8: "#928374" #928374
color9: "#FB4934" #FB4934
color10: "#B8BB26" #B8BB26
color11: "#FABD2F" #FABD2F
color12: "#83A598" #83A598
color13: "#D3869B" #D3869B
color14: "#8EC07C" #8EC07C
color15: "#EBDBB2" #EBDBB2
background: "#002B36" #002B36
foregound: "#EBDBB2" #EBDBB2
cursor: "#ADD8E6" #ADD8E6

The background colour is affected by alpha transparency with a value of 0.8.

For more information on the build requirements, consult Luke's README for more on the requirements.