diff options
author | Jefferson González <jgmdev@gmail.com> | 2022-02-26 21:00:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 21:00:11 -0400 |
commit | dbd0e9378b114959948403a7edcbf7a1bdff5b97 (patch) | |
tree | 2fce83cdd1774ca9222294352151df9c392b7190 /previews/abyss.svg | |
parent | b383fb287b3501dc3b927e5c63a3420d84795857 (diff) | |
parent | 212cf85078d285fe09e69aad00d508131ffb3499 (diff) | |
download | lite-xl-colors-dbd0e9378b114959948403a7edcbf7a1bdff5b97.tar.gz lite-xl-colors-dbd0e9378b114959948403a7edcbf7a1bdff5b97.zip |
Merge pull request #9 from thechidambaram/svg-preview
Svg preview
Diffstat (limited to 'previews/abyss.svg')
-rw-r--r-- | previews/abyss.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/previews/abyss.svg b/previews/abyss.svg new file mode 100644 index 0000000..b6fd9bd --- /dev/null +++ b/previews/abyss.svg @@ -0,0 +1,16 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="16" shape-rendering="crispEdges"> +<rect x="0.0" width="14.285714285714" height="16" fill="rgb(16, 16, 16)"></rect> +<rect x="14.285714285714" width="14.285714285714" height="16" fill="rgb(21, 21, 21)"></rect> +<rect x="28.571428571429" width="14.285714285714" height="16" fill="rgb(2, 16, 61)"></rect> +<rect x="42.857142857143" width="14.285714285714" height="16" fill="rgb(36, 36, 36)"></rect> +<rect x="57.142857142857" width="14.285714285714" height="16" fill="rgb(37, 37, 37)"></rect> +<rect x="71.428571428571" width="14.285714285714" height="16" fill="rgb(19, 42, 82)"></rect> +<rect x="85.714285714286" width="14.285714285714" height="16" fill="rgb(48, 48, 48)"></rect> +<rect x="100.0" width="14.285714285714" height="16" fill="rgb(64, 64, 64)"></rect> +<rect x="114.28571428571" width="14.285714285714" height="16" fill="rgb(68, 68, 68)"></rect> +<rect x="128.57142857143" width="14.285714285714" height="16" fill="rgb(15, 103, 115)"></rect> +<rect x="142.85714285714" width="14.285714285714" height="16" fill="rgb(1, 168, 112)"></rect> +<rect x="157.14285714286" width="14.285714285714" height="16" fill="rgb(106, 140, 168)"></rect> +<rect x="171.42857142857" width="14.285714285714" height="16" fill="rgb(160, 160, 160)"></rect> +<rect x="185.71428571429" width="14.285714285714" height="16" fill="rgb(223, 223, 223)"></rect> +</svg>
\ No newline at end of file |