diff options
author | Jens Getreu | 2023-03-14 13:51:47 +0000 |
---|---|---|
committer | GitHub | 2023-03-14 13:51:47 +0000 |
commit | 3a4c3598d1a7071b2b0fe9a1bc13e5800aa11be1 (patch) | |
tree | 47398772a352e98c1f7a3ab9b5e935821d313c2b /runtime/themes/autumn_night.toml | |
parent | 75ebc1fcbca48a344f128260cdb9db42fd0fcbc6 (diff) |
Autumn theme: add gray tone for inlay-hint (#6316)
Co-authored-by: Jens Getreu <getreu@getreu@web.de>
Diffstat (limited to 'runtime/themes/autumn_night.toml')
-rw-r--r-- | runtime/themes/autumn_night.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/themes/autumn_night.toml b/runtime/themes/autumn_night.toml index c26cc777..70045f42 100644 --- a/runtime/themes/autumn_night.toml +++ b/runtime/themes/autumn_night.toml @@ -14,11 +14,12 @@ my_black = "#111111" # Cursorline my_gray0 = "#090909" # Default Background my_gray1 = "#0e0e0e" # Ruler my_gray2 = "#1a1a1a" # Lighter Background (Used for status bars, line number and folding marks) -my_gray3 = "#323232" # Selection Background -my_gray4 = "#7c7c7c" # Comments, Invisibles, Line Highlighting -my_gray5 = "#aaaaaa" # Dark Foreground (Used for status bars) -my_gray6 = "#c4c4c4" # Light Foreground (Not often used) -my_gray7 = "#e8e8e8" # Light Background (Not often used) +my_gray3 = "#404040" # Selection Background +my_gray4 = "#626262" # Inlay-hint +my_gray5 = "#808080" # Comments, Invisibles, Line Highlighting +my_gray6 = "#aaaaaa" # Dark Foreground (Used for status bars) +my_gray7 = "#c4c4c4" # Light Foreground +my_gray8 = "#e8e8e8" # Light Background my_white = "#F3F2CC" # Default Foreground, Caret, Delimiters, Operators my_white2 = "#F3F2CC" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted my_white3 = "#F3F2CC" # Classes, Markup Bold, Search Text Background |