mirror of
https://github.com/godotengine/godot-syntax-themes.git
synced 2026-01-05 10:09:43 +03:00
Make the current line color transparent in VS Code Dark
This makes the error line highlighting appear behind the current line highlighting, instead of being hidden by it.
This commit is contained in:
@@ -22,7 +22,7 @@ number_color="ffb5cea8"
|
||||
symbol_color="ffd4d4d4"
|
||||
selection_color="ff264f78"
|
||||
brace_mismatch_color="ffff3333"
|
||||
current_line_color="ff282828"
|
||||
current_line_color="0bffffff"
|
||||
line_length_guideline_color="ff333333"
|
||||
mark_color="66ff6666"
|
||||
breakpoint_color="33cccc66"
|
||||
|
||||
Reference in New Issue
Block a user