diff options
author | Andrey Proskurin <andreyproskurin@protonmail.com> | 2021-12-25 00:44:22 +0100 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-03-06 23:44:02 -0400 |
commit | 96aa1e80bf38f81a8557458dd07dce4221c1a56f (patch) | |
tree | 59aa12f59e3a509bbcc68c0ae74a9356299d3d2d /previews | |
parent | f6e6620a42bf1649dbabbce45f0c753fa8d9ca1b (diff) | |
download | lite-xl-colors-96aa1e80bf38f81a8557458dd07dce4221c1a56f.tar.gz lite-xl-colors-96aa1e80bf38f81a8557458dd07dce4221c1a56f.zip |
Add github-dark-dimmed colorscheme
Diffstat (limited to 'previews')
-rw-r--r-- | previews/github-dark-dimmed.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/previews/github-dark-dimmed.svg b/previews/github-dark-dimmed.svg new file mode 100644 index 0000000..b68bb2c --- /dev/null +++ b/previews/github-dark-dimmed.svg @@ -0,0 +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>
\ No newline at end of file |