Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/omni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down