Updated
This commit is contained in:
parent
23c022ddd2
commit
62f1c10650
19
README.md
19
README.md
|
|
@ -1,21 +1,22 @@
|
||||||

|

|
||||||
# st-jiji
|
# st
|
||||||
A fork of [Luke's build of st](https://github.com/LukeSmithxyz/st) and redesigned for the JiJi system.
|
A fork of [Luke's build of st](https://github.com/LukeSmithxyz/st) and redesigned for my system.
|
||||||
|
|
||||||
|
|
||||||
## Installation of st-jiji
|
## Installation of st
|
||||||
|
|
||||||
The xlib header files and libharfbuzz build files are required for this installation.
|
The xlib header files and libharfbuzz build files are required for this installation.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://robmc.duckdns.org/git/TheOnePath/st-jiji
|
git clone https://git.closedless.xyz/TheOnePath/st
|
||||||
cd st-jiji
|
cd st
|
||||||
sudo CC=cc make [install](install)
|
sudo CC=cc make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Colours of st
|
## 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:
|
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 |
|
| name | value |
|
||||||
|----------------------:|-------------------------------------------------------------------:|
|
|----------------------:|-------------------------------------------------------------------:|
|
||||||
|
|
@ -45,4 +46,4 @@ The `background` colour is affected by alpha transparency with a value of `0.8`.
|
||||||
###### footer
|
###### footer
|
||||||
For more information on the build requirements, consult Luke's
|
For more information on the build requirements, consult Luke's
|
||||||
[README](https://github.com/LukeSmithxyz/st#installation-for-newbs) for more on the requirements.
|
[README](https://github.com/LukeSmithxyz/st#installation-for-newbs) for more on the requirements.
|
||||||
Logo graphic artist: Marcus Ranson.
|
Logo graphic artist: magPlex.
|
||||||
|
|
|
||||||
32
config.h
32
config.h
|
|
@ -113,22 +113,22 @@ float alphaUnfocus;
|
||||||
|
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
"#282828",
|
"#282828", // black dark
|
||||||
"#FC2212",
|
"#FC2212", // red dark
|
||||||
"#98971A",
|
"#98971A", // yellow dark
|
||||||
"#F79921",
|
"#F79921", // orange dark
|
||||||
"#458588",
|
"#458588", // cyan dark
|
||||||
"#B16286",
|
"#B16286", // purple dark
|
||||||
"#299F96",
|
"#299F96", // green dark
|
||||||
"#F6E7D3",
|
"#F6E7D3", // white light
|
||||||
"#928374",
|
"#928374", // black light
|
||||||
"#FB4934",
|
"#FB4934", // red light
|
||||||
"#B8BB26",
|
"#B8BB26", // yellow light
|
||||||
"#FABD2F",
|
"#FABD2F", // orange light
|
||||||
"#83A598",
|
"#83A598", // cyan light
|
||||||
"#D3869B",
|
"#D3869B", // purple light
|
||||||
"#8EC07C",
|
"#8EC07C", // green light
|
||||||
"#EBDBB2",
|
"#EBDBB2", // white dark
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
"#ADD8E6", /* 256 -> cursor */
|
"#ADD8E6", /* 256 -> cursor */
|
||||||
|
|
|
||||||
|
|
@ -1,163 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="25.4mm"
|
|
||||||
height="23.494999mm"
|
|
||||||
viewBox="0 0 25.4 23.494999"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8"
|
|
||||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
|
||||||
sodipodi:docname="STlogo02.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1.979899"
|
|
||||||
inkscape:cx="16.112884"
|
|
||||||
inkscape:cy="179.0334"
|
|
||||||
inkscape:document-units="mm"
|
|
||||||
inkscape:current-layer="g1692-0-17"
|
|
||||||
inkscape:document-rotation="0"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1001"
|
|
||||||
inkscape:window-x="-9"
|
|
||||||
inkscape:window-y="-9"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
fit-margin-top="0"
|
|
||||||
fit-margin-left="0"
|
|
||||||
fit-margin-right="0"
|
|
||||||
fit-margin-bottom="0" />
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-57.057347,-85.00407)">
|
|
||||||
<g
|
|
||||||
id="g875"
|
|
||||||
transform="matrix(0.26458333,0,0,0.26458333,46.83125,153.05012)">
|
|
||||||
<g
|
|
||||||
id="g1692-0-1"
|
|
||||||
transform="matrix(2.4,0,0,2.4,199.00799,-146.07047)"
|
|
||||||
style="stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
|
||||||
<g
|
|
||||||
id="g1692-0-17"
|
|
||||||
transform="translate(-70.815906,-52.29644)"
|
|
||||||
style="stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
|
||||||
<rect
|
|
||||||
style="opacity:0.2;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="40"
|
|
||||||
height="36"
|
|
||||||
x="4"
|
|
||||||
y="7"
|
|
||||||
rx="3"
|
|
||||||
ry="3"
|
|
||||||
id="rect1659-1-4"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<rect
|
|
||||||
style="fill:#11448f;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="40"
|
|
||||||
height="36"
|
|
||||||
x="4"
|
|
||||||
y="6.2070146"
|
|
||||||
rx="3"
|
|
||||||
ry="3"
|
|
||||||
id="rect1661-2-1"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<path
|
|
||||||
style="opacity:0.1;fill:#ffffff;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 7,6 C 5.338,6 4,7.338 4,9 v 1 C 4,8.338 5.338,7 7,7 h 34 c 1.662,0 3,1.338 3,3 V 9 C 44,7.338 42.662,6 41,6 Z"
|
|
||||||
id="path1663-1-7"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<rect
|
|
||||||
style="opacity:0.2;stroke:none;stroke-width:1.0008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="12.245"
|
|
||||||
height="4.0819998"
|
|
||||||
x="-12.71"
|
|
||||||
y="23.120001"
|
|
||||||
rx="1.02"
|
|
||||||
ry="1.02"
|
|
||||||
transform="matrix(0.72685813,-0.68678763,0.72685813,0.68678763,0,0)"
|
|
||||||
id="rect1669-0-4"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<rect
|
|
||||||
style="fill:#88a2c4;fill-opacity:1;stroke:none;stroke-width:1.0008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="12.245"
|
|
||||||
height="4.0819998"
|
|
||||||
x="-11.98"
|
|
||||||
y="22.389999"
|
|
||||||
rx="1.02"
|
|
||||||
ry="1.02"
|
|
||||||
transform="matrix(0.72685813,-0.68678763,0.72685813,0.68678763,0,0)"
|
|
||||||
id="rect1671-4-8"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<rect
|
|
||||||
style="opacity:0.2;stroke:none;stroke-width:1.0008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="12.245"
|
|
||||||
height="4.0819998"
|
|
||||||
x="14.96"
|
|
||||||
y="-4.5500002"
|
|
||||||
rx="1.02"
|
|
||||||
ry="1.02"
|
|
||||||
transform="matrix(0.72685813,0.68678763,0.72685813,-0.68678763,0,0)"
|
|
||||||
id="rect1673-0-7"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;stroke:none;stroke-width:1.0008;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
width="12.245"
|
|
||||||
height="4.0819998"
|
|
||||||
x="14.23"
|
|
||||||
y="-3.8199999"
|
|
||||||
rx="1.02"
|
|
||||||
ry="1.02"
|
|
||||||
transform="matrix(0.72685813,0.68678763,0.72685813,-0.68678763,0,0)"
|
|
||||||
id="rect1675-97-1"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
d="m -50.734446,-27.7633 3.25188,-0.0331 v -6.5234 h 18.80876 v 4.73481 h -3.33333 v 6.30188 h -5.38311 v -6.30188 h -4.6169 v 6.30188 l -8.7273,0.0331 z"
|
|
||||||
id="path1694-8-6-7"
|
|
||||||
sodipodi:nodetypes="ccccccccccccc"
|
|
||||||
style="opacity:0.2;fill:#000000;stroke-width:0.416667"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
<path
|
|
||||||
d="m -50.815896,-27.79644 h 3.33333 v -6.66666 h 16.66667 v 3.33333 h -3.33334 v 6.66667 h -3.33333 v -6.66667 h -6.66667 v 6.66667 h -6.66666 z"
|
|
||||||
id="path2-9-3"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.416667"
|
|
||||||
inkscape:export-xdpi="256"
|
|
||||||
inkscape:export-ydpi="256" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 6.0 KiB |
Loading…
Reference in New Issue
Block a user