diff options
author | Jens Getreu | 2022-07-05 06:08:35 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-05 10:33:37 +0000 |
commit | 2e709859c4ab35237374e3c8e64c9d3767be4134 (patch) | |
tree | f622249557e2fd49fdb51346a57d6f6ca956b68f | |
parent | f3e8b0f34bcf4a66dabeef40998442ef8f95967a (diff) |
Autumn theme: slightly adjust contrast
-rw-r--r-- | runtime/themes/autumn.toml | 12 |
1 files 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 |