![st-terminal](icons/st-jiji/svg/st-terminal.svg) # st-jiji A fork of [Luke's build of st](https://github.com/LukeSmithxyz/st) and redesigned for the JiJi system. ## Installation of st-jiji The xlib header files and libharfbuzz build files are required for this installation. ```sh 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](https://via.placeholder.com/32x12/282828/000000?text=+) | | color1: "#FC2212" | ![#FC2212](https://via.placeholder.com/32x12/fc2212/000000?text=+) | | color2: "#98971A" | ![#98971A](https://via.placeholder.com/32x12/98971a/000000?text=+) | | color3: "#F79921" | ![#F79921](https://via.placeholder.com/32x12/f79921/000000?text=+) | | color4: "#458588" | ![#458588](https://via.placeholder.com/32x12/458588/000000?text=+) | | color5: "#B16286" | ![#B16286](https://via.placeholder.com/32x12/B16286/000000?text=+) | | color6: "#299F96" | ![#299F96](https://via.placeholder.com/32x12/299f96/000000?text=+) | | color7: "#F6E7D3" | ![#F6E7D3](https://via.placeholder.com/32x12/f6e7d3/000000?text=+) | | color8: "#928374" | ![#928374](https://via.placeholder.com/32x12/928374/000000?text=+) | | color9: "#FB4934" | ![#FB4934](https://via.placeholder.com/32x12/fb4934/000000?text=+) | | color10: "#B8BB26" | ![#B8BB26](https://via.placeholder.com/32x12/B8BB26/000000?text=+) | | color11: "#FABD2F" | ![#FABD2F](https://via.placeholder.com/32x12/fabd2f/000000?text=+) | | color12: "#83A598" | ![#83A598](https://via.placeholder.com/32x12/82a598/000000?text=+) | | color13: "#D3869B" | ![#D3869B](https://via.placeholder.com/32x12/D3869B/000000?text=+) | | color14: "#8EC07C" | ![#8EC07C](https://via.placeholder.com/32x12/8EC07C/000000?text=+) | | color15: "#EBDBB2" | ![#EBDBB2](https://via.placeholder.com/32x12/ebdbb2/000000?text=+) | | background: "#002B36" | ![#002B36](https://via.placeholder.com/32x12/002b32/000000?text=+) | | foregound: "#EBDBB2" | ![#EBDBB2](https://via.placeholder.com/32x12/ebdbb2/000000?text=+) | | cursor: "#ADD8E6" | ![#ADD8E6](https://via.placeholder.com/32x12/ADD8E6/000000?text=+) | The `background` colour is affected by alpha transparency with a value of `0.8`. ###### footer For more information on the build requirements, consult Luke's [README](https://github.com/LukeSmithxyz/st#installation-for-newbs) for more on the requirements.