From 2e709859c4ab35237374e3c8e64c9d3767be4134 Mon Sep 17 00:00:00 2001
From: Jens Getreu <jens.getreu@dlh.lu>
Date: Tue, 5 Jul 2022 08:08:35 +0200
Subject: [PATCH] Autumn theme: slightly adjust contrast

---
 runtime/themes/autumn.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml
index d96d32ea..024ca650 100644
--- a/runtime/themes/autumn.toml
+++ b/runtime/themes/autumn.toml
@@ -69,13 +69,13 @@
 "error" = "my_red"
 
 [palette]
-my_black      = "#242424" # Cursorline
-my_gray0      = "#292929" # Default Background
-my_gray1      = "#2e2e2e" # Ruler
-my_gray2      = "#3a3a3a" # Lighter Background (Used for status bars, line number and folding marks)
-my_gray3      = "#525252" # Selection Background
+my_black      = "#212121" # Cursorline
+my_gray0      = "#262626" # Default Background
+my_gray1      = "#2b2b2b" # Ruler
+my_gray2      = "#323232" # Lighter Background (Used for status bars, line number and folding marks)
+my_gray3      = "#505050" # Selection Background
 my_gray4      = "#7c7c7c" # Comments, Invisibles, Line Highlighting
-my_gray5      = "#aaaaaa" # Dark Foreground (Used for status bars)
+my_gray5      = "#a8a8a8" # Dark Foreground (Used for status bars)
 my_gray6      = "#c0c0c0" # Light Foreground (Not often used)
 my_gray7      = "#e8e8e8" # Light Background (Not often used)
 my_white      = "#F3F2CC" # Default Foreground, Caret, Delimiters, Operators