Add stuff

This commit is contained in:
Bruce Hill 2025-02-28 16:59:12 -05:00
parent ff9a34bc8a
commit 52f30b8040
3 changed files with 31 additions and 0 deletions

BIN
purple/purple-boys.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

31
purple/purple.md Executable file
View File

@ -0,0 +1,31 @@
#!/bin/env slides
# Purple - what is it?
![](purple-boys.jpg)
```demo
sxiv -sf purple-boys.jpg
```
---
# Retinal Cones
Purple is a mix of red and blue light.
![](retinal_cones.png)
```demo
sxiv -sf retinal_cones.png
```
Our eyes see it as violet.
---
```demo
printf '\033[2J'
python3 purple.py
read -p "Press enter to continue"
```

BIN
purple/retinal_cones.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB