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/github.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/github.svg')
-rw-r--r-- | previews/github.svg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/previews/github.svg b/previews/github.svg new file mode 100644 index 0000000..c212aaf --- /dev/null +++ b/previews/github.svg @@ -0,0 +1,19 @@ +<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="11.764705882353" height="16" fill="rgb(24, 24, 24)"></rect> +<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(36, 41, 46)"></rect> +<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(3, 47, 98)"></rect> +<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(64, 64, 64)"></rect> +<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(0, 92, 197)"></rect> +<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(3, 102, 214)"></rect> +<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(106, 115, 125)"></rect> +<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(215, 58, 73)"></rect> +<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(128, 128, 128)"></rect> +<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(176, 176, 176)"></rect> +<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(192, 192, 192)"></rect> +<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(208, 208, 208)"></rect> +<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(183, 220, 232)"></rect> +<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(224, 224, 224)"></rect> +<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(232, 232, 232)"></rect> +<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(242, 242, 242)"></rect> +<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(251, 251, 251)"></rect> +</svg>
\ No newline at end of file |