From 4ea78272055a883c8f929b9756295044469dd0e6 Mon Sep 17 00:00:00 2001 From: sellth Date: Tue, 2 Nov 2021 16:12:59 +0100 Subject: [PATCH 1/2] better visibility for selected text highlighting This is about the highlighting for other occurrences of selected text. The dark-blue border is barely visible on the dark editor background. --- dracula.rstheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dracula.rstheme b/dracula.rstheme index 51fb41c..5f899d4 100644 --- a/dracula.rstheme +++ b/dracula.rstheme @@ -65,7 +65,7 @@ } .ace_marker-layer .ace_selected-word { - border: 1px solid #464B5D80; + background-color: #bd93f980; } .ace_marker-layer .ace_foreign_line { @@ -3084,4 +3084,4 @@ input#rstudio_command_palette_search { .rstudio-themes-flat.editor_dark .ace_editor_theme .GCHYANPCGI { color: #f8f8f2; -} \ No newline at end of file +} From 16030a8f2333623d5d29ea5dcdc475d3ccc66ba6 Mon Sep 17 00:00:00 2001 From: sellth Date: Tue, 2 Nov 2021 19:21:05 +0100 Subject: [PATCH 2/2] change highlight color for Find (& Replace) --- dracula.rstheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracula.rstheme b/dracula.rstheme index 5f899d4..54fc653 100644 --- a/dracula.rstheme +++ b/dracula.rstheme @@ -48,7 +48,7 @@ } .ace_marker-layer .ace_selection { - background: #464B5D80; + background: #bd93f980; } .ace_marker-layer .ace_step {