From ce03f4bb8355c974ae97a4f4b31624a8d64ea907 Mon Sep 17 00:00:00 2001 From: Mehedi Hasan <78611383+mehedir137@users.noreply.github.com> Date: Sun, 16 Oct 2022 23:02:09 +0600 Subject: [PATCH] Theme: Papercolor: Fixed cursorline background Fixed cursorline background color in papercolor-dark theme. Previously the cursorline background color was `#d0d0d0` which does not math the theme, so it is changed to `#303030` --- runtime/themes/papercolor-dark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/papercolor-dark.toml b/runtime/themes/papercolor-dark.toml index 18a47292aa3c..940aacfe2168 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"