diff --git a/src/themes/night-owl/theme.scss b/src/themes/night-owl/theme.scss index f881eb1..07dbbfc 100644 --- a/src/themes/night-owl/theme.scss +++ b/src/themes/night-owl/theme.scss @@ -69,7 +69,7 @@ $text-editor-background-disabled: $secondary-background-disabled; $text-editor-gutter-background: $secondary-background; $text-editor-gutter-color: #4b6479; $text-editor-gutter-active-line-background: $secondary-background-selected; -$text-editor-active-line-background: #00000033; +$text-editor-active-line-background: #28707d29; $text-editor-selection-background: #5f7e9779; $event-log-background: $secondary-background;