diff options
author | Jens Getreu | 2023-01-06 12:59:55 +0000 |
---|---|---|
committer | GitHub | 2023-01-06 12:59:55 +0000 |
commit | f2fff9b9c95759385dbb5c84846ec35c9159d215 (patch) | |
tree | 4ee818c2b08c9e9aaade5cddc70e600a61d5b4be /runtime | |
parent | 532531c3ca3824fa8fa75ca802d3b60e69e72682 (diff) |
Autumn theme: adjust selection background (#5397)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/autumn.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/autumn.toml b/runtime/themes/autumn.toml index 501675da..935c72e5 100644 --- a/runtime/themes/autumn.toml +++ b/runtime/themes/autumn.toml @@ -75,7 +75,7 @@ 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_gray3 = "#3d3d3d" # Selection Background my_gray4 = "#7c7c7c" # Comments, Invisibles, Line Highlighting my_gray5 = "#a8a8a8" # Dark Foreground (Used for status bars) my_gray6 = "#c8c8c8" # Light Foreground (Not often used) |