49 lines
2.8 KiB
Markdown
49 lines
2.8 KiB
Markdown

|
|
# 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" |  |
|
|
| color1: "#FC2212" |  |
|
|
| color2: "#98971A" |  |
|
|
| color3: "#F79921" |  |
|
|
| color4: "#458588" |  |
|
|
| color5: "#B16286" |  |
|
|
| color6: "#299F96" |  |
|
|
| color7: "#F6E7D3" |  |
|
|
| color8: "#928374" |  |
|
|
| color9: "#FB4934" |  |
|
|
| color10: "#B8BB26" |  |
|
|
| color11: "#FABD2F" |  |
|
|
| color12: "#83A598" |  |
|
|
| color13: "#D3869B" |  |
|
|
| color14: "#8EC07C" |  |
|
|
| color15: "#EBDBB2" |  |
|
|
| background: "#002B36" |  |
|
|
| foregound: "#EBDBB2" |  |
|
|
| cursor: "#ADD8E6" |  |
|
|
|
|
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.
|
|
Logo graphic artist: Marcus Ranson.
|