diff options
author | Mehedi Hasan | 2022-10-21 22:37:10 +0000 |
---|---|---|
committer | GitHub | 2022-10-21 22:37:10 +0000 |
commit | 131d8392bbc3301ac4e0a392d92d08b08757b720 (patch) | |
tree | e9e422c7666ba03e7e8386a74e97a09fd2a642fa /runtime/themes | |
parent | a449192ee9fb6ed59530b3c95e96d2211e6b7e5d (diff) |
Theme: Papercolor: Fixed cursorline background (#4317)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/papercolor-dark.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/papercolor-dark.toml b/runtime/themes/papercolor-dark.toml index 18a47292..940aacfe 100644 --- a/runtime/themes/papercolor-dark.toml +++ b/runtime/themes/papercolor-dark.toml @@ -97,7 +97,7 @@ bright6="#00afaf" bright7="#5f8787" selection_foreground="#585858" selection_background="#8787AF" -cursorline_background="#d0d0d0" +cursorline_background="#303030" paper_bar_bg="#5F8787" black="#1c1c1c" red="#af005f" |