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/solarized_light.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/solarized_light.svg')
-rw-r--r-- | previews/solarized_light.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/previews/solarized_light.svg b/previews/solarized_light.svg new file mode 100644 index 0000000..d01ae7f --- /dev/null +++ b/previews/solarized_light.svg @@ -0,0 +1,15 @@ +<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="15.384615384615" height="16" fill="rgb(0, 43, 54)"></rect> +<rect x="15.384615384615" width="15.384615384615" height="16" fill="rgb(133, 153, 0)"></rect> +<rect x="30.769230769231" width="15.384615384615" height="16" fill="rgb(42, 161, 152)"></rect> +<rect x="46.153846153846" width="15.384615384615" height="16" fill="rgb(101, 123, 131)"></rect> +<rect x="61.538461538462" width="15.384615384615" height="16" fill="rgb(42, 161, 152)"></rect> +<rect x="76.923076923077" width="15.384615384615" height="16" fill="rgb(101, 123, 131)"></rect> +<rect x="92.307692307692" width="15.384615384615" height="16" fill="rgb(38, 139, 210)"></rect> +<rect x="107.69230769231" width="15.384615384615" height="16" fill="rgb(211, 54, 130)"></rect> +<rect x="123.07692307692" width="15.384615384615" height="16" fill="rgb(147, 161, 161)"></rect> +<rect x="138.46153846154" width="15.384615384615" height="16" fill="rgb(191, 187, 170)"></rect> +<rect x="153.84615384615" width="15.384615384615" height="16" fill="rgb(224, 219, 200)"></rect> +<rect x="169.23076923077" width="15.384615384615" height="16" fill="rgb(238, 232, 213)"></rect> +<rect x="184.61538461538" width="15.384615384615" height="16" fill="rgb(253, 246, 227)"></rect> +</svg>
\ No newline at end of file |