From e06de0cca5846601a1ed4a3cd59f68c7d9f18f70 Mon Sep 17 00:00:00 2001 From: Mazrine Date: Thu, 24 Apr 2025 20:58:37 -0300 Subject: [PATCH] fix: adjustment to markdown header 3 and 4 to improve visibility --- runtime/themes/ataraxia.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/ataraxia.toml b/runtime/themes/ataraxia.toml index d77a9ccea..6aad8f3f3 100644 --- a/runtime/themes/ataraxia.toml +++ b/runtime/themes/ataraxia.toml @@ -120,8 +120,8 @@ diagnostic = "cool-sky" "markup.heading.1" = "deep-grape" "markup.heading.2" = "muted-violet" -"markup.heading.3" = "purple-gray" -"markup.heading.4" = "deep-indigo" +"markup.heading.3" = "orchid" +"markup.heading.4" = "amethyst" "markup.heading.5" = "soft-blue" "markup.heading.6" = "cool-sky" "markup.heading.marker" = "ufo-green"