diff options
Diffstat (limited to 'runtime/themes/autumn_night.toml')
-rw-r--r-- | runtime/themes/autumn_night.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/themes/autumn_night.toml b/runtime/themes/autumn_night.toml index 70045f42..49397626 100644 --- a/runtime/themes/autumn_night.toml +++ b/runtime/themes/autumn_night.toml @@ -15,14 +15,15 @@ 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 = "#404040" # Selection Background -my_gray4 = "#626262" # Inlay-hint -my_gray5 = "#808080" # Comments, Invisibles, Line Highlighting +my_gray4 = "#626C66" # Inlay-hint +my_gray5 = "#626C66" # 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 +my_white4 = "#7e7d6a" # Secondary cursors my_turquoise = "#86c1b9" # Support, Regular Expressions, Escape Characters my_turquoise2 = "#72a59e" # URL my_green = "#99be70" # Strings, Inherited Class, Markup Code, Diff Inserted |