From 6bdcf19f5fa5dc74ea561f95b403c1818a7e1b54 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 22 Aug 2024 15:38:27 +0200 Subject: [PATCH] use less teal for sh theme --- book/custom.theme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book/custom.theme b/book/custom.theme index 64482db..b839db3 100644 --- a/book/custom.theme +++ b/book/custom.theme @@ -26,7 +26,7 @@ "underline": false }, "BaseN": { - "text-color": "#03DAC5", + "text-color": "#a5d6ff", "background-color": null, "bold": false, "italic": false, @@ -40,7 +40,7 @@ "underline": false }, "Char": { - "text-color": "#03DAC5", + "text-color": "#a5d6ff", "background-color": null, "bold": false, "italic": false, @@ -180,7 +180,7 @@ "underline": false }, "String": { - "text-color": "#03DAC5", + "text-color": "#a5d6ff", "background-color": null, "bold": false, "italic": false, @@ -194,7 +194,7 @@ "underline": false }, "VerbatimString": { - "text-color": "#03DAC5", + "text-color": "#a5d6ff", "background-color": null, "bold": false, "italic": false, -- 2.45.2