From 131d8392bbc3301ac4e0a392d92d08b08757b720 Mon Sep 17 00:00:00 2001
From: Mehedi Hasan <78611383+mehedir137@users.noreply.github.com>
Date: Sat, 22 Oct 2022 04:37:10 +0600
Subject: [PATCH] Theme: Papercolor: Fixed cursorline background (#4317)

---
 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 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"