From 18d61b5a8c8787b44feccc7da225ca8f0967e88f Mon Sep 17 00:00:00 2001 From: Mauricio Bonani Date: Thu, 16 Jan 2025 08:58:50 -0500 Subject: [PATCH] Night Owl - Update Line Highlight Background --- src/themes/night-owl/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;