diff options
| author | Daniel Byron <[email protected]> | 2016-08-22 09:28:14 +1000 |
|---|---|---|
| committer | Daniel Byron <[email protected]> | 2016-08-22 09:28:14 +1000 |
| commit | 1889a4623b8146b34631bfc701f3d57fac1687e5 (patch) | |
| tree | da2e2ccde231364662842a51172967233fabfd56 /tests | |
| parent | Gnome terminal (dconf) support added (diff) | |
| download | schemer2-1889a4623b8146b34631bfc701f3d57fac1687e5.tar.xz schemer2-1889a4623b8146b34631bfc701f3d57fac1687e5.zip | |
Removed abort on less than 16 colors generated
Now when the number of colors generated is less than 16, the sequence of
generated colors will be repeated to fill 16 colors.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Terminals/xterm/test-10colors | 11 | ||||
| -rw-r--r-- | tests/Terminals/xterm/test-4colors | 5 | ||||
| -rw-r--r-- | tests/Terminals/xterm/test-8colors | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/tests/Terminals/xterm/test-10colors b/tests/Terminals/xterm/test-10colors new file mode 100644 index 0000000..b88eb8b --- /dev/null +++ b/tests/Terminals/xterm/test-10colors @@ -0,0 +1,11 @@ +! Terminal colors +*color0: #000211 +*color1: #bb0454 +*color2: #32b792 +*color3: #db9b64 +*color4: #15547b +*color5: #910957 +*color6: #81148e +*color7: #cacaca +*color8: #282a3b +*color9: #cd236d diff --git a/tests/Terminals/xterm/test-4colors b/tests/Terminals/xterm/test-4colors new file mode 100644 index 0000000..b737af9 --- /dev/null +++ b/tests/Terminals/xterm/test-4colors @@ -0,0 +1,5 @@ +! Terminal colors +*color0: #000211 +*color1: #bb0454 +*color2: #32b792 +*color3: #db9b64 diff --git a/tests/Terminals/xterm/test-8colors b/tests/Terminals/xterm/test-8colors new file mode 100644 index 0000000..6764357 --- /dev/null +++ b/tests/Terminals/xterm/test-8colors @@ -0,0 +1,9 @@ +! Terminal colors +*color0: #000211 +*color1: #bb0454 +*color2: #32b792 +*color3: #db9b64 +*color4: #15547b +*color5: #910957 +*color6: #81148e +*color7: #cacaca |