From 1d5fcc6e0eb050b67ff743b3428ed1de3700fbd5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 19 Mar 2015 18:05:30 +1300 Subject: Revamp palette specification - Split low-color and high-color specifications in palettes. - Split off light, dark, lowlight and lowdark palettes. Lowlight and lowdark will be the low-color base for most subsequent palettes. - Add a small script that makes test pattern requests to pathod. --- test/tools/testpatt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/tools/testpatt (limited to 'test/tools/testpatt') diff --git a/test/tools/testpatt b/test/tools/testpatt new file mode 100755 index 00000000..3b79e3ee --- /dev/null +++ b/test/tools/testpatt @@ -0,0 +1,9 @@ +#!/bin/bash + +# Generate a test pattern with pathoc +PATHOD=http://localhost:9999 +pathoc localhost:8080 "get:'$PATHOD/p/200:p0,1'" +pathoc localhost:8080 "get:'$PATHOD/p/300:p0,1'" +pathoc localhost:8080 "get:'$PATHOD/p/400:p0,1'" +pathoc localhost:8080 "get:'$PATHOD/p/500:p0,1'" +pathoc localhost:8080 "get:'$PATHOD/p/600:p0,1'" -- cgit v1.2.3 From b47019293e49f85186bc7a7c8e71ab4c253b7d99 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 19 Mar 2015 20:49:43 +1300 Subject: Nicer Solarized palettes, using the correct terminal values --- test/tools/testpatt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/tools/testpatt') diff --git a/test/tools/testpatt b/test/tools/testpatt index 3b79e3ee..f6d1169b 100755 --- a/test/tools/testpatt +++ b/test/tools/testpatt @@ -2,8 +2,8 @@ # Generate a test pattern with pathoc PATHOD=http://localhost:9999 -pathoc localhost:8080 "get:'$PATHOD/p/200:p0,1'" -pathoc localhost:8080 "get:'$PATHOD/p/300:p0,1'" -pathoc localhost:8080 "get:'$PATHOD/p/400:p0,1'" -pathoc localhost:8080 "get:'$PATHOD/p/500:p0,1'" -pathoc localhost:8080 "get:'$PATHOD/p/600:p0,1'" +pathoc localhost:8080 "get:'$PATHOD/p/200:p0,1:b@200b'" +pathoc localhost:8080 "get:'$PATHOD/p/300:p0,1:b@200b'" +pathoc localhost:8080 "get:'$PATHOD/p/400:p0,1:b@200b'" +pathoc localhost:8080 "get:'$PATHOD/p/500:p0,1:b@200b'" +pathoc localhost:8080 "get:'$PATHOD/p/600:p0,1:b@200b'" -- cgit v1.2.3