diff options
-rw-r--r-- | colors/onedark.lua | 2 | ||||
-rw-r--r-- | previews/onedark.svg | 39 |
2 files changed, 21 insertions, 20 deletions
diff --git a/colors/onedark.lua b/colors/onedark.lua index 323613e..af26b9a 100644 --- a/colors/onedark.lua +++ b/colors/onedark.lua @@ -24,6 +24,6 @@ style.syntax["keyword2"] = { common.color "#eb6772" } style.syntax["number"] = { common.color "#db9d63" } style.syntax["literal"] = { common.color "#e6c07b" } style.syntax["string"] = { common.color "#9acc76" } -style.syntax["operator"] = { common.color "#abb2bf" } +style.syntax["operator"] = { common.color "#56B6C2" } style.syntax["function"] = { common.color "#5cb3fa" } diff --git a/previews/onedark.svg b/previews/onedark.svg index 8dc754d..2acfb05 100644 --- a/previews/onedark.svg +++ b/previews/onedark.svg @@ -1,21 +1,22 @@ <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="10.526315789474" height="16" fill="rgb(24, 26, 31)"></rect> -<rect x="10.526315789474" width="10.526315789474" height="16" fill="rgb(33, 37, 43)"></rect> -<rect x="21.052631578947" width="10.526315789474" height="16" fill="rgb(40, 44, 52)"></rect> -<rect x="31.578947368421" width="10.526315789474" height="16" fill="rgb(44, 51, 62)"></rect> -<rect x="42.105263157895" width="10.526315789474" height="16" fill="rgb(56, 61, 73)"></rect> -<rect x="52.631578947368" width="10.526315789474" height="16" fill="rgb(83, 87, 110)"></rect> -<rect x="63.157894736842" width="10.526315789474" height="16" fill="rgb(79, 88, 115)"></rect> -<rect x="73.684210526316" width="10.526315789474" height="16" fill="rgb(95, 105, 122)"></rect> -<rect x="84.210526315789" width="10.526315789474" height="16" fill="rgb(102, 107, 118)"></rect> -<rect x="94.736842105263" width="10.526315789474" height="16" fill="rgb(48, 96, 193)"></rect> -<rect x="105.26315789474" width="10.526315789474" height="16" fill="rgb(235, 103, 114)"></rect> -<rect x="115.78947368421" width="10.526315789474" height="16" fill="rgb(219, 157, 99)"></rect> -<rect x="126.31578947368" width="10.526315789474" height="16" fill="rgb(82, 139, 255)"></rect> -<rect x="136.84210526316" width="10.526315789474" height="16" fill="rgb(154, 204, 118)"></rect> -<rect x="147.36842105263" width="10.526315789474" height="16" fill="rgb(92, 179, 250)"></rect> -<rect x="157.89473684211" width="10.526315789474" height="16" fill="rgb(171, 178, 191)"></rect> -<rect x="168.42105263158" width="10.526315789474" height="16" fill="rgb(230, 192, 123)"></rect> -<rect x="178.94736842105" width="10.526315789474" height="16" fill="rgb(205, 116, 232)"></rect> -<rect x="189.47368421053" width="10.526315789474" height="16" fill="rgb(255, 255, 255)"></rect> +<rect x="0.0" width="10.0" height="16" fill="rgb(24, 26, 31)"></rect> +<rect x="10.0" width="10.0" height="16" fill="rgb(33, 37, 43)"></rect> +<rect x="20.0" width="10.0" height="16" fill="rgb(40, 44, 52)"></rect> +<rect x="30.0" width="10.0" height="16" fill="rgb(44, 51, 62)"></rect> +<rect x="40.0" width="10.0" height="16" fill="rgb(56, 61, 73)"></rect> +<rect x="50.0" width="10.0" height="16" fill="rgb(83, 87, 110)"></rect> +<rect x="60.0" width="10.0" height="16" fill="rgb(79, 88, 115)"></rect> +<rect x="70.0" width="10.0" height="16" fill="rgb(95, 105, 122)"></rect> +<rect x="80.0" width="10.0" height="16" fill="rgb(102, 107, 118)"></rect> +<rect x="90.0" width="10.0" height="16" fill="rgb(48, 96, 193)"></rect> +<rect x="100.0" width="10.0" height="16" fill="rgb(235, 103, 114)"></rect> +<rect x="110.0" width="10.0" height="16" fill="rgb(86, 182, 194)"></rect> +<rect x="120.0" width="10.0" height="16" fill="rgb(219, 157, 99)"></rect> +<rect x="130.0" width="10.0" height="16" fill="rgb(154, 204, 118)"></rect> +<rect x="140.0" width="10.0" height="16" fill="rgb(82, 139, 255)"></rect> +<rect x="150.0" width="10.0" height="16" fill="rgb(92, 179, 250)"></rect> +<rect x="160.0" width="10.0" height="16" fill="rgb(171, 178, 191)"></rect> +<rect x="170.0" width="10.0" height="16" fill="rgb(230, 192, 123)"></rect> +<rect x="180.0" width="10.0" height="16" fill="rgb(205, 116, 232)"></rect> +<rect x="190.0" width="10.0" height="16" fill="rgb(255, 255, 255)"></rect> </svg>
\ No newline at end of file |