From 216ea4ddc4932a710742fd502956b8d8952dca72 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 6 Nov 2024 21:15:45 -0500 Subject: [PATCH] Unify Solarized colors (#20330) Lily over on discord noticed two of the colors in our Solarized themes were off by a single point. The two colors are nearly indistinguishable, so we might as well unify them. This PR does exactly that. Release Notes: - N/A --- assets/themes/solarized/solarized.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/themes/solarized/solarized.json b/assets/themes/solarized/solarized.json index 642e35ebca5d5c72dae29c89d770981b25787809..7bd0c53f52c949df7774b79c23c61f68e154b44c 100644 --- a/assets/themes/solarized/solarized.json +++ b/assets/themes/solarized/solarized.json @@ -519,8 +519,8 @@ "selection": "#d337813d" }, { - "cursor": "#cb4b17ff", - "background": "#cb4b17ff", + "cursor": "#cb4b16ff", + "background": "#cb4b16ff", "selection": "#cb4b173d" }, { @@ -596,7 +596,7 @@ "font_weight": 700 }, "enum": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, @@ -621,7 +621,7 @@ "font_weight": null }, "link_text": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": "italic", "font_weight": null }, @@ -636,7 +636,7 @@ "font_weight": null }, "operator": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, @@ -686,7 +686,7 @@ "font_weight": null }, "string": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, @@ -696,17 +696,17 @@ "font_weight": null }, "string.regex": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, "string.special": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, "string.special.symbol": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null }, @@ -716,7 +716,7 @@ "font_weight": null }, "text.literal": { - "color": "#cb4b17ff", + "color": "#cb4b16ff", "font_style": null, "font_weight": null },