diff options
author | Adam <adamdharrison@gmail.com> | 2023-10-10 16:20:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:20:03 -0400 |
commit | 7db1dfb381912b4335779246f6f11ed405c6583e (patch) | |
tree | b360e69a9459d6f38c50ccb7b4181f1fdca397bc /previews/github-dark-dimmed.svg | |
parent | 1857097d36394054b4b3943febc88496ea2f5b44 (diff) | |
parent | bc75163b8b0dac536b1ccccf9d4325537a8ce4eb (diff) | |
download | lite-xl-colors-7db1dfb381912b4335779246f6f11ed405c6583e.tar.gz lite-xl-colors-7db1dfb381912b4335779246f6f11ed405c6583e.zip |
Merge pull request #26 from lite-xl/PR/add-in-autogeneration
Add in Auto-Generation/Stub Support with LPM
Diffstat (limited to 'previews/github-dark-dimmed.svg')
-rw-r--r-- | previews/github-dark-dimmed.svg | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/previews/github-dark-dimmed.svg b/previews/github-dark-dimmed.svg index b68bb2c..8a689c0 100644 --- a/previews/github-dark-dimmed.svg +++ b/previews/github-dark-dimmed.svg @@ -1,12 +1,12 @@ -<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="20.0" height="16" fill="rgb(34, 39, 46)"></rect> -<rect x="20.0" width="20.0" height="16" fill="rgb(45, 51, 59)"></rect> -<rect x="40.0" width="20.0" height="16" fill="rgb(68, 76, 86)"></rect> -<rect x="60.0" width="20.0" height="16" fill="rgb(46, 76, 119)"></rect> -<rect x="80.0" width="20.0" height="16" fill="rgb(118, 131, 144)"></rect> -<rect x="100.0" width="20.0" height="16" fill="rgb(244, 112, 103)"></rect> -<rect x="120.0" width="20.0" height="16" fill="rgb(108, 182, 255)"></rect> -<rect x="140.0" width="20.0" height="16" fill="rgb(173, 186, 199)"></rect> -<rect x="160.0" width="20.0" height="16" fill="rgb(150, 208, 255)"></rect> -<rect x="180.0" width="20.0" height="16" fill="rgb(220, 189, 251)"></rect> +<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="20.0" height="16" fill="rgb(34, 39, 46)"></rect> +<rect x="20.0" width="20.0" height="16" fill="rgb(45, 51, 59)"></rect> +<rect x="40.0" width="20.0" height="16" fill="rgb(68, 76, 86)"></rect> +<rect x="60.0" width="20.0" height="16" fill="rgb(46, 76, 119)"></rect> +<rect x="80.0" width="20.0" height="16" fill="rgb(118, 131, 144)"></rect> +<rect x="100.0" width="20.0" height="16" fill="rgb(244, 112, 103)"></rect> +<rect x="120.0" width="20.0" height="16" fill="rgb(108, 182, 255)"></rect> +<rect x="140.0" width="20.0" height="16" fill="rgb(173, 186, 199)"></rect> +<rect x="160.0" width="20.0" height="16" fill="rgb(150, 208, 255)"></rect> +<rect x="180.0" width="20.0" height="16" fill="rgb(220, 189, 251)"></rect> </svg>
\ No newline at end of file |