diff --git a/dracula.rstheme b/dracula.rstheme index 51fb41c..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 { @@ -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 +}