diff --git a/outRun.rstheme b/outRun.rstheme index 6493018..9280532 100644 --- a/outRun.rstheme +++ b/outRun.rstheme @@ -38,6 +38,12 @@ } .ace_marker-layer .ace_selection { background: #442044; + box-shadow: 0 0 6px 2px rgba(255, 120, 120, 0.5); +} +.ace_marker-layer .ace_selected-word { + background: #442044; + border-radius: 2px; + box-shadow: 0 0 6px 2px rgba(255, 120, 120, 0.5); } .ace_marker-layer .ace_step { background: rgb(198, 219, 174);