From b17405abfcc88c88693aa68128afd7ca3d9ed60c Mon Sep 17 00:00:00 2001 From: WilyWork Date: Sat, 15 Mar 2025 11:17:34 -0300 Subject: [PATCH] Fixed the selection color of a folded block #30 --- src/omni.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omni.yml b/src/omni.yml index 1acd601..cd0211e 100644 --- a/src/omni.yml +++ b/src/omni.yml @@ -187,7 +187,7 @@ colors: editor.selectionBackground: *SELECTION # Color of the editor selection editor.selectionHighlightBackground: *BGLighter # Color for regions with the same content as the selection editor.inactiveSelectionBackground: # Color of the selection in an inactive editor - editor.foldBackground: *BGDark # Background color for folded ranges + editor.foldBackground: !alpha [*BGDark, 40] # Background color for folded ranges editor.wordHighlightBackground: !alpha [ *CYAN, 50 ] # Background color of a symbol during read-access, for example when reading a variable editor.wordHighlightStrongBackground: !alpha [ *GREEN, 50 ] # Background color of a symbol during write-access, for example when writing to a variable