diff options
| author | Keeley Hoek <keeley@hoek.io> | 2024-04-15 07:27:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 12:27:42 +0100 |
| commit | 41e734c1ee0a41d12caa0d44c267a9a9ed63d876 (patch) | |
| tree | 29085d34652161de8adee1196db1eb005f26cb41 /assets | |
| parent | 8b0cf4e55b475b06117e244667ddbb93a80dc154 (diff) | |
Document new layer colors and modifier color configuration option (#431)
Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/swatches/000000.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/0000FF.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/00FF00.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/00FFFF.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/FF0000.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/FF00FF.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/FFFF00.svg | 1 | ||||
| -rw-r--r-- | assets/swatches/FFFFFF.svg | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/assets/swatches/000000.svg b/assets/swatches/000000.svg new file mode 100644 index 0000000..9d14efa --- /dev/null +++ b/assets/swatches/000000.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#000000" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/0000FF.svg b/assets/swatches/0000FF.svg new file mode 100644 index 0000000..d445b54 --- /dev/null +++ b/assets/swatches/0000FF.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#0000FF" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/00FF00.svg b/assets/swatches/00FF00.svg new file mode 100644 index 0000000..f8b4ce0 --- /dev/null +++ b/assets/swatches/00FF00.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#00FF00" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/00FFFF.svg b/assets/swatches/00FFFF.svg new file mode 100644 index 0000000..4813df5 --- /dev/null +++ b/assets/swatches/00FFFF.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#00FFFF" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/FF0000.svg b/assets/swatches/FF0000.svg new file mode 100644 index 0000000..3026c7e --- /dev/null +++ b/assets/swatches/FF0000.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#FF0000" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/FF00FF.svg b/assets/swatches/FF00FF.svg new file mode 100644 index 0000000..81f6c6a --- /dev/null +++ b/assets/swatches/FF00FF.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#FF00FF" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/FFFF00.svg b/assets/swatches/FFFF00.svg new file mode 100644 index 0000000..1fa8992 --- /dev/null +++ b/assets/swatches/FFFF00.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#FFFF00" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file diff --git a/assets/swatches/FFFFFF.svg b/assets/swatches/FFFFFF.svg new file mode 100644 index 0000000..d54a132 --- /dev/null +++ b/assets/swatches/FFFFFF.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="22" viewBox="0 0 20 22"><rect fill="#FFFFFF" x="0" y="0" width="20" height="20" rx="4"/></svg>
\ No newline at end of file |
