Go to file
2021-08-05 22:40:47 +01:00
icons/st-jiji/svg Added files to repo 2021-08-05 22:07:04 +01:00
.gitignore Added files to repo 2021-08-05 22:07:04 +01:00
arg.h Added files to repo 2021-08-05 22:07:04 +01:00
boxdraw_data.h Added files to repo 2021-08-05 22:07:04 +01:00
boxdraw.c Added files to repo 2021-08-05 22:07:04 +01:00
config.h Added files to repo 2021-08-05 22:07:04 +01:00
config.mk Added files to repo 2021-08-05 22:07:04 +01:00
hb.c Added files to repo 2021-08-05 22:07:04 +01:00
hb.h Added files to repo 2021-08-05 22:07:04 +01:00
LICENSE Added files to repo 2021-08-05 22:07:04 +01:00
Makefile Added files to repo 2021-08-05 22:07:04 +01:00
PKGBUILD Added files to repo 2021-08-05 22:07:04 +01:00
README.md Updated repo 2021-08-05 22:40:47 +01:00
st-copyout Added files to repo 2021-08-05 22:07:04 +01:00
st-jiji.png Updated repo 2021-08-05 22:40:47 +01:00
st-terminal.desktop Added files to repo 2021-08-05 22:07:04 +01:00
st-urlhandler Added files to repo 2021-08-05 22:07:04 +01:00
st.1 Added files to repo 2021-08-05 22:07:04 +01:00
st.c Added files to repo 2021-08-05 22:07:04 +01:00
st.h Added files to repo 2021-08-05 22:07:04 +01:00
st.info Added files to repo 2021-08-05 22:07:04 +01:00
win.h Added files to repo 2021-08-05 22:07:04 +01:00
x.c Added files to repo 2021-08-05 22:07:04 +01:00
Xdefaults Added files to repo 2021-08-05 22:07:04 +01:00

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.