From 325bb2515ebf732b486cffd35637a97ceffa6704 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 4 Sep 2024 23:04:32 -0700 Subject: [PATCH] darken sticky scroll hints in monaco editor --- frontend/app/view/codeeditor/codeeditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/view/codeeditor/codeeditor.tsx b/frontend/app/view/codeeditor/codeeditor.tsx index 816db8114..cdf00941c 100644 --- a/frontend/app/view/codeeditor/codeeditor.tsx +++ b/frontend/app/view/codeeditor/codeeditor.tsx @@ -23,6 +23,7 @@ export function loadMonaco() { rules: [], colors: { "editor.background": "#00000000", + "editorStickyScroll.background": "#00000055", "minimap.background": "#00000077", focusBorder: "#00000000", },