From 97b1db01d0a148257ddb2b7f8f23c5258b1d2743 Mon Sep 17 00:00:00 2001 From: Arno <120803617+xxxnpno@users.noreply.github.com> Date: Sun, 3 May 2026 14:30:16 +0200 Subject: [PATCH] Add search control styles to OneDarkPro2026.yaml --- OneDarkPro2026.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/OneDarkPro2026.yaml b/OneDarkPro2026.yaml index e1b49cd..83c07fb 100644 --- a/OneDarkPro2026.yaml +++ b/OneDarkPro2026.yaml @@ -2484,4 +2484,15 @@ Sections: EnvironmentIndicator: ["#ffffff60", null] EnvironmentLogo: ["#54a4e3", null] EnvironmentLayeredBackground: ["#0000004d", null] - StatusBarBackgroundFillSolutionLoading: ["#0000004d", null] \ No newline at end of file + StatusBarBackgroundFillSolutionLoading: ["#0000004d", null] + SearchControl: + FocusedBackground: '#282C34' + FocusedBorder: '#61AFEF' + SearchActiveBackground: '#282C34' + Unfocused: '#21252B' + UnfocusedBorder: '#3E4451' + Selection: '#3E4451' + SearchGlyph: '#ABB2BF' + ClearGlyph: '#ABB2BF' + PopupBorder: '#3E4451' + PopupItemText: '#ABB2BF'