From 13da6056d64d9040ce38869fa0835c9d570232cc Mon Sep 17 00:00:00 2001 From: Gunwant Jain Date: Sun, 3 Jan 2021 09:24:22 +0530 Subject: [PATCH] pretty.html: add bg color for selected text Signed-off-by: Gunwant Jain --- templates/pretty.html.tera | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/pretty.html.tera b/templates/pretty.html.tera index 428d2ee..e2657c3 100644 --- a/templates/pretty.html.tera +++ b/templates/pretty.html.tera @@ -60,6 +60,12 @@ background: transparent; } + ::selection { + /* text selection color + make sure to change to your your preferred color if changing the default colorscheme */ + background: #253340; + } +