Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Some other tests:

- [gist/lilydjwg/colors.py](https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53)
- https://github.com/robertknight/konsole/tree/master/tests/color-spaces.pl
- https://github.com/JohnMorales/dotfiles/blob/master/colors/24-bit-color.sh
- https://gitlab.gwdg.de/janphilipp.ressler/dotfiles/-/raw/main/bin/24bit-color-test
- https://git.gnome.org/browse/vte/tree/perf/img.sh

<div style="padding-left: 2rem; border: 1px solid #9cf;">
Expand All @@ -66,7 +66,7 @@ cd tmp$$
# downloads scripts
wget https://github.com/robertknight/konsole/raw/master/tests/color-spaces.pl \
https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py \
https://github.com/JohnMorales/dotfiles/raw/master/colors/24-bit-color.sh \
https://gitlab.gwdg.de/janphilipp.ressler/dotfiles/-/raw/main/bin/24bit-color-test \
https://gitlab.gnome.org/GNOME/vte/-/raw/master/perf/img.sh

# read the scripts with your editor
Expand All @@ -78,7 +78,7 @@ Only if you're satisfied that the scripts are trustworthy should you proceed:
# if you trust them, run them
perl color-spaces.pl
python colors.py
bash 24-bit-color.sh
bash 24bit-color-test
bash img.sh
```
</div>
Expand Down