diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | previews/oxocarbon-dark.svg | 19 |
2 files changed, 20 insertions, 0 deletions
@@ -80,6 +80,7 @@ do not bother modifying it.* | [nord](colors/nord.lua?raw=1) | ![nord_preview](previews/nord.svg) | | [onedark](colors/onedark.lua?raw=1) | ![onedark_preview](previews/onedark.svg) | | [only_dark](colors/only_dark.lua?raw=1) | ![only_dark_preview](previews/only_dark.svg) | +| [oxocarbon-dark](colors/oxocarbon-dark.lua?raw=1) | ![oxocarbon-dark_preview](previews/oxocarbon-dark.svg) | | [plasma](colors/plasma.lua?raw=1) | ![plasma_preview](previews/plasma.svg) | | [predawn](colors/predawn.lua?raw=1) | ![predawn_preview](previews/predawn.svg) | | [rose-pine](colors/rose-pine.lua?raw=1) | ![rose-pine_preview](previews/rose-pine.svg) | diff --git a/previews/oxocarbon-dark.svg b/previews/oxocarbon-dark.svg new file mode 100644 index 0000000..abf62ac --- /dev/null +++ b/previews/oxocarbon-dark.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(22, 22, 22)"></rect> +<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(38, 38, 38)"></rect> +<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(57, 57, 57)"></rect> +<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(82, 82, 82)"></rect> +<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(255, 0, 15)"></rect> +<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(66, 190, 101)"></rect> +<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(8, 189, 186)"></rect> +<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(238, 83, 150)"></rect> +<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(51, 177, 255)"></rect> +<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(61, 219, 217)"></rect> +<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(120, 169, 255)"></rect> +<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(255, 126, 182)"></rect> +<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(130, 207, 255)"></rect> +<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(190, 149, 255)"></rect> +<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(221, 225, 230)"></rect> +<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(242, 244, 248)"></rect> +<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(255, 255, 255)"></rect> +</svg>
\ No newline at end of file |